| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
| 13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
| 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', | 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
| 15 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.gyp:*', |
| 16 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
| 17 '../ui/ui.gyp:*', | 17 '../ui/ui.gyp:*', |
| 18 '../gpu/gpu.gyp:*', | 18 '../gpu/gpu.gyp:*', |
| 19 '../gpu/demos/demos.gyp:*', | 19 '../gpu/demos/demos.gyp:*', |
| 20 '../ipc/ipc.gyp:*', | 20 '../ipc/ipc.gyp:*', |
| 21 '../jingle/jingle.gyp:*', | 21 '../jingle/jingle.gyp:*', |
| 22 '../media/media.gyp:*', | 22 '../media/media.gyp:*', |
| 23 '../net/net.gyp:*', | 23 '../net/net.gyp:*', |
| 24 '../ppapi/ppapi.gyp:*', | 24 '../ppapi/ppapi.gyp:*', |
| 25 '../ppapi/ppapi_internal.gyp:*', | 25 '../ppapi/ppapi_internal.gyp:*', |
| 26 '../printing/printing.gyp:*', | 26 '../printing/printing.gyp:*', |
| 27 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
| 28 '../skia/skia.gyp:*', | 28 '../skia/skia.gyp:*', |
| 29 '../sql/sql.gyp:*', |
| 29 '../testing/gmock.gyp:*', | 30 '../testing/gmock.gyp:*', |
| 30 '../testing/gtest.gyp:*', | 31 '../testing/gtest.gyp:*', |
| 31 '../third_party/bzip2/bzip2.gyp:*', | 32 '../third_party/bzip2/bzip2.gyp:*', |
| 32 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 33 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| 33 '../third_party/cld/cld.gyp:*', | 34 '../third_party/cld/cld.gyp:*', |
| 34 '../third_party/codesighs/codesighs.gyp:*', | 35 '../third_party/codesighs/codesighs.gyp:*', |
| 35 '../third_party/ffmpeg/ffmpeg.gyp:*', | 36 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| 36 '../third_party/iccjpeg/iccjpeg.gyp:*', | 37 '../third_party/iccjpeg/iccjpeg.gyp:*', |
| 37 '../third_party/icu/icu.gyp:*', | 38 '../third_party/icu/icu.gyp:*', |
| 38 '../third_party/libpng/libpng.gyp:*', | 39 '../third_party/libpng/libpng.gyp:*', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 '../crypto/crypto.gyp:crypto_unittests', | 158 '../crypto/crypto.gyp:crypto_unittests', |
| 158 '../ui/ui.gyp:gfx_unittests', | 159 '../ui/ui.gyp:gfx_unittests', |
| 159 '../gpu/gpu.gyp:gpu_unittests', | 160 '../gpu/gpu.gyp:gpu_unittests', |
| 160 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', | 161 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', |
| 161 '../ipc/ipc.gyp:ipc_tests', | 162 '../ipc/ipc.gyp:ipc_tests', |
| 162 '../jingle/jingle.gyp:jingle_unittests', | 163 '../jingle/jingle.gyp:jingle_unittests', |
| 163 '../media/media.gyp:media_unittests', | 164 '../media/media.gyp:media_unittests', |
| 164 '../net/net.gyp:net_unittests', | 165 '../net/net.gyp:net_unittests', |
| 165 '../printing/printing.gyp:printing_unittests', | 166 '../printing/printing.gyp:printing_unittests', |
| 166 '../remoting/remoting.gyp:remoting_unittests', | 167 '../remoting/remoting.gyp:remoting_unittests', |
| 168 '../sql/sql.gyp:sql_unittests', |
| 167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 169 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 168 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', | 170 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
| 169 'temp_gyp/googleurl.gyp:googleurl_unittests', | 171 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 170 ], | 172 ], |
| 171 'conditions': [ | 173 'conditions': [ |
| 172 ['OS=="win"', { | 174 ['OS=="win"', { |
| 173 'dependencies': [ | 175 'dependencies': [ |
| 174 '../chrome/chrome.gyp:installer_util_unittests', | 176 '../chrome/chrome.gyp:installer_util_unittests', |
| 175 '../chrome/chrome.gyp:mini_installer_test', | 177 '../chrome/chrome.gyp:mini_installer_test', |
| 176 # mini_installer_tests depends on mini_installer. This should be | 178 # mini_installer_tests depends on mini_installer. This should be |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 '../chrome/chrome.gyp:unit_tests', | 218 '../chrome/chrome.gyp:unit_tests', |
| 217 '../crypto/crypto.gyp:crypto_unittests', | 219 '../crypto/crypto.gyp:crypto_unittests', |
| 218 '../ui/ui.gyp:gfx_unittests', | 220 '../ui/ui.gyp:gfx_unittests', |
| 219 '../gpu/gpu.gyp:gpu_unittests', | 221 '../gpu/gpu.gyp:gpu_unittests', |
| 220 '../ipc/ipc.gyp:ipc_tests', | 222 '../ipc/ipc.gyp:ipc_tests', |
| 221 '../jingle/jingle.gyp:jingle_unittests', | 223 '../jingle/jingle.gyp:jingle_unittests', |
| 222 '../media/media.gyp:media_unittests', | 224 '../media/media.gyp:media_unittests', |
| 223 '../net/net.gyp:net_unittests', | 225 '../net/net.gyp:net_unittests', |
| 224 '../printing/printing.gyp:printing_unittests', | 226 '../printing/printing.gyp:printing_unittests', |
| 225 '../remoting/remoting.gyp:remoting_unittests', | 227 '../remoting/remoting.gyp:remoting_unittests', |
| 228 '../sql/sql.gyp:sql_unittests', |
| 226 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 229 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 227 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', | 230 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes
ts', |
| 228 'temp_gyp/googleurl.gyp:googleurl_unittests', | 231 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 229 ], | 232 ], |
| 230 'conditions': [ | 233 'conditions': [ |
| 231 ['OS=="win"', { | 234 ['OS=="win"', { |
| 232 'dependencies': [ | 235 'dependencies': [ |
| 233 '../chrome/chrome.gyp:installer_util_unittests', | 236 '../chrome/chrome.gyp:installer_util_unittests', |
| 234 # TODO(bradnelson): fix and enable. | 237 # TODO(bradnelson): fix and enable. |
| 235 #'../chrome/chrome.gyp:mini_installer_test', | 238 #'../chrome/chrome.gyp:mini_installer_test', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 '../chrome/chrome.gyp:sync_unit_tests', | 327 '../chrome/chrome.gyp:sync_unit_tests', |
| 325 '../chrome/chrome.gyp:ui_tests', | 328 '../chrome/chrome.gyp:ui_tests', |
| 326 '../chrome/chrome.gyp:unit_tests', | 329 '../chrome/chrome.gyp:unit_tests', |
| 327 '../ui/ui.gyp:gfx_unittests', | 330 '../ui/ui.gyp:gfx_unittests', |
| 328 '../gpu/gpu.gyp:gpu_unittests', | 331 '../gpu/gpu.gyp:gpu_unittests', |
| 329 '../ipc/ipc.gyp:ipc_tests', | 332 '../ipc/ipc.gyp:ipc_tests', |
| 330 '../jingle/jingle.gyp:jingle_unittests', | 333 '../jingle/jingle.gyp:jingle_unittests', |
| 331 '../media/media.gyp:media_unittests', | 334 '../media/media.gyp:media_unittests', |
| 332 '../printing/printing.gyp:printing_unittests', | 335 '../printing/printing.gyp:printing_unittests', |
| 333 '../remoting/remoting.gyp:remoting_unittests', | 336 '../remoting/remoting.gyp:remoting_unittests', |
| 337 '../sql/sql.gyp:sql_unittests', |
| 334 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 335 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 339 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 336 'temp_gyp/googleurl.gyp:googleurl_unittests', | 340 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 337 ], | 341 ], |
| 338 }, | 342 }, |
| 339 { | 343 { |
| 340 'target_name': 'chromium_builder_rel', | 344 'target_name': 'chromium_builder_rel', |
| 341 'type': 'none', | 345 'type': 'none', |
| 342 'dependencies': [ | 346 'dependencies': [ |
| 343 '../app/app.gyp:app_unittests', | 347 '../app/app.gyp:app_unittests', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 355 '../chrome/chrome.gyp:ui_tests', | 359 '../chrome/chrome.gyp:ui_tests', |
| 356 '../chrome/chrome.gyp:unit_tests', | 360 '../chrome/chrome.gyp:unit_tests', |
| 357 '../chrome/chrome.gyp:url_fetch_test', | 361 '../chrome/chrome.gyp:url_fetch_test', |
| 358 '../ui/ui.gyp:gfx_unittests', | 362 '../ui/ui.gyp:gfx_unittests', |
| 359 '../gpu/gpu.gyp:gpu_unittests', | 363 '../gpu/gpu.gyp:gpu_unittests', |
| 360 '../ipc/ipc.gyp:ipc_tests', | 364 '../ipc/ipc.gyp:ipc_tests', |
| 361 '../jingle/jingle.gyp:jingle_unittests', | 365 '../jingle/jingle.gyp:jingle_unittests', |
| 362 '../media/media.gyp:media_unittests', | 366 '../media/media.gyp:media_unittests', |
| 363 '../printing/printing.gyp:printing_unittests', | 367 '../printing/printing.gyp:printing_unittests', |
| 364 '../remoting/remoting.gyp:remoting_unittests', | 368 '../remoting/remoting.gyp:remoting_unittests', |
| 369 '../sql/sql.gyp:sql_unittests', |
| 365 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 370 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 366 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 371 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 367 'temp_gyp/googleurl.gyp:googleurl_unittests', | 372 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 368 ], | 373 ], |
| 369 }, | 374 }, |
| 370 { | 375 { |
| 371 'target_name': 'chromium_builder_dbg_tsan_mac', | 376 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 372 'type': 'none', | 377 'type': 'none', |
| 373 'dependencies': [ | 378 'dependencies': [ |
| 374 '../base/base.gyp:base_unittests', | 379 '../base/base.gyp:base_unittests', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 396 '../media/media.gyp:media_unittests', | 401 '../media/media.gyp:media_unittests', |
| 397 '../net/net.gyp:net_unittests', | 402 '../net/net.gyp:net_unittests', |
| 398 '../printing/printing.gyp:printing_unittests', | 403 '../printing/printing.gyp:printing_unittests', |
| 399 '../remoting/remoting.gyp:remoting_unittests', | 404 '../remoting/remoting.gyp:remoting_unittests', |
| 400 '../chrome/chrome.gyp:safe_browsing_tests', | 405 '../chrome/chrome.gyp:safe_browsing_tests', |
| 401 '../chrome/chrome.gyp:sync_unit_tests', | 406 '../chrome/chrome.gyp:sync_unit_tests', |
| 402 '../chrome/chrome.gyp:unit_tests', | 407 '../chrome/chrome.gyp:unit_tests', |
| 403 '../chrome/chrome.gyp:ui_tests', | 408 '../chrome/chrome.gyp:ui_tests', |
| 404 '../ui/ui.gyp:gfx_unittests', | 409 '../ui/ui.gyp:gfx_unittests', |
| 405 '../jingle/jingle.gyp:jingle_unittests', | 410 '../jingle/jingle.gyp:jingle_unittests', |
| 411 '../sql/sql.gyp:sql_unittests', |
| 406 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 412 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 407 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 413 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 408 ], | 414 ], |
| 409 }, | 415 }, |
| 410 ], # targets | 416 ], # targets |
| 411 }], # OS="mac" | 417 }], # OS="mac" |
| 412 ['OS=="win"', { | 418 ['OS=="win"', { |
| 413 'targets': [ | 419 'targets': [ |
| 414 # These targets are here so the build bots can use them to build | 420 # These targets are here so the build bots can use them to build |
| 415 # subsets of a full tree for faster cycle times. | 421 # subsets of a full tree for faster cycle times. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 446 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 452 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 447 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 453 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 448 '../courgette/courgette.gyp:courgette_unittests', | 454 '../courgette/courgette.gyp:courgette_unittests', |
| 449 '../ui/ui.gyp:gfx_unittests', | 455 '../ui/ui.gyp:gfx_unittests', |
| 450 '../gpu/gpu.gyp:gpu_unittests', | 456 '../gpu/gpu.gyp:gpu_unittests', |
| 451 '../ipc/ipc.gyp:ipc_tests', | 457 '../ipc/ipc.gyp:ipc_tests', |
| 452 '../jingle/jingle.gyp:jingle_unittests', | 458 '../jingle/jingle.gyp:jingle_unittests', |
| 453 '../media/media.gyp:media_unittests', | 459 '../media/media.gyp:media_unittests', |
| 454 '../printing/printing.gyp:printing_unittests', | 460 '../printing/printing.gyp:printing_unittests', |
| 455 '../remoting/remoting.gyp:remoting_unittests', | 461 '../remoting/remoting.gyp:remoting_unittests', |
| 462 '../sql/sql.gyp:sql_unittests', |
| 456 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 463 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 457 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 464 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 458 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe
tscapePlugIn', | 465 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe
tscapePlugIn', |
| 459 '../views/views.gyp:views_unittests', | 466 '../views/views.gyp:views_unittests', |
| 460 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 467 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 461 # This should: | 468 # This should: |
| 462 # 1) not be the case. OR. | 469 # 1) not be the case. OR. |
| 463 # 2) be expressed in the ui tests dependencies. | 470 # 2) be expressed in the ui tests dependencies. |
| 464 '../webkit/webkit.gyp:test_shell_common', | 471 '../webkit/webkit.gyp:test_shell_common', |
| 465 'temp_gyp/googleurl.gyp:googleurl_unittests', | 472 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 '../chrome/chrome.gyp:url_fetch_test', | 556 '../chrome/chrome.gyp:url_fetch_test', |
| 550 '../crypto/crypto.gyp:crypto_unittests', | 557 '../crypto/crypto.gyp:crypto_unittests', |
| 551 '../ui/ui.gyp:gfx_unittests', | 558 '../ui/ui.gyp:gfx_unittests', |
| 552 '../ipc/ipc.gyp:ipc_tests', | 559 '../ipc/ipc.gyp:ipc_tests', |
| 553 '../jingle/jingle.gyp:jingle_unittests', | 560 '../jingle/jingle.gyp:jingle_unittests', |
| 554 '../media/media.gyp:ffmpeg_tests', | 561 '../media/media.gyp:ffmpeg_tests', |
| 555 '../media/media.gyp:media_unittests', | 562 '../media/media.gyp:media_unittests', |
| 556 '../net/net.gyp:net_unittests', | 563 '../net/net.gyp:net_unittests', |
| 557 '../printing/printing.gyp:printing_unittests', | 564 '../printing/printing.gyp:printing_unittests', |
| 558 '../remoting/remoting.gyp:remoting_unittests', | 565 '../remoting/remoting.gyp:remoting_unittests', |
| 566 '../sql/sql.gyp:sql_unittests', |
| 559 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 567 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 560 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 568 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 561 '../views/views.gyp:views_unittests', | 569 '../views/views.gyp:views_unittests', |
| 562 'temp_gyp/googleurl.gyp:googleurl_unittests', | 570 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 563 ], | 571 ], |
| 564 }, | 572 }, |
| 565 ], # targets | 573 ], # targets |
| 566 }], # "chromeos==1" | 574 }], # "chromeos==1" |
| 567 ], # conditions | 575 ], # conditions |
| 568 } | 576 } |
| 569 | 577 |
| 570 # Local Variables: | 578 # Local Variables: |
| 571 # tab-width:2 | 579 # tab-width:2 |
| 572 # indent-tabs-mode:nil | 580 # indent-tabs-mode:nil |
| 573 # End: | 581 # End: |
| 574 # vim: set expandtab tabstop=2 shiftwidth=2: | 582 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |