| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 # 1) everything that the chrome binaries depend on: | 370 # 1) everything that the chrome binaries depend on: |
| 371 '<@(chromium_dependencies)', | 371 '<@(chromium_dependencies)', |
| 372 # 2) test-specific support libraries: | 372 # 2) test-specific support libraries: |
| 373 '../base/base.gyp:test_support_base', | 373 '../base/base.gyp:test_support_base', |
| 374 '../media/media.gyp:media_test_support', | 374 '../media/media.gyp:media_test_support', |
| 375 '../net/net.gyp:net', | 375 '../net/net.gyp:net', |
| 376 '../net/net.gyp:net_test_support', | 376 '../net/net.gyp:net_test_support', |
| 377 '../testing/gmock.gyp:gmock', | 377 '../testing/gmock.gyp:gmock', |
| 378 '../testing/gtest.gyp:gtest', | 378 '../testing/gtest.gyp:gtest', |
| 379 'test_support_common', | 379 'test_support_common', |
| 380 '../sync/sync.gyp:test_support_sync', | 380 '../sync/sync.gyp:test_support_sync_api', |
| 381 '../sync/sync.gyp:test_support_sync_core', |
| 382 '../sync/sync.gyp:test_support_sync_internal_api', |
| 381 '../sync/sync.gyp:test_support_sync_notifier', | 383 '../sync/sync.gyp:test_support_sync_notifier', |
| 382 '../sync/sync.gyp:test_support_syncapi_core', | |
| 383 '../sync/sync.gyp:test_support_syncapi_service', | |
| 384 'test_support_unit', | 384 'test_support_unit', |
| 385 # 3) anything tests directly depend on | 385 # 3) anything tests directly depend on |
| 386 '../google_apis/google_apis.gyp:google_apis', | 386 '../google_apis/google_apis.gyp:google_apis', |
| 387 '../skia/skia.gyp:skia', | 387 '../skia/skia.gyp:skia', |
| 388 '../third_party/bzip2/bzip2.gyp:bzip2', | 388 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 389 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 389 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 390 '../third_party/icu/icu.gyp:icui18n', | 390 '../third_party/icu/icu.gyp:icui18n', |
| 391 '../third_party/icu/icu.gyp:icuuc', | 391 '../third_party/icu/icu.gyp:icuuc', |
| 392 '../third_party/libxml/libxml.gyp:libxml', | 392 '../third_party/libxml/libxml.gyp:libxml', |
| 393 '../ui/ui.gyp:ui_resources', | 393 '../ui/ui.gyp:ui_resources', |
| (...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 'unit_tests.isolate', | 2255 'unit_tests.isolate', |
| 2256 ], | 2256 ], |
| 2257 'sources': [ | 2257 'sources': [ |
| 2258 'unit_tests.isolate', | 2258 'unit_tests.isolate', |
| 2259 ], | 2259 ], |
| 2260 }, | 2260 }, |
| 2261 ], | 2261 ], |
| 2262 }], | 2262 }], |
| 2263 ], # 'conditions' | 2263 ], # 'conditions' |
| 2264 } | 2264 } |
| OLD | NEW |