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

Side by Side Diff: build/all.gyp

Issue 670183003: Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « base/win/metro.cc ('k') | build/android/adb_run_android_webview_shell » ('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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 }, { 91 }, {
92 'dependencies': [ 92 'dependencies': [
93 '../content/content_shell_and_tests.gyp:*', 93 '../content/content_shell_and_tests.gyp:*',
94 # TODO: This should build on Android and the target should move to t he list above. 94 # TODO: This should build on Android and the target should move to t he list above.
95 '../sync/sync.gyp:*', 95 '../sync/sync.gyp:*',
96 ], 96 ],
97 }], 97 }],
98 ['OS!="ios" and OS!="android"', { 98 ['OS!="ios" and OS!="android"', {
99 'dependencies': [ 99 'dependencies': [
100 '../third_party/re2/re2.gyp:re2', 100 '../third_party/re2/re2.gyp:re2',
101 '../chrome/chrome.gyp:*',
102 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 101 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
103 '../cc/blink/cc_blink_tests.gyp:*', 102 '../cc/blink/cc_blink_tests.gyp:*',
104 '../cc/cc_tests.gyp:*', 103 '../cc/cc_tests.gyp:*',
105 '../device/bluetooth/bluetooth.gyp:*', 104 '../device/bluetooth/bluetooth.gyp:*',
106 '../device/device_tests.gyp:*', 105 '../device/device_tests.gyp:*',
107 '../device/usb/usb.gyp:*', 106 '../device/usb/usb.gyp:*',
108 '../gin/gin.gyp:*', 107 '../gin/gin.gyp:*',
109 '../gpu/gpu.gyp:*', 108 '../gpu/gpu.gyp:*',
110 '../gpu/tools/tools.gyp:*', 109 '../gpu/tools/tools.gyp:*',
111 '../ipc/ipc.gyp:*', 110 '../ipc/ipc.gyp:*',
(...skipping 24 matching lines...) Expand all
136 '../third_party/npapi/npapi.gyp:*', 135 '../third_party/npapi/npapi.gyp:*',
137 '../third_party/ots/ots.gyp:*', 136 '../third_party/ots/ots.gyp:*',
138 '../third_party/pdfium/samples/samples.gyp:*', 137 '../third_party/pdfium/samples/samples.gyp:*',
139 '../third_party/qcms/qcms.gyp:*', 138 '../third_party/qcms/qcms.gyp:*',
140 '../tools/gn/gn.gyp:*', 139 '../tools/gn/gn.gyp:*',
141 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 140 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
142 '../tools/telemetry/telemetry.gyp:*', 141 '../tools/telemetry/telemetry.gyp:*',
143 '../v8/tools/gyp/v8.gyp:*', 142 '../v8/tools/gyp/v8.gyp:*',
144 '<(libjpeg_gyp_path):*', 143 '<(libjpeg_gyp_path):*',
145 ], 144 ],
145 'conditions': [
146 ['use_athena==1' , {
147 'dependencies': [
148 # Athena temporarily depends upon a subset of chrome. Since mos t
149 # tests do not compile, we only include dependencies to tests w e
150 # want to build.
151 '../chrome/chrome.gyp:chrome',
152 '../chrome/chrome.gyp:browser_tests',
153 ]
154 }, {
155 'dependencies': [
156 '../chrome/chrome.gyp:*',
157 ],
158 }],
159 ],
146 }], 160 }],
147 ['OS=="mac" or OS=="ios" or OS=="win"', { 161 ['OS=="mac" or OS=="ios" or OS=="win"', {
148 'dependencies': [ 162 'dependencies': [
149 '../third_party/nss/nss.gyp:*', 163 '../third_party/nss/nss.gyp:*',
150 ], 164 ],
151 }], 165 }],
152 ['OS=="win" or OS=="ios" or OS=="linux"', { 166 ['OS=="win" or OS=="ios" or OS=="linux"', {
153 'dependencies': [ 167 'dependencies': [
154 '../breakpad/breakpad.gyp:*', 168 '../breakpad/breakpad.gyp:*',
155 ], 169 ],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ], 312 ],
299 'conditions': [ 313 'conditions': [
300 ['OS!="ios" and OS!="android"', { 314 ['OS!="ios" and OS!="android"', {
301 'dependencies': [ 315 'dependencies': [
302 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 316 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
303 '../cc/cc_tests.gyp:cc_unittests', 317 '../cc/cc_tests.gyp:cc_unittests',
304 '../chrome/chrome.gyp:browser_tests', 318 '../chrome/chrome.gyp:browser_tests',
305 '../chrome/chrome.gyp:chromedriver_tests', 319 '../chrome/chrome.gyp:chromedriver_tests',
306 '../chrome/chrome.gyp:chromedriver_unittests', 320 '../chrome/chrome.gyp:chromedriver_unittests',
307 '../chrome/chrome.gyp:interactive_ui_tests', 321 '../chrome/chrome.gyp:interactive_ui_tests',
308 '../chrome/chrome.gyp:sync_integration_tests',
309 '../chrome/chrome.gyp:unit_tests',
310 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 322 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
311 '../content/content_shell_and_tests.gyp:content_browsertests', 323 '../content/content_shell_and_tests.gyp:content_browsertests',
312 '../content/content_shell_and_tests.gyp:content_shell', 324 '../content/content_shell_and_tests.gyp:content_shell',
313 '../content/content_shell_and_tests.gyp:content_unittests', 325 '../content/content_shell_and_tests.gyp:content_unittests',
314 '../device/device_tests.gyp:device_unittests', 326 '../device/device_tests.gyp:device_unittests',
315 '../extensions/extensions.gyp:extensions_unittests', 327 '../extensions/extensions.gyp:extensions_unittests',
316 '../gin/gin.gyp:gin_unittests', 328 '../gin/gin.gyp:gin_unittests',
317 '../google_apis/google_apis.gyp:google_apis_unittests', 329 '../google_apis/google_apis.gyp:google_apis_unittests',
318 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 330 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
319 '../gpu/gpu.gyp:gpu_unittests', 331 '../gpu/gpu.gyp:gpu_unittests',
320 '../ipc/ipc.gyp:ipc_tests', 332 '../ipc/ipc.gyp:ipc_tests',
321 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 333 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
322 '../jingle/jingle.gyp:jingle_unittests', 334 '../jingle/jingle.gyp:jingle_unittests',
323 '../media/cast/cast.gyp:cast_unittests', 335 '../media/cast/cast.gyp:cast_unittests',
324 '../media/media.gyp:media_unittests', 336 '../media/media.gyp:media_unittests',
325 '../mojo/mojo.gyp:mojo', 337 '../mojo/mojo.gyp:mojo',
326 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 338 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
327 '../remoting/remoting.gyp:remoting_unittests', 339 '../remoting/remoting.gyp:remoting_unittests',
328 '../third_party/WebKit/public/all.gyp:all_blink', 340 '../third_party/WebKit/public/all.gyp:all_blink',
329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 341 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
330 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 342 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
331 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 343 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
332 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 344 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
333 '../tools/telemetry/telemetry.gyp:*', 345 '../tools/telemetry/telemetry.gyp:*',
334 ], 346 ],
347 'conditions': [
348 ['use_athena!=1', {
349 'dependencies' : [
350 '../chrome/chrome.gyp:sync_integration_tests',
351 '../chrome/chrome.gyp:unit_tests',
352 ],
353 }],
354 ],
335 }], 355 }],
336 ['OS=="win"', { 356 ['OS=="win"', {
337 'dependencies': [ 357 'dependencies': [
338 '../chrome/chrome.gyp:crash_service', 358 '../chrome/chrome.gyp:crash_service',
339 '../chrome/chrome.gyp:installer_util_unittests', 359 '../chrome/chrome.gyp:installer_util_unittests',
340 # ../chrome/test/mini_installer requires mini_installer. 360 # ../chrome/test/mini_installer requires mini_installer.
341 '../chrome/installer/mini_installer.gyp:mini_installer', 361 '../chrome/installer/mini_installer.gyp:mini_installer',
342 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 362 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
343 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 363 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
344 '../courgette/courgette.gyp:courgette_unittests', 364 '../courgette/courgette.gyp:courgette_unittests',
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 ['use_aura==1', { 1224 ['use_aura==1', {
1205 'targets': [ 1225 'targets': [
1206 { 1226 {
1207 'target_name': 'aura_builder', 1227 'target_name': 'aura_builder',
1208 'type': 'none', 1228 'type': 'none',
1209 'dependencies': [ 1229 'dependencies': [
1210 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 1230 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1211 '../cc/cc_tests.gyp:cc_unittests', 1231 '../cc/cc_tests.gyp:cc_unittests',
1212 '../chrome/chrome.gyp:browser_tests', 1232 '../chrome/chrome.gyp:browser_tests',
1213 '../chrome/chrome.gyp:chrome', 1233 '../chrome/chrome.gyp:chrome',
1214 '../chrome/chrome.gyp:interactive_ui_tests',
1215 '../chrome/chrome.gyp:unit_tests',
1216 '../components/components_tests.gyp:components_unittests', 1234 '../components/components_tests.gyp:components_unittests',
1217 '../content/content_shell_and_tests.gyp:content_browsertests', 1235 '../content/content_shell_and_tests.gyp:content_browsertests',
1218 '../content/content_shell_and_tests.gyp:content_unittests', 1236 '../content/content_shell_and_tests.gyp:content_unittests',
1219 '../device/device_tests.gyp:device_unittests', 1237 '../device/device_tests.gyp:device_unittests',
1220 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1238 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1221 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1239 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1222 '../remoting/remoting.gyp:remoting_unittests', 1240 '../remoting/remoting.gyp:remoting_unittests',
1223 '../ui/app_list/app_list.gyp:*', 1241 '../ui/app_list/app_list.gyp:*',
1224 '../ui/aura/aura.gyp:*', 1242 '../ui/aura/aura.gyp:*',
1225 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1243 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1226 '../ui/base/ui_base_tests.gyp:ui_unittests', 1244 '../ui/base/ui_base_tests.gyp:ui_unittests',
1227 '../ui/compositor/compositor.gyp:*', 1245 '../ui/compositor/compositor.gyp:*',
1228 '../ui/display/display.gyp:display_unittests', 1246 '../ui/display/display.gyp:display_unittests',
1229 '../ui/events/events.gyp:*', 1247 '../ui/events/events.gyp:*',
1230 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1248 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1231 '../ui/keyboard/keyboard.gyp:*', 1249 '../ui/keyboard/keyboard.gyp:*',
1232 '../ui/message_center/message_center.gyp:*', 1250 '../ui/message_center/message_center.gyp:*',
1233 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1251 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1234 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1252 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1235 '../ui/views/views.gyp:views', 1253 '../ui/views/views.gyp:views',
1236 '../ui/views/views.gyp:views_unittests', 1254 '../ui/views/views.gyp:views_unittests',
1237 '../ui/wm/wm.gyp:*', 1255 '../ui/wm/wm.gyp:*',
1238 'blink_tests', 1256 'blink_tests',
1239 ], 1257 ],
1240 'conditions': [ 1258 'conditions': [
1259 ['use_athena!=1', {
1260 'dependencies': [
1261 '../chrome/chrome.gyp:interactive_ui_tests',
1262 '../chrome/chrome.gyp:unit_tests',
1263 ],
1264 }],
1241 ['OS=="win"', { 1265 ['OS=="win"', {
1242 'dependencies': [ 1266 'dependencies': [
1243 '../chrome/chrome.gyp:crash_service', 1267 '../chrome/chrome.gyp:crash_service',
1244 ], 1268 ],
1245 }], 1269 }],
1246 ['OS=="win" and target_arch=="ia32"', { 1270 ['OS=="win" and target_arch=="ia32"', {
1247 'dependencies': [ 1271 'dependencies': [
1248 '../chrome/chrome.gyp:crash_service_win64', 1272 '../chrome/chrome.gyp:crash_service_win64',
1249 ], 1273 ],
1250 }], 1274 }],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 }]], # OS=="linux" 1319 }]], # OS=="linux"
1296 }], # "use_aura==1" 1320 }], # "use_aura==1"
1297 ['test_isolation_mode != "noop"', { 1321 ['test_isolation_mode != "noop"', {
1298 'targets': [ 1322 'targets': [
1299 { 1323 {
1300 'target_name': 'chromium_swarm_tests', 1324 'target_name': 'chromium_swarm_tests',
1301 'type': 'none', 1325 'type': 'none',
1302 'dependencies': [ 1326 'dependencies': [
1303 '../base/base.gyp:base_unittests_run', 1327 '../base/base.gyp:base_unittests_run',
1304 '../chrome/chrome.gyp:browser_tests_run', 1328 '../chrome/chrome.gyp:browser_tests_run',
1305 '../chrome/chrome.gyp:interactive_ui_tests_run',
1306 '../chrome/chrome.gyp:sync_integration_tests_run',
1307 '../chrome/chrome.gyp:unit_tests_run',
1308 '../content/content_shell_and_tests.gyp:content_browsertests_run', 1329 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1309 '../content/content_shell_and_tests.gyp:content_unittests_run', 1330 '../content/content_shell_and_tests.gyp:content_unittests_run',
1310 '../net/net.gyp:net_unittests_run', 1331 '../net/net.gyp:net_unittests_run',
1311 ], 1332 ],
1333 'conditions' : [
1334 ['use_athena!=1', {
1335 'dependencies': [
1336 '../chrome/chrome.gyp:interactive_ui_tests_run',
1337 '../chrome/chrome.gyp:sync_integration_tests_run',
1338 '../chrome/chrome.gyp:unit_tests_run',
1339 ],
1340 }],
1341 ],
1312 }, # target_name: chromium_swarm_tests 1342 }, # target_name: chromium_swarm_tests
1313 ], 1343 ],
1314 }], 1344 }],
1315 ['archive_chromoting_tests==1', { 1345 ['archive_chromoting_tests==1', {
1316 'targets': [ 1346 'targets': [
1317 { 1347 {
1318 'target_name': 'chromoting_swarm_tests', 1348 'target_name': 'chromoting_swarm_tests',
1319 'type': 'none', 1349 'type': 'none',
1320 'dependencies': [ 1350 'dependencies': [
1321 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run', 1351 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run',
1322 ], 1352 ],
1323 }, # target_name: chromoting_swarm_tests 1353 }, # target_name: chromoting_swarm_tests
1324 ] 1354 ]
1325 }], 1355 }],
1326 ['OS=="mac" and toolkit_views==1', { 1356 ['OS=="mac" and toolkit_views==1', {
1327 'targets': [ 1357 'targets': [
1328 { 1358 {
1329 'target_name': 'macviews_builder', 1359 'target_name': 'macviews_builder',
1330 'type': 'none', 1360 'type': 'none',
1331 'dependencies': [ 1361 'dependencies': [
1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1333 '../ui/views/views.gyp:views', 1363 '../ui/views/views.gyp:views',
1334 '../ui/views/views.gyp:views_unittests', 1364 '../ui/views/views.gyp:views_unittests',
1335 ], 1365 ],
1336 }, # target_name: macviews_builder 1366 }, # target_name: macviews_builder
1337 ], # targets 1367 ], # targets
1338 }], # os=='mac' and toolkit_views==1 1368 }], # os=='mac' and toolkit_views==1
1339 ], # conditions 1369 ], # conditions
1340 } 1370 }
OLDNEW
« no previous file with comments | « base/win/metro.cc ('k') | build/android/adb_run_android_webview_shell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698