Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
| 8 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
| 9 { | 9 { |
| 10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 242 'SYNC_TEST', | 242 'SYNC_TEST', |
| 243 ], | 243 ], |
| 244 'dependencies': [ | 244 'dependencies': [ |
| 245 '../base/base.gyp:base', | 245 '../base/base.gyp:base', |
| 246 '../base/base.gyp:run_all_unittests', | 246 '../base/base.gyp:run_all_unittests', |
| 247 '../google_apis/google_apis.gyp:google_apis', | 247 '../google_apis/google_apis.gyp:google_apis', |
| 248 '../google_apis/google_apis.gyp:google_apis_test_support', | 248 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 249 '../net/net.gyp:net', | 249 '../net/net.gyp:net', |
| 250 '../net/net.gyp:net_test_support', | 250 '../net/net.gyp:net_test_support', |
| 251 '../sql/sql.gyp:sql', | 251 '../sql/sql.gyp:sql', |
| 252 '../sql/sql.gyp:test_support_sql', | |
|
Nicolas Zea
2015/04/13 20:16:33
strange, does sql have the target named two differ
maniscalco
2015/04/14 17:44:14
Yes, two different names. I believe the name used
Scott Hess - ex-Googler
2015/04/14 19:51:01
gyp seems to always say "namespace_test_supprt" or
| |
| 252 '../testing/gmock.gyp:gmock', | 253 '../testing/gmock.gyp:gmock', |
| 253 '../testing/gtest.gyp:gtest', | 254 '../testing/gtest.gyp:gtest', |
| 254 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 255 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 255 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 256 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 256 'sync', | 257 'sync', |
| 257 'test_support_sync_core', | 258 'test_support_sync_core', |
| 258 'test_support_sync_internal_api', | 259 'test_support_sync_internal_api', |
| 259 ], | 260 ], |
| 260 'include_dirs': [ | 261 'include_dirs': [ |
| 261 '..', | 262 '..', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 534 ], | 535 ], |
| 535 'variables': { | 536 'variables': { |
| 536 'test_suite_name': 'sync_unit_tests', | 537 'test_suite_name': 'sync_unit_tests', |
| 537 }, | 538 }, |
| 538 'includes': [ '../build/apk_test.gypi' ], | 539 'includes': [ '../build/apk_test.gypi' ], |
| 539 }, | 540 }, |
| 540 ], | 541 ], |
| 541 }], | 542 }], |
| 542 ], | 543 ], |
| 543 } | 544 } |
| OLD | NEW |