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

Side by Side Diff: build/all.gyp

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/trace_event/trace_event_win.h ('k') | build/android/buildbot/bb_device_status_check.py » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # NOTE: This list of targets is present because 52 # NOTE: This list of targets is present because
53 # mojo_base.gyp:mojo_base cannot be built on iOS, as 53 # mojo_base.gyp:mojo_base cannot be built on iOS, as
54 # javascript-related targets cause v8 to be built. 54 # javascript-related targets cause v8 to be built.
55 '../mojo/mojo_base.gyp:mojo_common_lib', 55 '../mojo/mojo_base.gyp:mojo_common_lib',
56 '../mojo/mojo_base.gyp:mojo_common_unittests', 56 '../mojo/mojo_base.gyp:mojo_common_unittests',
57 '../google_apis/google_apis.gyp:google_apis_unittests', 57 '../google_apis/google_apis.gyp:google_apis_unittests',
58 '../skia/skia_tests.gyp:skia_unittests', 58 '../skia/skia_tests.gyp:skia_unittests',
59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts', 60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts',
61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', 61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests',
62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests ',
63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', 62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ',
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', 63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s',
65 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
66 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
67 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', 66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
68 '../third_party/mojo/mojo_public.gyp:mojo_system', 67 '../third_party/mojo/mojo_public.gyp:mojo_system',
69 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 68 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
70 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', 69 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
71 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 70 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
72 ], 71 ],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 }], 222 }],
224 ['toolkit_views==1', { 223 ['toolkit_views==1', {
225 'dependencies': [ 224 'dependencies': [
226 '../ui/views/controls/webview/webview.gyp:*', 225 '../ui/views/controls/webview/webview.gyp:*',
227 '../ui/views/views.gyp:*', 226 '../ui/views/views.gyp:*',
228 ], 227 ],
229 }], 228 }],
230 ['use_aura==1', { 229 ['use_aura==1', {
231 'dependencies': [ 230 'dependencies': [
232 '../ui/aura/aura.gyp:*', 231 '../ui/aura/aura.gyp:*',
232 '../ui/aura_extra/aura_extra.gyp:*',
233 ], 233 ],
234 }], 234 }],
235 ['use_ash==1', { 235 ['use_ash==1', {
236 'dependencies': [ 236 'dependencies': [
237 '../ash/ash.gyp:*', 237 '../ash/ash.gyp:*',
238 ], 238 ],
239 }], 239 }],
240 ['remoting==1', { 240 ['remoting==1', {
241 'dependencies': [ 241 'dependencies': [
242 '../remoting/remoting_all.gyp:remoting_all', 242 '../remoting/remoting_all.gyp:remoting_all',
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 '../ui/aura/aura.gyp:aura_unittests', 1184 '../ui/aura/aura.gyp:aura_unittests',
1185 '../ui/compositor/compositor.gyp:compositor_unittests', 1185 '../ui/compositor/compositor.gyp:compositor_unittests',
1186 '../ui/display/display.gyp:display_unittests', 1186 '../ui/display/display.gyp:display_unittests',
1187 '../ui/events/events.gyp:events_unittests', 1187 '../ui/events/events.gyp:events_unittests',
1188 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1188 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1189 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 1189 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1190 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1190 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1191 '../url/url.gyp:url_unittests', 1191 '../url/url.gyp:url_unittests',
1192 ], 1192 ],
1193 }, 1193 },
1194 {
1195 'target_name': 'webkit_builder_win',
1196 'type': 'none',
1197 'dependencies': [
1198 'blink_tests',
1199 ],
1200 },
1201 ], # targets 1194 ], # targets
1202 'conditions': [ 1195 'conditions': [
1203 ['branding=="Chrome"', { 1196 ['branding=="Chrome"', {
1204 'targets': [ 1197 'targets': [
1205 { 1198 {
1206 'target_name': 'chrome_official_builder', 1199 'target_name': 'chrome_official_builder',
1207 'type': 'none', 1200 'type': 'none',
1208 'dependencies': [ 1201 'dependencies': [
1209 '../base/base.gyp:base_unittests', 1202 '../base/base.gyp:base_unittests',
1210 '../chrome/chrome.gyp:app_installer', 1203 '../chrome/chrome.gyp:app_installer',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 '../components/components_tests.gyp:components_unittests', 1258 '../components/components_tests.gyp:components_unittests',
1266 '../content/content_shell_and_tests.gyp:content_browsertests', 1259 '../content/content_shell_and_tests.gyp:content_browsertests',
1267 '../content/content_shell_and_tests.gyp:content_unittests', 1260 '../content/content_shell_and_tests.gyp:content_unittests',
1268 '../device/device_tests.gyp:device_unittests', 1261 '../device/device_tests.gyp:device_unittests',
1269 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1262 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1270 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1263 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1271 '../remoting/remoting.gyp:remoting_unittests', 1264 '../remoting/remoting.gyp:remoting_unittests',
1272 '../skia/skia_tests.gyp:skia_unittests', 1265 '../skia/skia_tests.gyp:skia_unittests',
1273 '../ui/app_list/app_list.gyp:*', 1266 '../ui/app_list/app_list.gyp:*',
1274 '../ui/aura/aura.gyp:*', 1267 '../ui/aura/aura.gyp:*',
1268 '../ui/aura_extra/aura_extra.gyp:*',
1275 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1269 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1276 '../ui/compositor/compositor.gyp:*', 1270 '../ui/compositor/compositor.gyp:*',
1277 '../ui/display/display.gyp:display_unittests', 1271 '../ui/display/display.gyp:display_unittests',
1278 '../ui/events/events.gyp:*', 1272 '../ui/events/events.gyp:*',
1279 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1273 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1280 '../ui/keyboard/keyboard.gyp:*', 1274 '../ui/keyboard/keyboard.gyp:*',
1281 '../ui/message_center/message_center.gyp:*', 1275 '../ui/message_center/message_center.gyp:*',
1282 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1276 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1283 '../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',
1284 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1278 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 }], 1315 }],
1322 ['use_ozone==1', { 1316 ['use_ozone==1', {
1323 'dependencies': [ 1317 'dependencies': [
1324 '../ui/ozone/ozone.gyp:*', 1318 '../ui/ozone/ozone.gyp:*',
1325 '../ui/ozone/demo/ozone_demos.gyp:*', 1319 '../ui/ozone/demo/ozone_demos.gyp:*',
1326 ], 1320 ],
1327 }], 1321 }],
1328 ], 1322 ],
1329 }, 1323 },
1330 ], # targets 1324 ], # targets
1331 }, {
1332 'conditions': [
1333 ['OS=="linux"', {
1334 # TODO(thakis): Remove this once the linux gtk bot no longer reference s
1335 # it (probably after the first aura release on linux), see r249162
1336 'targets': [
1337 {
1338 'target_name': 'aura_builder',
1339 'type': 'none',
1340 'dependencies': [
1341 '../chrome/chrome.gyp:chrome',
1342 ],
1343 },
1344 ], # targets
1345 }]], # OS=="linux"
1346 }], # "use_aura==1" 1325 }], # "use_aura==1"
1347 ['test_isolation_mode != "noop"', { 1326 ['test_isolation_mode != "noop"', {
1348 'targets': [ 1327 'targets': [
1349 { 1328 {
1350 'target_name': 'chromium_swarm_tests', 1329 'target_name': 'chromium_swarm_tests',
1351 'type': 'none', 1330 'type': 'none',
1352 'dependencies': [ 1331 'dependencies': [
1353 '../base/base.gyp:base_unittests_run', 1332 '../base/base.gyp:base_unittests_run',
1354 '../chrome/chrome.gyp:browser_tests_run', 1333 '../chrome/chrome.gyp:browser_tests_run',
1355 '../chrome/chrome.gyp:interactive_ui_tests_run', 1334 '../chrome/chrome.gyp:interactive_ui_tests_run',
(...skipping 25 matching lines...) Expand all
1381 'dependencies': [ 1360 'dependencies': [
1382 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1361 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1383 '../ui/views/views.gyp:views', 1362 '../ui/views/views.gyp:views',
1384 '../ui/views/views.gyp:views_unittests', 1363 '../ui/views/views.gyp:views_unittests',
1385 ], 1364 ],
1386 }, # target_name: macviews_builder 1365 }, # target_name: macviews_builder
1387 ], # targets 1366 ], # targets
1388 }], # os=='mac' and toolkit_views==1 1367 }], # os=='mac' and toolkit_views==1
1389 ], # conditions 1368 ], # conditions
1390 } 1369 }
OLDNEW
« no previous file with comments | « base/trace_event/trace_event_win.h ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698