| OLD | NEW |
| 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 Loading... |
| 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:*', |
| 32 '../ui/base/ui_base.gyp:*', | 33 '../ui/base/ui_base.gyp:*', |
| 33 '../ui/display/display.gyp:display_unittests', | 34 '../ui/display/display.gyp:display_unittests', |
| 35 '../ui/snapshot/snapshot.gyp:*', |
| 34 '../url/url.gyp:*', | 36 '../url/url.gyp:*', |
| 35 ], | 37 ], |
| 36 'conditions': [ | 38 'conditions': [ |
| 37 ['OS!="ios" and OS!="mac"', { | 39 ['OS!="ios" and OS!="mac"', { |
| 38 'dependencies': [ | 40 'dependencies': [ |
| 39 '../ui/touch_selection/ui_touch_selection.gyp:*', | 41 '../ui/touch_selection/ui_touch_selection.gyp:*', |
| 40 ], | 42 ], |
| 41 }], | 43 }], |
| 42 ['OS=="ios"', { | 44 ['OS=="ios"', { |
| 43 'dependencies': [ | 45 'dependencies': [ |
| 44 '../chrome/chrome.gyp:browser', | 46 '../chrome/chrome.gyp:browser', |
| 45 '../chrome/chrome.gyp:browser_ui', | 47 '../chrome/chrome.gyp:browser_ui', |
| 46 '../ios/ios.gyp:*', | 48 '../ios/ios.gyp:*', |
| 47 # NOTE: This list of targets is present because | 49 # NOTE: This list of targets is present because |
| 48 # mojo_base.gyp:mojo_base cannot be built on iOS, as | 50 # mojo_base.gyp:mojo_base cannot be built on iOS, as |
| 49 # javascript-related targets cause v8 to be built. | 51 # javascript-related targets cause v8 to be built. |
| 50 '../mojo/mojo_base.gyp:mojo_common_lib', | 52 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 51 '../mojo/mojo_base.gyp:mojo_common_unittests', | 53 '../mojo/mojo_base.gyp:mojo_common_unittests', |
| 52 '../mojo/mojo_edk.gyp:mojo_system_impl', | |
| 53 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', | |
| 54 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests', | |
| 55 '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', | |
| 56 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', | |
| 57 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', | |
| 58 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests', | |
| 59 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | |
| 60 '../mojo/mojo_public.gyp:mojo_public_test_utils', | |
| 61 '../mojo/mojo_public.gyp:mojo_system', | |
| 62 '../google_apis/google_apis.gyp:google_apis_unittests', | 54 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 55 '../skia/skia_tests.gyp:skia_unittests', |
| 56 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 57 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts', |
| 58 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests', |
| 59 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests
', |
| 60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
', |
| 61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s', |
| 62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', |
| 63 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 64 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', |
| 65 '../third_party/mojo/mojo_public.gyp:mojo_system', |
| 63 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 66 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 64 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 67 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
| 65 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 68 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 66 ], | 69 ], |
| 67 }], | 70 }], |
| 68 ['OS=="android"', { | 71 ['OS=="android"', { |
| 69 'dependencies': [ | 72 'dependencies': [ |
| 70 '../content/content_shell_and_tests.gyp:content_shell_apk', | 73 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 71 '<@(android_app_targets)', | 74 '<@(android_app_targets)', |
| 72 'android_builder_tests', | 75 'android_builder_tests', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 93 }, { | 96 }, { |
| 94 'dependencies': [ | 97 'dependencies': [ |
| 95 '../content/content_shell_and_tests.gyp:*', | 98 '../content/content_shell_and_tests.gyp:*', |
| 96 # 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. |
| 97 '../sync/sync.gyp:*', | 100 '../sync/sync.gyp:*', |
| 98 ], | 101 ], |
| 99 }], | 102 }], |
| 100 ['OS!="ios" and OS!="android"', { | 103 ['OS!="ios" and OS!="android"', { |
| 101 'dependencies': [ | 104 'dependencies': [ |
| 102 '../third_party/re2/re2.gyp:re2', | 105 '../third_party/re2/re2.gyp:re2', |
| 106 '../chrome/chrome.gyp:*', |
| 103 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 107 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
| 104 '../cc/blink/cc_blink_tests.gyp:*', | 108 '../cc/blink/cc_blink_tests.gyp:*', |
| 105 '../cc/cc_tests.gyp:*', | 109 '../cc/cc_tests.gyp:*', |
| 106 '../device/bluetooth/bluetooth.gyp:*', | 110 '../device/bluetooth/bluetooth.gyp:*', |
| 107 '../device/device_tests.gyp:*', | 111 '../device/device_tests.gyp:*', |
| 108 '../device/usb/usb.gyp:*', | 112 '../device/usb/usb.gyp:*', |
| 109 '../gin/gin.gyp:*', | 113 '../gin/gin.gyp:*', |
| 110 '../gpu/gpu.gyp:*', | 114 '../gpu/gpu.gyp:*', |
| 111 '../gpu/tools/tools.gyp:*', | 115 '../gpu/tools/tools.gyp:*', |
| 112 '../ipc/ipc.gyp:*', | 116 '../ipc/ipc.gyp:*', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 137 '../third_party/npapi/npapi.gyp:*', | 141 '../third_party/npapi/npapi.gyp:*', |
| 138 '../third_party/ots/ots.gyp:*', | 142 '../third_party/ots/ots.gyp:*', |
| 139 '../third_party/pdfium/samples/samples.gyp:*', | 143 '../third_party/pdfium/samples/samples.gyp:*', |
| 140 '../third_party/qcms/qcms.gyp:*', | 144 '../third_party/qcms/qcms.gyp:*', |
| 141 '../tools/gn/gn.gyp:*', | 145 '../tools/gn/gn.gyp:*', |
| 142 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 146 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 143 '../tools/telemetry/telemetry.gyp:*', | 147 '../tools/telemetry/telemetry.gyp:*', |
| 144 '../v8/tools/gyp/v8.gyp:*', | 148 '../v8/tools/gyp/v8.gyp:*', |
| 145 '<(libjpeg_gyp_path):*', | 149 '<(libjpeg_gyp_path):*', |
| 146 ], | 150 ], |
| 147 'conditions': [ | |
| 148 ['use_athena==1' , { | |
| 149 'dependencies': [ | |
| 150 # Athena temporarily depends upon a subset of chrome. Since mos
t | |
| 151 # tests do not compile, we only include dependencies to tests w
e | |
| 152 # want to build. | |
| 153 '../chrome/chrome.gyp:chrome', | |
| 154 '../chrome/chrome.gyp:browser_tests', | |
| 155 ] | |
| 156 }, { | |
| 157 'dependencies': [ | |
| 158 '../chrome/chrome.gyp:*', | |
| 159 ], | |
| 160 }], | |
| 161 ], | |
| 162 }], | 151 }], |
| 163 ['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")', { |
| 164 'dependencies': [ | 153 'dependencies': [ |
| 165 '../third_party/nss/nss.gyp:*', | 154 '../third_party/nss/nss.gyp:*', |
| 166 ], | 155 ], |
| 167 }], | 156 }], |
| 168 ['OS=="win" or OS=="ios" or OS=="linux"', { | 157 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| 169 'dependencies': [ | 158 'dependencies': [ |
| 170 '../breakpad/breakpad.gyp:*', | 159 '../breakpad/breakpad.gyp:*', |
| 171 ], | 160 ], |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 '../sandbox/sandbox.gyp:*', | 210 '../sandbox/sandbox.gyp:*', |
| 222 '<(angle_path)/src/angle.gyp:*', | 211 '<(angle_path)/src/angle.gyp:*', |
| 223 '../third_party/bspatch/bspatch.gyp:*', | 212 '../third_party/bspatch/bspatch.gyp:*', |
| 224 '../tools/win/static_initializers/static_initializers.gyp:*', | 213 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 225 ], | 214 ], |
| 226 }, { | 215 }, { |
| 227 'dependencies': [ | 216 'dependencies': [ |
| 228 '../third_party/libevent/libevent.gyp:*', | 217 '../third_party/libevent/libevent.gyp:*', |
| 229 ], | 218 ], |
| 230 }], | 219 }], |
| 220 ['toolkit_views==1', { |
| 221 'dependencies': [ |
| 222 '../ui/views/controls/webview/webview.gyp:*', |
| 223 '../ui/views/views.gyp:*', |
| 224 ], |
| 225 }], |
| 226 ['use_aura==1', { |
| 227 'dependencies': [ |
| 228 '../ui/aura/aura.gyp:*', |
| 229 ], |
| 230 }], |
| 231 ['use_ash==1', { | 231 ['use_ash==1', { |
| 232 'dependencies': [ | 232 'dependencies': [ |
| 233 '../ash/ash.gyp:*', | 233 '../ash/ash.gyp:*', |
| 234 ], | 234 ], |
| 235 }], | 235 }], |
| 236 ['remoting==1', { | 236 ['remoting==1', { |
| 237 'dependencies': [ | 237 'dependencies': [ |
| 238 '../remoting/remoting.gyp:*', | 238 '../remoting/remoting.gyp:*', |
| 239 ], | 239 ], |
| 240 }], | 240 }], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 257 ['OS!="android" and OS!="ios"', { | 257 ['OS!="android" and OS!="ios"', { |
| 258 'dependencies': [ | 258 'dependencies': [ |
| 259 '../google_apis/gcm/gcm.gyp:*', | 259 '../google_apis/gcm/gcm.gyp:*', |
| 260 ], | 260 ], |
| 261 }], | 261 }], |
| 262 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { | 262 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { |
| 263 'dependencies': [ | 263 'dependencies': [ |
| 264 '../extensions/shell/app_shell.gyp:*', | 264 '../extensions/shell/app_shell.gyp:*', |
| 265 ], | 265 ], |
| 266 }], | 266 }], |
| 267 ['chromeos==1', { | |
| 268 'dependencies': [ | |
| 269 '../athena/main/athena_main.gyp:*', | |
| 270 ], | |
| 271 }], | |
| 272 ['envoy==1', { | 267 ['envoy==1', { |
| 273 'dependencies': [ | 268 'dependencies': [ |
| 274 '../envoy/envoy.gyp:*', | 269 '../envoy/envoy.gyp:*', |
| 275 ], | 270 ], |
| 276 }], | 271 }], |
| 277 ], | 272 ], |
| 278 }, # target_name: All | 273 }, # target_name: All |
| 279 { | 274 { |
| 280 'target_name': 'All_syzygy', | 275 'target_name': 'All_syzygy', |
| 281 'type': 'none', | 276 'type': 'none', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 312 '../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', |
| 313 ], | 308 ], |
| 314 }], | 309 }], |
| 315 ['OS!="ios" and OS!="android"', { | 310 ['OS!="ios" and OS!="android"', { |
| 316 'dependencies': [ | 311 'dependencies': [ |
| 317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 312 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 318 '../cc/cc_tests.gyp:cc_unittests', | 313 '../cc/cc_tests.gyp:cc_unittests', |
| 319 '../chrome/chrome.gyp:browser_tests', | 314 '../chrome/chrome.gyp:browser_tests', |
| 320 '../chrome/chrome.gyp:chromedriver_tests', | 315 '../chrome/chrome.gyp:chromedriver_tests', |
| 321 '../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', |
| 322 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 320 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 323 '../content/content_shell_and_tests.gyp:content_browsertests', | 321 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 324 '../content/content_shell_and_tests.gyp:content_shell', | 322 '../content/content_shell_and_tests.gyp:content_shell', |
| 325 '../content/content_shell_and_tests.gyp:content_unittests', | 323 '../content/content_shell_and_tests.gyp:content_unittests', |
| 326 '../device/device_tests.gyp:device_unittests', | 324 '../device/device_tests.gyp:device_unittests', |
| 327 '../extensions/extensions.gyp:extensions_unittests', | 325 '../extensions/extensions.gyp:extensions_unittests', |
| 328 '../gin/gin.gyp:gin_unittests', | 326 '../gin/gin.gyp:gin_unittests', |
| 329 '../google_apis/google_apis.gyp:google_apis_unittests', | 327 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 330 '../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', |
| 331 '../gpu/gpu.gyp:gpu_unittests', | 329 '../gpu/gpu.gyp:gpu_unittests', |
| 332 '../ipc/ipc.gyp:ipc_tests', | 330 '../ipc/ipc.gyp:ipc_tests', |
| 333 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 331 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
| 334 '../jingle/jingle.gyp:jingle_unittests', | 332 '../jingle/jingle.gyp:jingle_unittests', |
| 335 '../media/cast/cast.gyp:cast_unittests', | 333 '../media/cast/cast.gyp:cast_unittests', |
| 336 '../media/media.gyp:media_unittests', | 334 '../media/media.gyp:media_unittests', |
| 337 '../mojo/mojo.gyp:mojo', | 335 '../mojo/mojo.gyp:mojo', |
| 338 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 336 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 339 '../remoting/remoting.gyp:remoting_unittests', | 337 '../remoting/remoting.gyp:remoting_unittests', |
| 340 '../third_party/WebKit/public/all.gyp:all_blink', | 338 '../third_party/WebKit/public/all.gyp:all_blink', |
| 341 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 342 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 340 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 343 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 341 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 344 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 342 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 345 '../tools/telemetry/telemetry.gyp:*', | 343 '../tools/telemetry/telemetry.gyp:*', |
| 346 ], | 344 ], |
| 347 'conditions': [ | |
| 348 ['use_athena!=1', { | |
| 349 'dependencies' : [ | |
| 350 '../chrome/chrome.gyp:interactive_ui_tests', | |
| 351 '../chrome/chrome.gyp:sync_integration_tests', | |
| 352 '../chrome/chrome.gyp:unit_tests', | |
| 353 ], | |
| 354 }], | |
| 355 ], | |
| 356 }], | 345 }], |
| 357 ['OS=="win"', { | 346 ['OS=="win"', { |
| 358 'dependencies': [ | 347 'dependencies': [ |
| 359 '../chrome/chrome.gyp:app_installer', | 348 '../chrome/chrome.gyp:app_installer', |
| 360 '../chrome/chrome.gyp:app_installer_unittests', | 349 '../chrome/chrome.gyp:app_installer_unittests', |
| 361 '../chrome/chrome.gyp:crash_service', | 350 '../chrome/chrome.gyp:crash_service', |
| 362 '../chrome/chrome.gyp:installer_util_unittests', | 351 '../chrome/chrome.gyp:installer_util_unittests', |
| 363 # ../chrome/test/mini_installer requires mini_installer. | 352 # ../chrome/test/mini_installer requires mini_installer. |
| 364 '../chrome/installer/mini_installer.gyp:mini_installer', | 353 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 365 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 354 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 ['OS!="android"', { | 419 ['OS!="android"', { |
| 431 'dependencies': [ | 420 'dependencies': [ |
| 432 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 421 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 433 ], | 422 ], |
| 434 }], | 423 }], |
| 435 ['enable_basic_printing==1 or enable_print_preview==1', { | 424 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 436 'dependencies': [ | 425 'dependencies': [ |
| 437 '../printing/printing.gyp:printing_unittests', | 426 '../printing/printing.gyp:printing_unittests', |
| 438 ], | 427 ], |
| 439 }], | 428 }], |
| 429 ['use_aura==1', { |
| 430 'dependencies': [ |
| 431 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 432 '../ui/aura/aura.gyp:aura_unittests', |
| 433 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 434 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 435 '../ui/views/views.gyp:views_unittests', |
| 436 ], |
| 437 }], |
| 438 ['use_aura==1 or toolkit_views==1', { |
| 439 'dependencies': [ |
| 440 '../ui/events/events.gyp:events_unittests', |
| 441 ], |
| 442 }], |
| 440 ['use_ash==1', { | 443 ['use_ash==1', { |
| 441 'dependencies': [ | 444 'dependencies': [ |
| 442 '../ash/ash.gyp:ash_unittests', | 445 '../ash/ash.gyp:ash_unittests', |
| 443 ], | 446 ], |
| 444 }], | 447 }], |
| 445 ['disable_nacl==0', { | 448 ['disable_nacl==0', { |
| 446 'dependencies': [ | 449 'dependencies': [ |
| 447 '../components/nacl.gyp:nacl_loader_unittests', | 450 '../components/nacl.gyp:nacl_loader_unittests', |
| 448 ], | 451 ], |
| 449 }], | 452 }], |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1069 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1067 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1070 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1068 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1071 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1069 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1072 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1070 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1073 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1071 '../tools/telemetry/telemetry.gyp:*', | 1074 '../tools/telemetry/telemetry.gyp:*', |
| 1072 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1075 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1073 '../ui/events/events.gyp:events_unittests', | 1076 '../ui/events/events.gyp:events_unittests', |
| 1074 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1077 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1075 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1078 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 1079 '../ui/views/views.gyp:views_unittests', |
| 1076 '../url/url.gyp:url_unittests', | 1080 '../url/url.gyp:url_unittests', |
| 1077 ], | 1081 ], |
| 1078 'conditions': [ | 1082 'conditions': [ |
| 1079 ['target_arch=="ia32"', { | 1083 ['target_arch=="ia32"', { |
| 1080 'dependencies': [ | 1084 'dependencies': [ |
| 1081 '../chrome/chrome.gyp:crash_service_win64', | 1085 '../chrome/chrome.gyp:crash_service_win64', |
| 1082 ], | 1086 ], |
| 1083 }], | 1087 }], |
| 1084 ], | 1088 ], |
| 1085 }, | 1089 }, |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1162 '../remoting/remoting.gyp:remoting_unittests', | 1166 '../remoting/remoting.gyp:remoting_unittests', |
| 1163 '../skia/skia_tests.gyp:skia_unittests', | 1167 '../skia/skia_tests.gyp:skia_unittests', |
| 1164 '../sql/sql.gyp:sql_unittests', | 1168 '../sql/sql.gyp:sql_unittests', |
| 1165 '../sync/sync.gyp:sync_unit_tests', | 1169 '../sync/sync.gyp:sync_unit_tests', |
| 1166 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1170 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1167 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1171 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1168 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1172 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1169 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1173 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1170 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', | 1174 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', |
| 1171 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', | 1175 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', |
| 1176 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 1172 '../ui/app_list/app_list.gyp:app_list_unittests', | 1177 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 1178 '../ui/aura/aura.gyp:aura_unittests', |
| 1179 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 1173 '../ui/display/display.gyp:display_unittests', | 1180 '../ui/display/display.gyp:display_unittests', |
| 1174 '../ui/events/events.gyp:events_unittests', | 1181 '../ui/events/events.gyp:events_unittests', |
| 1175 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1182 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1176 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1183 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 1177 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1184 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 1178 '../url/url.gyp:url_unittests', | 1185 '../url/url.gyp:url_unittests', |
| 1179 ], | 1186 ], |
| 1180 }, | 1187 }, |
| 1181 { | 1188 { |
| 1182 'target_name': 'webkit_builder_win', | 1189 'target_name': 'webkit_builder_win', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 1209 '../media/media.gyp:media_unittests', | 1216 '../media/media.gyp:media_unittests', |
| 1210 '../net/net.gyp:net_unittests_run', | 1217 '../net/net.gyp:net_unittests_run', |
| 1211 '../printing/printing.gyp:printing_unittests', | 1218 '../printing/printing.gyp:printing_unittests', |
| 1212 '../remoting/remoting.gyp:remoting_webapp', | 1219 '../remoting/remoting.gyp:remoting_webapp', |
| 1213 '../sql/sql.gyp:sql_unittests', | 1220 '../sql/sql.gyp:sql_unittests', |
| 1214 '../sync/sync.gyp:sync_unit_tests', | 1221 '../sync/sync.gyp:sync_unit_tests', |
| 1215 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1222 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 1216 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1223 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1217 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1224 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1218 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', | 1225 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', |
| 1226 '../ui/views/views.gyp:views_unittests', |
| 1219 '../url/url.gyp:url_unittests', | 1227 '../url/url.gyp:url_unittests', |
| 1220 ], | 1228 ], |
| 1221 'conditions': [ | 1229 'conditions': [ |
| 1222 ['target_arch=="ia32"', { | 1230 ['target_arch=="ia32"', { |
| 1223 'dependencies': [ | 1231 'dependencies': [ |
| 1224 '../chrome/chrome.gyp:crash_service_win64', | 1232 '../chrome/chrome.gyp:crash_service_win64', |
| 1225 ], | 1233 ], |
| 1226 }], | 1234 }], |
| 1227 ['component != "shared_library" and wix_exists == "True" and \ | 1235 ['component != "shared_library" and wix_exists == "True" and \ |
| 1228 sas_dll_exists == "True"', { | 1236 sas_dll_exists == "True"', { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1239 ['use_aura==1', { | 1247 ['use_aura==1', { |
| 1240 'targets': [ | 1248 'targets': [ |
| 1241 { | 1249 { |
| 1242 'target_name': 'aura_builder', | 1250 'target_name': 'aura_builder', |
| 1243 'type': 'none', | 1251 'type': 'none', |
| 1244 'dependencies': [ | 1252 'dependencies': [ |
| 1245 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1253 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 1246 '../cc/cc_tests.gyp:cc_unittests', | 1254 '../cc/cc_tests.gyp:cc_unittests', |
| 1247 '../chrome/chrome.gyp:browser_tests', | 1255 '../chrome/chrome.gyp:browser_tests', |
| 1248 '../chrome/chrome.gyp:chrome', | 1256 '../chrome/chrome.gyp:chrome', |
| 1257 '../chrome/chrome.gyp:interactive_ui_tests', |
| 1258 '../chrome/chrome.gyp:unit_tests', |
| 1249 '../components/components_tests.gyp:components_unittests', | 1259 '../components/components_tests.gyp:components_unittests', |
| 1250 '../content/content_shell_and_tests.gyp:content_browsertests', | 1260 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1251 '../content/content_shell_and_tests.gyp:content_unittests', | 1261 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1252 '../device/device_tests.gyp:device_unittests', | 1262 '../device/device_tests.gyp:device_unittests', |
| 1253 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1263 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1254 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1264 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1255 '../remoting/remoting.gyp:remoting_unittests', | 1265 '../remoting/remoting.gyp:remoting_unittests', |
| 1256 '../skia/skia_tests.gyp:skia_unittests', | 1266 '../skia/skia_tests.gyp:skia_unittests', |
| 1257 '../ui/app_list/app_list.gyp:*', | 1267 '../ui/app_list/app_list.gyp:*', |
| 1268 '../ui/aura/aura.gyp:*', |
| 1258 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1269 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1270 '../ui/compositor/compositor.gyp:*', |
| 1259 '../ui/display/display.gyp:display_unittests', | 1271 '../ui/display/display.gyp:display_unittests', |
| 1260 '../ui/events/events.gyp:*', | 1272 '../ui/events/events.gyp:*', |
| 1261 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1273 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1262 '../ui/keyboard/keyboard.gyp:*', | 1274 '../ui/keyboard/keyboard.gyp:*', |
| 1263 '../ui/message_center/message_center.gyp:*', | 1275 '../ui/message_center/message_center.gyp:*', |
| 1264 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1276 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1265 '../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', |
| 1278 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1279 '../ui/views/views.gyp:views', |
| 1280 '../ui/views/views.gyp:views_unittests', |
| 1281 '../ui/wm/wm.gyp:*', |
| 1266 'blink_tests', | 1282 'blink_tests', |
| 1267 ], | 1283 ], |
| 1268 'conditions': [ | 1284 'conditions': [ |
| 1269 ['use_athena!=1', { | |
| 1270 'dependencies': [ | |
| 1271 '../chrome/chrome.gyp:interactive_ui_tests', | |
| 1272 '../chrome/chrome.gyp:unit_tests', | |
| 1273 ], | |
| 1274 }], | |
| 1275 ['OS=="win"', { | 1285 ['OS=="win"', { |
| 1276 'dependencies': [ | 1286 'dependencies': [ |
| 1277 '../chrome/chrome.gyp:crash_service', | 1287 '../chrome/chrome.gyp:crash_service', |
| 1278 ], | 1288 ], |
| 1279 }], | 1289 }], |
| 1280 ['OS=="win" and target_arch=="ia32"', { | 1290 ['OS=="win" and target_arch=="ia32"', { |
| 1281 'dependencies': [ | 1291 'dependencies': [ |
| 1282 '../chrome/chrome.gyp:crash_service_win64', | 1292 '../chrome/chrome.gyp:crash_service_win64', |
| 1283 ], | 1293 ], |
| 1284 }], | 1294 }], |
| 1285 ['use_ash==1', { | 1295 ['use_ash==1', { |
| 1286 'dependencies': [ | 1296 'dependencies': [ |
| 1287 '../ash/ash.gyp:ash_shell', | 1297 '../ash/ash.gyp:ash_shell', |
| 1288 '../ash/ash.gyp:ash_unittests', | 1298 '../ash/ash.gyp:ash_unittests', |
| 1289 ], | 1299 ], |
| 1290 }], | 1300 }], |
| 1291 ['OS=="linux"', { | 1301 ['OS=="linux"', { |
| 1292 # Tests that currently only work on Linux. | 1302 # Tests that currently only work on Linux. |
| 1293 'dependencies': [ | 1303 'dependencies': [ |
| 1294 '../base/base.gyp:base_unittests', | 1304 '../base/base.gyp:base_unittests', |
| 1295 '../ipc/ipc.gyp:ipc_tests', | 1305 '../ipc/ipc.gyp:ipc_tests', |
| 1296 '../sql/sql.gyp:sql_unittests', | 1306 '../sql/sql.gyp:sql_unittests', |
| 1297 '../sync/sync.gyp:sync_unit_tests', | 1307 '../sync/sync.gyp:sync_unit_tests', |
| 1298 ], | 1308 ], |
| 1299 }], | 1309 }], |
| 1300 ['chromeos==1', { | 1310 ['chromeos==1', { |
| 1301 'dependencies': [ | 1311 'dependencies': [ |
| 1302 '../athena/main/athena_main.gyp:*', | |
| 1303 '../chromeos/chromeos.gyp:chromeos_unittests', | 1312 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 1304 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', | 1313 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', |
| 1305 ], | 1314 ], |
| 1306 }], | 1315 }], |
| 1316 ['use_ozone==1', { |
| 1317 'dependencies': [ |
| 1318 '../ui/ozone/ozone.gyp:*', |
| 1319 '../ui/ozone/demo/ozone_demos.gyp:*', |
| 1320 ], |
| 1321 }], |
| 1307 ], | 1322 ], |
| 1308 }, | 1323 }, |
| 1309 ], # targets | 1324 ], # targets |
| 1310 }, { | 1325 }, { |
| 1311 'conditions': [ | 1326 'conditions': [ |
| 1312 ['OS=="linux"', { | 1327 ['OS=="linux"', { |
| 1313 # TODO(thakis): Remove this once the linux gtk bot no longer reference
s | 1328 # TODO(thakis): Remove this once the linux gtk bot no longer reference
s |
| 1314 # it (probably after the first aura release on linux), see r249162 | 1329 # it (probably after the first aura release on linux), see r249162 |
| 1315 'targets': [ | 1330 'targets': [ |
| 1316 { | 1331 { |
| 1317 'target_name': 'aura_builder', | 1332 'target_name': 'aura_builder', |
| 1318 'type': 'none', | 1333 'type': 'none', |
| 1319 'dependencies': [ | 1334 'dependencies': [ |
| 1320 '../chrome/chrome.gyp:chrome', | 1335 '../chrome/chrome.gyp:chrome', |
| 1321 ], | 1336 ], |
| 1322 }, | 1337 }, |
| 1323 ], # targets | 1338 ], # targets |
| 1324 }]], # OS=="linux" | 1339 }]], # OS=="linux" |
| 1325 }], # "use_aura==1" | 1340 }], # "use_aura==1" |
| 1326 ['test_isolation_mode != "noop"', { | 1341 ['test_isolation_mode != "noop"', { |
| 1327 'targets': [ | 1342 'targets': [ |
| 1328 { | 1343 { |
| 1329 'target_name': 'chromium_swarm_tests', | 1344 'target_name': 'chromium_swarm_tests', |
| 1330 'type': 'none', | 1345 'type': 'none', |
| 1331 'dependencies': [ | 1346 'dependencies': [ |
| 1332 '../base/base.gyp:base_unittests_run', | 1347 '../base/base.gyp:base_unittests_run', |
| 1333 '../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', |
| 1334 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 1352 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
| 1335 '../content/content_shell_and_tests.gyp:content_unittests_run', | 1353 '../content/content_shell_and_tests.gyp:content_unittests_run', |
| 1336 '../net/net.gyp:net_unittests_run', | 1354 '../net/net.gyp:net_unittests_run', |
| 1337 ], | 1355 ], |
| 1338 'conditions' : [ | |
| 1339 ['use_athena!=1', { | |
| 1340 'dependencies': [ | |
| 1341 '../chrome/chrome.gyp:interactive_ui_tests_run', | |
| 1342 '../chrome/chrome.gyp:sync_integration_tests_run', | |
| 1343 '../chrome/chrome.gyp:unit_tests_run', | |
| 1344 ], | |
| 1345 }], | |
| 1346 ], | |
| 1347 }, # target_name: chromium_swarm_tests | 1356 }, # target_name: chromium_swarm_tests |
| 1348 ], | 1357 ], |
| 1349 }], | 1358 }], |
| 1350 ['archive_chromoting_tests==1', { | 1359 ['archive_chromoting_tests==1', { |
| 1351 'targets': [ | 1360 'targets': [ |
| 1352 { | 1361 { |
| 1353 'target_name': 'chromoting_swarm_tests', | 1362 'target_name': 'chromoting_swarm_tests', |
| 1354 'type': 'none', | 1363 'type': 'none', |
| 1355 'dependencies': [ | 1364 'dependencies': [ |
| 1356 '../testing/chromoting/integration_tests.gyp:chromoting_integration_
tests_run', | 1365 '../testing/chromoting/integration_tests.gyp:chromoting_integration_
tests_run', |
| 1357 ], | 1366 ], |
| 1358 }, # target_name: chromoting_swarm_tests | 1367 }, # target_name: chromoting_swarm_tests |
| 1359 ] | 1368 ] |
| 1360 }], | 1369 }], |
| 1370 ['OS=="mac" and toolkit_views==1', { |
| 1371 'targets': [ |
| 1372 { |
| 1373 'target_name': 'macviews_builder', |
| 1374 'type': 'none', |
| 1375 'dependencies': [ |
| 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1377 '../ui/views/views.gyp:views', |
| 1378 '../ui/views/views.gyp:views_unittests', |
| 1379 ], |
| 1380 }, # target_name: macviews_builder |
| 1381 ], # targets |
| 1382 }], # os=='mac' and toolkit_views==1 |
| 1361 ], # conditions | 1383 ], # conditions |
| 1362 } | 1384 } |
| OLD | NEW |