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

Side by Side Diff: build/all.gyp

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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 | « base/base.gypi ('k') | build/build_config.h » ('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 11 matching lines...) Expand all
22 '../crypto/crypto.gyp:*', 22 '../crypto/crypto.gyp:*',
23 '../net/net.gyp:*', 23 '../net/net.gyp:*',
24 '../sdch/sdch.gyp:*', 24 '../sdch/sdch.gyp:*',
25 '../sql/sql.gyp:*', 25 '../sql/sql.gyp:*',
26 '../testing/gmock.gyp:*', 26 '../testing/gmock.gyp:*',
27 '../testing/gtest.gyp:*', 27 '../testing/gtest.gyp:*',
28 '../third_party/icu/icu.gyp:*', 28 '../third_party/icu/icu.gyp:*',
29 '../third_party/libxml/libxml.gyp:*', 29 '../third_party/libxml/libxml.gyp:*',
30 '../third_party/sqlite/sqlite.gyp:*', 30 '../third_party/sqlite/sqlite.gyp:*',
31 '../third_party/zlib/zlib.gyp:*', 31 '../third_party/zlib/zlib.gyp:*',
32 '../ui/accessibility/accessibility.gyp:*',
33 '../ui/base/ui_base.gyp:*', 32 '../ui/base/ui_base.gyp:*',
34 '../ui/display/display.gyp:display_unittests', 33 '../ui/display/display.gyp:display_unittests',
35 '../ui/snapshot/snapshot.gyp:*',
36 '../url/url.gyp:*', 34 '../url/url.gyp:*',
37 ], 35 ],
38 'conditions': [ 36 'conditions': [
39 ['OS!="ios" and OS!="mac"', { 37 ['OS!="ios" and OS!="mac"', {
40 'dependencies': [ 38 'dependencies': [
41 '../ui/touch_selection/ui_touch_selection.gyp:*', 39 '../ui/touch_selection/ui_touch_selection.gyp:*',
42 ], 40 ],
43 }], 41 }],
44 ['OS=="ios"', { 42 ['OS=="ios"', {
45 'dependencies': [ 43 'dependencies': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 '../sandbox/sandbox.gyp:*', 221 '../sandbox/sandbox.gyp:*',
224 '<(angle_path)/src/angle.gyp:*', 222 '<(angle_path)/src/angle.gyp:*',
225 '../third_party/bspatch/bspatch.gyp:*', 223 '../third_party/bspatch/bspatch.gyp:*',
226 '../tools/win/static_initializers/static_initializers.gyp:*', 224 '../tools/win/static_initializers/static_initializers.gyp:*',
227 ], 225 ],
228 }, { 226 }, {
229 'dependencies': [ 227 'dependencies': [
230 '../third_party/libevent/libevent.gyp:*', 228 '../third_party/libevent/libevent.gyp:*',
231 ], 229 ],
232 }], 230 }],
233 ['toolkit_views==1', {
234 'dependencies': [
235 '../ui/views/controls/webview/webview.gyp:*',
236 '../ui/views/views.gyp:*',
237 ],
238 }],
239 ['use_aura==1', {
240 'dependencies': [
241 '../ui/aura/aura.gyp:*',
242 ],
243 }],
244 ['use_ash==1', { 231 ['use_ash==1', {
245 'dependencies': [ 232 'dependencies': [
246 '../ash/ash.gyp:*', 233 '../ash/ash.gyp:*',
247 ], 234 ],
248 }], 235 }],
249 ['remoting==1', { 236 ['remoting==1', {
250 'dependencies': [ 237 'dependencies': [
251 '../remoting/remoting.gyp:*', 238 '../remoting/remoting.gyp:*',
252 ], 239 ],
253 }], 240 }],
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ['OS!="android"', { 430 ['OS!="android"', {
444 'dependencies': [ 431 'dependencies': [
445 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 432 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
446 ], 433 ],
447 }], 434 }],
448 ['enable_basic_printing==1 or enable_print_preview==1', { 435 ['enable_basic_printing==1 or enable_print_preview==1', {
449 'dependencies': [ 436 'dependencies': [
450 '../printing/printing.gyp:printing_unittests', 437 '../printing/printing.gyp:printing_unittests',
451 ], 438 ],
452 }], 439 }],
453 ['use_aura==1', {
454 'dependencies': [
455 '../ui/app_list/app_list.gyp:app_list_unittests',
456 '../ui/aura/aura.gyp:aura_unittests',
457 '../ui/compositor/compositor.gyp:compositor_unittests',
458 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
459 '../ui/views/views.gyp:views_unittests',
460 ],
461 }],
462 ['use_aura==1 or toolkit_views==1', {
463 'dependencies': [
464 '../ui/events/events.gyp:events_unittests',
465 ],
466 }],
467 ['use_ash==1', { 440 ['use_ash==1', {
468 'dependencies': [ 441 'dependencies': [
469 '../ash/ash.gyp:ash_unittests', 442 '../ash/ash.gyp:ash_unittests',
470 ], 443 ],
471 }], 444 }],
472 ['disable_nacl==0', { 445 ['disable_nacl==0', {
473 'dependencies': [ 446 'dependencies': [
474 '../components/nacl.gyp:nacl_loader_unittests', 447 '../components/nacl.gyp:nacl_loader_unittests',
475 ], 448 ],
476 }], 449 }],
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1066 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1094 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1067 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1095 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1068 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1096 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1069 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1097 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1070 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1098 '../tools/telemetry/telemetry.gyp:*', 1071 '../tools/telemetry/telemetry.gyp:*',
1099 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1072 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1100 '../ui/events/events.gyp:events_unittests', 1073 '../ui/events/events.gyp:events_unittests',
1101 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1074 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1102 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1075 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1103 '../ui/views/views.gyp:views_unittests',
1104 '../url/url.gyp:url_unittests', 1076 '../url/url.gyp:url_unittests',
1105 ], 1077 ],
1106 'conditions': [ 1078 'conditions': [
1107 ['target_arch=="ia32"', { 1079 ['target_arch=="ia32"', {
1108 'dependencies': [ 1080 'dependencies': [
1109 '../chrome/chrome.gyp:crash_service_win64', 1081 '../chrome/chrome.gyp:crash_service_win64',
1110 ], 1082 ],
1111 }], 1083 }],
1112 ], 1084 ],
1113 }, 1085 },
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 '../remoting/remoting.gyp:remoting_unittests', 1162 '../remoting/remoting.gyp:remoting_unittests',
1191 '../skia/skia_tests.gyp:skia_unittests', 1163 '../skia/skia_tests.gyp:skia_unittests',
1192 '../sql/sql.gyp:sql_unittests', 1164 '../sql/sql.gyp:sql_unittests',
1193 '../sync/sync.gyp:sync_unit_tests', 1165 '../sync/sync.gyp:sync_unit_tests',
1194 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1166 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1195 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1167 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1196 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1168 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1197 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1169 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1198 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests', 1170 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests',
1199 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests', 1171 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests',
1200 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1201 '../ui/app_list/app_list.gyp:app_list_unittests', 1172 '../ui/app_list/app_list.gyp:app_list_unittests',
1202 '../ui/aura/aura.gyp:aura_unittests',
1203 '../ui/compositor/compositor.gyp:compositor_unittests',
1204 '../ui/display/display.gyp:display_unittests', 1173 '../ui/display/display.gyp:display_unittests',
1205 '../ui/events/events.gyp:events_unittests', 1174 '../ui/events/events.gyp:events_unittests',
1206 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1175 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1207 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 1176 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1208 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1177 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1209 '../url/url.gyp:url_unittests', 1178 '../url/url.gyp:url_unittests',
1210 ], 1179 ],
1211 }, 1180 },
1212 { 1181 {
1213 'target_name': 'webkit_builder_win', 1182 'target_name': 'webkit_builder_win',
(...skipping 26 matching lines...) Expand all
1240 '../media/media.gyp:media_unittests', 1209 '../media/media.gyp:media_unittests',
1241 '../net/net.gyp:net_unittests_run', 1210 '../net/net.gyp:net_unittests_run',
1242 '../printing/printing.gyp:printing_unittests', 1211 '../printing/printing.gyp:printing_unittests',
1243 '../remoting/remoting.gyp:remoting_webapp', 1212 '../remoting/remoting.gyp:remoting_webapp',
1244 '../sql/sql.gyp:sql_unittests', 1213 '../sql/sql.gyp:sql_unittests',
1245 '../sync/sync.gyp:sync_unit_tests', 1214 '../sync/sync.gyp:sync_unit_tests',
1246 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1215 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1247 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1216 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1248 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1217 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1249 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests', 1218 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests',
1250 '../ui/views/views.gyp:views_unittests',
1251 '../url/url.gyp:url_unittests', 1219 '../url/url.gyp:url_unittests',
1252 ], 1220 ],
1253 'conditions': [ 1221 'conditions': [
1254 ['target_arch=="ia32"', { 1222 ['target_arch=="ia32"', {
1255 'dependencies': [ 1223 'dependencies': [
1256 '../chrome/chrome.gyp:crash_service_win64', 1224 '../chrome/chrome.gyp:crash_service_win64',
1257 ], 1225 ],
1258 }], 1226 }],
1259 ['component != "shared_library" and wix_exists == "True" and \ 1227 ['component != "shared_library" and wix_exists == "True" and \
1260 sas_dll_exists == "True"', { 1228 sas_dll_exists == "True"', {
(...skipping 19 matching lines...) Expand all
1280 '../chrome/chrome.gyp:chrome', 1248 '../chrome/chrome.gyp:chrome',
1281 '../components/components_tests.gyp:components_unittests', 1249 '../components/components_tests.gyp:components_unittests',
1282 '../content/content_shell_and_tests.gyp:content_browsertests', 1250 '../content/content_shell_and_tests.gyp:content_browsertests',
1283 '../content/content_shell_and_tests.gyp:content_unittests', 1251 '../content/content_shell_and_tests.gyp:content_unittests',
1284 '../device/device_tests.gyp:device_unittests', 1252 '../device/device_tests.gyp:device_unittests',
1285 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1253 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1286 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1254 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1287 '../remoting/remoting.gyp:remoting_unittests', 1255 '../remoting/remoting.gyp:remoting_unittests',
1288 '../skia/skia_tests.gyp:skia_unittests', 1256 '../skia/skia_tests.gyp:skia_unittests',
1289 '../ui/app_list/app_list.gyp:*', 1257 '../ui/app_list/app_list.gyp:*',
1290 '../ui/aura/aura.gyp:*',
1291 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1258 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1292 '../ui/compositor/compositor.gyp:*',
1293 '../ui/display/display.gyp:display_unittests', 1259 '../ui/display/display.gyp:display_unittests',
1294 '../ui/events/events.gyp:*', 1260 '../ui/events/events.gyp:*',
1295 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1261 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1296 '../ui/keyboard/keyboard.gyp:*', 1262 '../ui/keyboard/keyboard.gyp:*',
1297 '../ui/message_center/message_center.gyp:*', 1263 '../ui/message_center/message_center.gyp:*',
1298 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1264 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1299 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1265 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1300 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1301 '../ui/views/views.gyp:views',
1302 '../ui/views/views.gyp:views_unittests',
1303 '../ui/wm/wm.gyp:*',
1304 'blink_tests', 1266 'blink_tests',
1305 ], 1267 ],
1306 'conditions': [ 1268 'conditions': [
1307 ['use_athena!=1', { 1269 ['use_athena!=1', {
1308 'dependencies': [ 1270 'dependencies': [
1309 '../chrome/chrome.gyp:interactive_ui_tests', 1271 '../chrome/chrome.gyp:interactive_ui_tests',
1310 '../chrome/chrome.gyp:unit_tests', 1272 '../chrome/chrome.gyp:unit_tests',
1311 ], 1273 ],
1312 }], 1274 }],
1313 ['OS=="win"', { 1275 ['OS=="win"', {
(...skipping 21 matching lines...) Expand all
1335 '../sync/sync.gyp:sync_unit_tests', 1297 '../sync/sync.gyp:sync_unit_tests',
1336 ], 1298 ],
1337 }], 1299 }],
1338 ['chromeos==1', { 1300 ['chromeos==1', {
1339 'dependencies': [ 1301 'dependencies': [
1340 '../athena/main/athena_main.gyp:*', 1302 '../athena/main/athena_main.gyp:*',
1341 '../chromeos/chromeos.gyp:chromeos_unittests', 1303 '../chromeos/chromeos.gyp:chromeos_unittests',
1342 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', 1304 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
1343 ], 1305 ],
1344 }], 1306 }],
1345 ['use_ozone==1', {
1346 'dependencies': [
1347 '../ui/ozone/ozone.gyp:*',
1348 '../ui/ozone/demo/ozone_demos.gyp:*',
1349 ],
1350 }],
1351 ], 1307 ],
1352 }, 1308 },
1353 ], # targets 1309 ], # targets
1354 }, { 1310 }, {
1355 'conditions': [ 1311 'conditions': [
1356 ['OS=="linux"', { 1312 ['OS=="linux"', {
1357 # TODO(thakis): Remove this once the linux gtk bot no longer reference s 1313 # TODO(thakis): Remove this once the linux gtk bot no longer reference s
1358 # it (probably after the first aura release on linux), see r249162 1314 # it (probably after the first aura release on linux), see r249162
1359 'targets': [ 1315 'targets': [
1360 { 1316 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'targets': [ 1351 'targets': [
1396 { 1352 {
1397 'target_name': 'chromoting_swarm_tests', 1353 'target_name': 'chromoting_swarm_tests',
1398 'type': 'none', 1354 'type': 'none',
1399 'dependencies': [ 1355 'dependencies': [
1400 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run', 1356 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run',
1401 ], 1357 ],
1402 }, # target_name: chromoting_swarm_tests 1358 }, # target_name: chromoting_swarm_tests
1403 ] 1359 ]
1404 }], 1360 }],
1405 ['OS=="mac" and toolkit_views==1', {
1406 'targets': [
1407 {
1408 'target_name': 'macviews_builder',
1409 'type': 'none',
1410 'dependencies': [
1411 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1412 '../ui/views/views.gyp:views',
1413 '../ui/views/views.gyp:views_unittests',
1414 ],
1415 }, # target_name: macviews_builder
1416 ], # targets
1417 }], # os=='mac' and toolkit_views==1
1418 ], # conditions 1361 ], # conditions
1419 } 1362 }
OLDNEW
« no previous file with comments | « base/base.gypi ('k') | build/build_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698