| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 # 2) test-specific support libraries: | 353 # 2) test-specific support libraries: |
| 354 '../base/base.gyp:test_support_base', | 354 '../base/base.gyp:test_support_base', |
| 355 '../gpu/gpu.gyp:gpu_unittest_utils', | 355 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 356 '../media/media.gyp:media_test_support', | 356 '../media/media.gyp:media_test_support', |
| 357 '../net/net.gyp:net', | 357 '../net/net.gyp:net', |
| 358 '../net/net.gyp:net_test_support', | 358 '../net/net.gyp:net_test_support', |
| 359 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 359 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 360 '../testing/gmock.gyp:gmock', | 360 '../testing/gmock.gyp:gmock', |
| 361 '../testing/gtest.gyp:gtest', | 361 '../testing/gtest.gyp:gtest', |
| 362 'test_support_common', | 362 'test_support_common', |
| 363 '../sync/sync.gyp:test_support_sync', | 363 '../sync/sync.gyp:test_support_sync_api', |
| 364 '../sync/sync.gyp:test_support_sync_core', |
| 365 '../sync/sync.gyp:test_support_sync_internal_api', |
| 364 '../sync/sync.gyp:test_support_sync_notifier', | 366 '../sync/sync.gyp:test_support_sync_notifier', |
| 365 '../sync/sync.gyp:test_support_syncapi_core', | |
| 366 '../sync/sync.gyp:test_support_syncapi_service', | |
| 367 'test_support_unit', | 367 'test_support_unit', |
| 368 # 3) anything tests directly depend on | 368 # 3) anything tests directly depend on |
| 369 '../google_apis/google_apis.gyp:google_apis', | 369 '../google_apis/google_apis.gyp:google_apis', |
| 370 '../skia/skia.gyp:skia', | 370 '../skia/skia.gyp:skia', |
| 371 '../third_party/bzip2/bzip2.gyp:bzip2', | 371 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 372 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 372 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 373 '../third_party/cld/cld.gyp:cld', | 373 '../third_party/cld/cld.gyp:cld', |
| 374 '../third_party/icu/icu.gyp:icui18n', | 374 '../third_party/icu/icu.gyp:icui18n', |
| 375 '../third_party/icu/icu.gyp:icuuc', | 375 '../third_party/icu/icu.gyp:icuuc', |
| 376 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 376 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2201 'unit_tests.isolate', | 2201 'unit_tests.isolate', |
| 2202 ], | 2202 ], |
| 2203 'sources': [ | 2203 'sources': [ |
| 2204 'unit_tests.isolate', | 2204 'unit_tests.isolate', |
| 2205 ], | 2205 ], |
| 2206 }, | 2206 }, |
| 2207 ], | 2207 ], |
| 2208 }], | 2208 }], |
| 2209 ], # 'conditions' | 2209 ], # 'conditions' |
| 2210 } | 2210 } |
| OLD | NEW |