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

Side by Side Diff: build/all.gyp

Issue 688113002: Make chromium_builder_tests not build interactive_ui_tests on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | no next file » | 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 '../url/url.gyp:url_unittests', 309 '../url/url.gyp:url_unittests',
310 ], 310 ],
311 'conditions': [ 311 'conditions': [
312 ['OS!="ios" and OS!="android"', { 312 ['OS!="ios" and OS!="android"', {
313 'dependencies': [ 313 'dependencies': [
314 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 314 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
315 '../cc/cc_tests.gyp:cc_unittests', 315 '../cc/cc_tests.gyp:cc_unittests',
316 '../chrome/chrome.gyp:browser_tests', 316 '../chrome/chrome.gyp:browser_tests',
317 '../chrome/chrome.gyp:chromedriver_tests', 317 '../chrome/chrome.gyp:chromedriver_tests',
318 '../chrome/chrome.gyp:chromedriver_unittests', 318 '../chrome/chrome.gyp:chromedriver_unittests',
319 '../chrome/chrome.gyp:interactive_ui_tests',
320 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 319 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
321 '../content/content_shell_and_tests.gyp:content_browsertests', 320 '../content/content_shell_and_tests.gyp:content_browsertests',
322 '../content/content_shell_and_tests.gyp:content_shell', 321 '../content/content_shell_and_tests.gyp:content_shell',
323 '../content/content_shell_and_tests.gyp:content_unittests', 322 '../content/content_shell_and_tests.gyp:content_unittests',
324 '../device/device_tests.gyp:device_unittests', 323 '../device/device_tests.gyp:device_unittests',
325 '../extensions/extensions.gyp:extensions_unittests', 324 '../extensions/extensions.gyp:extensions_unittests',
326 '../gin/gin.gyp:gin_unittests', 325 '../gin/gin.gyp:gin_unittests',
327 '../google_apis/google_apis.gyp:google_apis_unittests', 326 '../google_apis/google_apis.gyp:google_apis_unittests',
328 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 327 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
329 '../gpu/gpu.gyp:gpu_unittests', 328 '../gpu/gpu.gyp:gpu_unittests',
330 '../ipc/ipc.gyp:ipc_tests', 329 '../ipc/ipc.gyp:ipc_tests',
331 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 330 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
332 '../jingle/jingle.gyp:jingle_unittests', 331 '../jingle/jingle.gyp:jingle_unittests',
333 '../media/cast/cast.gyp:cast_unittests', 332 '../media/cast/cast.gyp:cast_unittests',
334 '../media/media.gyp:media_unittests', 333 '../media/media.gyp:media_unittests',
335 '../mojo/mojo.gyp:mojo', 334 '../mojo/mojo.gyp:mojo',
336 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 335 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
337 '../remoting/remoting.gyp:remoting_unittests', 336 '../remoting/remoting.gyp:remoting_unittests',
338 '../third_party/WebKit/public/all.gyp:all_blink', 337 '../third_party/WebKit/public/all.gyp:all_blink',
339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
340 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 339 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
341 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 340 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
342 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 341 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
343 '../tools/telemetry/telemetry.gyp:*', 342 '../tools/telemetry/telemetry.gyp:*',
344 ], 343 ],
345 'conditions': [ 344 'conditions': [
346 ['use_athena!=1', { 345 ['use_athena!=1', {
347 'dependencies' : [ 346 'dependencies' : [
347 '../chrome/chrome.gyp:interactive_ui_tests',
348 '../chrome/chrome.gyp:sync_integration_tests', 348 '../chrome/chrome.gyp:sync_integration_tests',
349 '../chrome/chrome.gyp:unit_tests', 349 '../chrome/chrome.gyp:unit_tests',
350 ], 350 ],
351 }], 351 }],
352 ], 352 ],
353 }], 353 }],
354 ['OS=="win"', { 354 ['OS=="win"', {
355 'dependencies': [ 355 'dependencies': [
356 '../chrome/chrome.gyp:app_installer', 356 '../chrome/chrome.gyp:app_installer',
357 '../chrome/chrome.gyp:crash_service', 357 '../chrome/chrome.gyp:crash_service',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'dependencies': [ 1363 'dependencies': [
1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1365 '../ui/views/views.gyp:views', 1365 '../ui/views/views.gyp:views',
1366 '../ui/views/views.gyp:views_unittests', 1366 '../ui/views/views.gyp:views_unittests',
1367 ], 1367 ],
1368 }, # target_name: macviews_builder 1368 }, # target_name: macviews_builder
1369 ], # targets 1369 ], # targets
1370 }], # os=='mac' and toolkit_views==1 1370 }], # os=='mac' and toolkit_views==1
1371 ], # conditions 1371 ], # conditions
1372 } 1372 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698