OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2340 ['exclude', '^browser/ui/webui/sync_promo'], | 2340 ['exclude', '^browser/ui/webui/sync_promo'], |
2341 # No service process on Android. | 2341 # No service process on Android. |
2342 ['exclude', '^browser/service/'], | 2342 ['exclude', '^browser/service/'], |
2343 ['exclude', '^common/service_'], | 2343 ['exclude', '^common/service_'], |
2344 ['exclude', '^service/'], | 2344 ['exclude', '^service/'], |
2345 ], | 2345 ], |
2346 'conditions': [ | 2346 'conditions': [ |
2347 ['gtest_target_type == "shared_library"', { | 2347 ['gtest_target_type == "shared_library"', { |
2348 'dependencies': [ | 2348 'dependencies': [ |
2349 '../testing/android/native_test.gyp:native_test_native_code', | 2349 '../testing/android/native_test.gyp:native_test_native_code', |
| 2350 'chrome.gyp:chrome_android_auxiliary', |
2350 ], | 2351 ], |
2351 }], | 2352 }], |
2352 ], | 2353 ], |
2353 }], # OS == android | 2354 }], # OS == android |
2354 ['enable_themes==0', { | 2355 ['enable_themes==0', { |
2355 'sources!': [ | 2356 'sources!': [ |
2356 'browser/ui/webui/theme_source_unittest.cc', | 2357 'browser/ui/webui/theme_source_unittest.cc', |
2357 ], | 2358 ], |
2358 'sources/': [ | 2359 'sources/': [ |
2359 ['exclude', '^browser/themes/'], | 2360 ['exclude', '^browser/themes/'], |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 # more details. | 2518 # more details. |
2518 'DebugInformationFormat': '3', | 2519 'DebugInformationFormat': '3', |
2519 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2520 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2520 }, | 2521 }, |
2521 }, | 2522 }, |
2522 }, | 2523 }, |
2523 ], | 2524 ], |
2524 }], | 2525 }], |
2525 ], # 'conditions' | 2526 ], # 'conditions' |
2526 } | 2527 } |
OLD | NEW |