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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 ['incremental_chrome_dll==1', { | 424 ['incremental_chrome_dll==1', { |
425 'UseLibraryDependencyInputs': "true", | 425 'UseLibraryDependencyInputs': "true", |
426 }], | 426 }], |
427 ], | 427 ], |
428 }, | 428 }, |
429 }, | 429 }, |
430 'sources': [ | 430 'sources': [ |
431 '../extensions/common/matcher/regex_set_matcher_unittest.cc', | 431 '../extensions/common/matcher/regex_set_matcher_unittest.cc', |
432 '../extensions/common/matcher/string_pattern_unittest.cc', | 432 '../extensions/common/matcher/string_pattern_unittest.cc', |
433 '../extensions/common/matcher/substring_set_matcher_unittest.cc', | 433 '../extensions/common/matcher/substring_set_matcher_unittest.cc', |
| 434 '../extensions/common/matcher/url_matcher_factory_unittest.cc', |
434 '../extensions/common/matcher/url_matcher_unittest.cc', | 435 '../extensions/common/matcher/url_matcher_unittest.cc', |
435 '../extensions/common/matcher/url_matcher_factory_unittest.cc', | 436 '../extensions/common/url_pattern_set_unittest.cc', |
436 '../extensions/common/url_pattern_unittest.cc', | 437 '../extensions/common/url_pattern_unittest.cc', |
437 '../extensions/common/url_pattern_set_unittest.cc', | |
438 'app/breakpad_mac_stubs.mm', | 438 'app/breakpad_mac_stubs.mm', |
439 'app/chrome_dll.rc', | 439 'app/chrome_dll.rc', |
440 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', | 440 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', |
441 # All unittests in browser, common, renderer and service. | 441 # All unittests in browser, common, renderer and service. |
442 'browser/about_flags_unittest.cc', | 442 'browser/about_flags_unittest.cc', |
443 'browser/app_controller_mac_unittest.mm', | 443 'browser/app_controller_mac_unittest.mm', |
444 'browser/autocomplete/autocomplete_input_unittest.cc', | 444 'browser/autocomplete/autocomplete_input_unittest.cc', |
445 'browser/autocomplete/autocomplete_match_unittest.cc', | 445 'browser/autocomplete/autocomplete_match_unittest.cc', |
446 'browser/autocomplete/autocomplete_provider_unittest.cc', | 446 'browser/autocomplete/autocomplete_provider_unittest.cc', |
447 'browser/autocomplete/autocomplete_result_unittest.cc', | 447 'browser/autocomplete/autocomplete_result_unittest.cc', |
(...skipping 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2375 # more details. | 2375 # more details. |
2376 'DebugInformationFormat': '3', | 2376 'DebugInformationFormat': '3', |
2377 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2377 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2378 }, | 2378 }, |
2379 }, | 2379 }, |
2380 }, | 2380 }, |
2381 ], | 2381 ], |
2382 }], | 2382 }], |
2383 ], # 'conditions' | 2383 ], # 'conditions' |
2384 } | 2384 } |
OLD | NEW |