Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: build/all.gyp

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 }, { 96 }, {
97 'dependencies': [ 97 'dependencies': [
98 '../content/content_shell_and_tests.gyp:*', 98 '../content/content_shell_and_tests.gyp:*',
99 # TODO: This should build on Android and the target should move to t he list above. 99 # TODO: This should build on Android and the target should move to t he list above.
100 '../sync/sync.gyp:*', 100 '../sync/sync.gyp:*',
101 ], 101 ],
102 }], 102 }],
103 ['OS!="ios" and OS!="android"', { 103 ['OS!="ios" and OS!="android"', {
104 'dependencies': [ 104 'dependencies': [
105 '../third_party/re2/re2.gyp:re2', 105 '../third_party/re2/re2.gyp:re2',
106 '../chrome/chrome.gyp:*',
106 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 107 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
107 '../cc/blink/cc_blink_tests.gyp:*', 108 '../cc/blink/cc_blink_tests.gyp:*',
108 '../cc/cc_tests.gyp:*', 109 '../cc/cc_tests.gyp:*',
109 '../device/bluetooth/bluetooth.gyp:*', 110 '../device/bluetooth/bluetooth.gyp:*',
110 '../device/device_tests.gyp:*', 111 '../device/device_tests.gyp:*',
111 '../device/usb/usb.gyp:*', 112 '../device/usb/usb.gyp:*',
112 '../gin/gin.gyp:*', 113 '../gin/gin.gyp:*',
113 '../gpu/gpu.gyp:*', 114 '../gpu/gpu.gyp:*',
114 '../gpu/tools/tools.gyp:*', 115 '../gpu/tools/tools.gyp:*',
115 '../ipc/ipc.gyp:*', 116 '../ipc/ipc.gyp:*',
(...skipping 24 matching lines...) Expand all
140 '../third_party/npapi/npapi.gyp:*', 141 '../third_party/npapi/npapi.gyp:*',
141 '../third_party/ots/ots.gyp:*', 142 '../third_party/ots/ots.gyp:*',
142 '../third_party/pdfium/samples/samples.gyp:*', 143 '../third_party/pdfium/samples/samples.gyp:*',
143 '../third_party/qcms/qcms.gyp:*', 144 '../third_party/qcms/qcms.gyp:*',
144 '../tools/gn/gn.gyp:*', 145 '../tools/gn/gn.gyp:*',
145 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 146 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
146 '../tools/telemetry/telemetry.gyp:*', 147 '../tools/telemetry/telemetry.gyp:*',
147 '../v8/tools/gyp/v8.gyp:*', 148 '../v8/tools/gyp/v8.gyp:*',
148 '<(libjpeg_gyp_path):*', 149 '<(libjpeg_gyp_path):*',
149 ], 150 ],
150 'conditions': [
151 ['use_athena==1' , {
152 'dependencies': [
153 # Athena temporarily depends upon a subset of chrome. Since mos t
154 # tests do not compile, we only include dependencies to tests w e
155 # want to build.
156 '../chrome/chrome.gyp:chrome',
157 '../chrome/chrome.gyp:browser_tests',
158 ]
159 }, {
160 'dependencies': [
161 '../chrome/chrome.gyp:*',
162 ],
163 }],
164 ],
165 }], 151 }],
166 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { 152 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
167 'dependencies': [ 153 'dependencies': [
168 '../third_party/nss/nss.gyp:*', 154 '../third_party/nss/nss.gyp:*',
169 ], 155 ],
170 }], 156 }],
171 ['OS=="win" or OS=="ios" or OS=="linux"', { 157 ['OS=="win" or OS=="ios" or OS=="linux"', {
172 'dependencies': [ 158 'dependencies': [
173 '../breakpad/breakpad.gyp:*', 159 '../breakpad/breakpad.gyp:*',
174 ], 160 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 307 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
322 ], 308 ],
323 }], 309 }],
324 ['OS!="ios" and OS!="android"', { 310 ['OS!="ios" and OS!="android"', {
325 'dependencies': [ 311 'dependencies': [
326 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 312 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
327 '../cc/cc_tests.gyp:cc_unittests', 313 '../cc/cc_tests.gyp:cc_unittests',
328 '../chrome/chrome.gyp:browser_tests', 314 '../chrome/chrome.gyp:browser_tests',
329 '../chrome/chrome.gyp:chromedriver_tests', 315 '../chrome/chrome.gyp:chromedriver_tests',
330 '../chrome/chrome.gyp:chromedriver_unittests', 316 '../chrome/chrome.gyp:chromedriver_unittests',
317 '../chrome/chrome.gyp:interactive_ui_tests',
318 '../chrome/chrome.gyp:sync_integration_tests',
319 '../chrome/chrome.gyp:unit_tests',
331 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 320 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
332 '../content/content_shell_and_tests.gyp:content_browsertests', 321 '../content/content_shell_and_tests.gyp:content_browsertests',
333 '../content/content_shell_and_tests.gyp:content_shell', 322 '../content/content_shell_and_tests.gyp:content_shell',
334 '../content/content_shell_and_tests.gyp:content_unittests', 323 '../content/content_shell_and_tests.gyp:content_unittests',
335 '../device/device_tests.gyp:device_unittests', 324 '../device/device_tests.gyp:device_unittests',
336 '../extensions/extensions.gyp:extensions_unittests', 325 '../extensions/extensions.gyp:extensions_unittests',
337 '../gin/gin.gyp:gin_unittests', 326 '../gin/gin.gyp:gin_unittests',
338 '../google_apis/google_apis.gyp:google_apis_unittests', 327 '../google_apis/google_apis.gyp:google_apis_unittests',
339 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 328 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
340 '../gpu/gpu.gyp:gpu_unittests', 329 '../gpu/gpu.gyp:gpu_unittests',
341 '../ipc/ipc.gyp:ipc_tests', 330 '../ipc/ipc.gyp:ipc_tests',
342 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 331 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
343 '../jingle/jingle.gyp:jingle_unittests', 332 '../jingle/jingle.gyp:jingle_unittests',
344 '../media/cast/cast.gyp:cast_unittests', 333 '../media/cast/cast.gyp:cast_unittests',
345 '../media/media.gyp:media_unittests', 334 '../media/media.gyp:media_unittests',
346 '../mojo/mojo.gyp:mojo', 335 '../mojo/mojo.gyp:mojo',
347 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 336 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
348 '../remoting/remoting.gyp:remoting_unittests', 337 '../remoting/remoting.gyp:remoting_unittests',
349 '../third_party/WebKit/public/all.gyp:all_blink', 338 '../third_party/WebKit/public/all.gyp:all_blink',
350 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
351 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 340 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
352 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 341 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
353 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 342 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
354 '../tools/telemetry/telemetry.gyp:*', 343 '../tools/telemetry/telemetry.gyp:*',
355 ], 344 ],
356 'conditions': [
357 ['use_athena!=1', {
358 'dependencies' : [
359 '../chrome/chrome.gyp:interactive_ui_tests',
360 '../chrome/chrome.gyp:sync_integration_tests',
361 '../chrome/chrome.gyp:unit_tests',
362 ],
363 }],
364 ],
365 }], 345 }],
366 ['OS=="win"', { 346 ['OS=="win"', {
367 'dependencies': [ 347 'dependencies': [
368 '../chrome/chrome.gyp:app_installer', 348 '../chrome/chrome.gyp:app_installer',
369 '../chrome/chrome.gyp:app_installer_unittests', 349 '../chrome/chrome.gyp:app_installer_unittests',
370 '../chrome/chrome.gyp:crash_service', 350 '../chrome/chrome.gyp:crash_service',
371 '../chrome/chrome.gyp:installer_util_unittests', 351 '../chrome/chrome.gyp:installer_util_unittests',
372 # ../chrome/test/mini_installer requires mini_installer. 352 # ../chrome/test/mini_installer requires mini_installer.
373 '../chrome/installer/mini_installer.gyp:mini_installer', 353 '../chrome/installer/mini_installer.gyp:mini_installer',
374 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 354 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 ['use_aura==1', { 1247 ['use_aura==1', {
1268 'targets': [ 1248 'targets': [
1269 { 1249 {
1270 'target_name': 'aura_builder', 1250 'target_name': 'aura_builder',
1271 'type': 'none', 1251 'type': 'none',
1272 'dependencies': [ 1252 'dependencies': [
1273 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 1253 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1274 '../cc/cc_tests.gyp:cc_unittests', 1254 '../cc/cc_tests.gyp:cc_unittests',
1275 '../chrome/chrome.gyp:browser_tests', 1255 '../chrome/chrome.gyp:browser_tests',
1276 '../chrome/chrome.gyp:chrome', 1256 '../chrome/chrome.gyp:chrome',
1257 '../chrome/chrome.gyp:interactive_ui_tests',
1258 '../chrome/chrome.gyp:unit_tests',
1277 '../components/components_tests.gyp:components_unittests', 1259 '../components/components_tests.gyp:components_unittests',
1278 '../content/content_shell_and_tests.gyp:content_browsertests', 1260 '../content/content_shell_and_tests.gyp:content_browsertests',
1279 '../content/content_shell_and_tests.gyp:content_unittests', 1261 '../content/content_shell_and_tests.gyp:content_unittests',
1280 '../device/device_tests.gyp:device_unittests', 1262 '../device/device_tests.gyp:device_unittests',
1281 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1263 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1282 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1264 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1283 '../remoting/remoting.gyp:remoting_unittests', 1265 '../remoting/remoting.gyp:remoting_unittests',
1284 '../skia/skia_tests.gyp:skia_unittests', 1266 '../skia/skia_tests.gyp:skia_unittests',
1285 '../ui/app_list/app_list.gyp:*', 1267 '../ui/app_list/app_list.gyp:*',
1286 '../ui/aura/aura.gyp:*', 1268 '../ui/aura/aura.gyp:*',
1287 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1269 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1288 '../ui/compositor/compositor.gyp:*', 1270 '../ui/compositor/compositor.gyp:*',
1289 '../ui/display/display.gyp:display_unittests', 1271 '../ui/display/display.gyp:display_unittests',
1290 '../ui/events/events.gyp:*', 1272 '../ui/events/events.gyp:*',
1291 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1273 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1292 '../ui/keyboard/keyboard.gyp:*', 1274 '../ui/keyboard/keyboard.gyp:*',
1293 '../ui/message_center/message_center.gyp:*', 1275 '../ui/message_center/message_center.gyp:*',
1294 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1276 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1295 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1277 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1296 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1278 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1297 '../ui/views/views.gyp:views', 1279 '../ui/views/views.gyp:views',
1298 '../ui/views/views.gyp:views_unittests', 1280 '../ui/views/views.gyp:views_unittests',
1299 '../ui/wm/wm.gyp:*', 1281 '../ui/wm/wm.gyp:*',
1300 'blink_tests', 1282 'blink_tests',
1301 ], 1283 ],
1302 'conditions': [ 1284 'conditions': [
1303 ['use_athena!=1', {
1304 'dependencies': [
1305 '../chrome/chrome.gyp:interactive_ui_tests',
1306 '../chrome/chrome.gyp:unit_tests',
1307 ],
1308 }],
1309 ['OS=="win"', { 1285 ['OS=="win"', {
1310 'dependencies': [ 1286 'dependencies': [
1311 '../chrome/chrome.gyp:crash_service', 1287 '../chrome/chrome.gyp:crash_service',
1312 ], 1288 ],
1313 }], 1289 }],
1314 ['OS=="win" and target_arch=="ia32"', { 1290 ['OS=="win" and target_arch=="ia32"', {
1315 'dependencies': [ 1291 'dependencies': [
1316 '../chrome/chrome.gyp:crash_service_win64', 1292 '../chrome/chrome.gyp:crash_service_win64',
1317 ], 1293 ],
1318 }], 1294 }],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 }]], # OS=="linux" 1339 }]], # OS=="linux"
1364 }], # "use_aura==1" 1340 }], # "use_aura==1"
1365 ['test_isolation_mode != "noop"', { 1341 ['test_isolation_mode != "noop"', {
1366 'targets': [ 1342 'targets': [
1367 { 1343 {
1368 'target_name': 'chromium_swarm_tests', 1344 'target_name': 'chromium_swarm_tests',
1369 'type': 'none', 1345 'type': 'none',
1370 'dependencies': [ 1346 'dependencies': [
1371 '../base/base.gyp:base_unittests_run', 1347 '../base/base.gyp:base_unittests_run',
1372 '../chrome/chrome.gyp:browser_tests_run', 1348 '../chrome/chrome.gyp:browser_tests_run',
1349 '../chrome/chrome.gyp:interactive_ui_tests_run',
1350 '../chrome/chrome.gyp:sync_integration_tests_run',
1351 '../chrome/chrome.gyp:unit_tests_run',
1373 '../content/content_shell_and_tests.gyp:content_browsertests_run', 1352 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1374 '../content/content_shell_and_tests.gyp:content_unittests_run', 1353 '../content/content_shell_and_tests.gyp:content_unittests_run',
1375 '../net/net.gyp:net_unittests_run', 1354 '../net/net.gyp:net_unittests_run',
1376 ], 1355 ],
1377 'conditions' : [
1378 ['use_athena!=1', {
1379 'dependencies': [
1380 '../chrome/chrome.gyp:interactive_ui_tests_run',
1381 '../chrome/chrome.gyp:sync_integration_tests_run',
1382 '../chrome/chrome.gyp:unit_tests_run',
1383 ],
1384 }],
1385 ],
1386 }, # target_name: chromium_swarm_tests 1356 }, # target_name: chromium_swarm_tests
1387 ], 1357 ],
1388 }], 1358 }],
1389 ['archive_chromoting_tests==1', { 1359 ['archive_chromoting_tests==1', {
1390 'targets': [ 1360 'targets': [
1391 { 1361 {
1392 'target_name': 'chromoting_swarm_tests', 1362 'target_name': 'chromoting_swarm_tests',
1393 'type': 'none', 1363 'type': 'none',
1394 'dependencies': [ 1364 'dependencies': [
1395 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run', 1365 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run',
1396 ], 1366 ],
1397 }, # target_name: chromoting_swarm_tests 1367 }, # target_name: chromoting_swarm_tests
1398 ] 1368 ]
1399 }], 1369 }],
1400 ['OS=="mac" and toolkit_views==1', { 1370 ['OS=="mac" and toolkit_views==1', {
1401 'targets': [ 1371 'targets': [
1402 { 1372 {
1403 'target_name': 'macviews_builder', 1373 'target_name': 'macviews_builder',
1404 'type': 'none', 1374 'type': 'none',
1405 'dependencies': [ 1375 'dependencies': [
1406 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1407 '../ui/views/views.gyp:views', 1377 '../ui/views/views.gyp:views',
1408 '../ui/views/views.gyp:views_unittests', 1378 '../ui/views/views.gyp:views_unittests',
1409 ], 1379 ],
1410 }, # target_name: macviews_builder 1380 }, # target_name: macviews_builder
1411 ], # targets 1381 ], # targets
1412 }], # os=='mac' and toolkit_views==1 1382 }], # os=='mac' and toolkit_views==1
1413 ], # conditions 1383 ], # conditions
1414 } 1384 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698