| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 473 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
| 474 '../extensions/browser/file_reader_unittest.cc', | 474 '../extensions/browser/file_reader_unittest.cc', |
| 475 '../extensions/common/event_filter_unittest.cc', | 475 '../extensions/common/event_filter_unittest.cc', |
| 476 '../extensions/common/extension_resource_unittest.cc', | 476 '../extensions/common/extension_resource_unittest.cc', |
| 477 '../extensions/common/id_util_unittest.cc', | 477 '../extensions/common/id_util_unittest.cc', |
| 478 '../extensions/common/matcher/regex_set_matcher_unittest.cc', | 478 '../extensions/common/matcher/regex_set_matcher_unittest.cc', |
| 479 '../extensions/common/matcher/string_pattern_unittest.cc', | 479 '../extensions/common/matcher/string_pattern_unittest.cc', |
| 480 '../extensions/common/matcher/substring_set_matcher_unittest.cc', | 480 '../extensions/common/matcher/substring_set_matcher_unittest.cc', |
| 481 '../extensions/common/matcher/url_matcher_factory_unittest.cc', | 481 '../extensions/common/matcher/url_matcher_factory_unittest.cc', |
| 482 '../extensions/common/matcher/url_matcher_unittest.cc', | 482 '../extensions/common/matcher/url_matcher_unittest.cc', |
| 483 '../extensions/common/one_shot_event_unittest.cc', |
| 483 '../extensions/common/url_pattern_set_unittest.cc', | 484 '../extensions/common/url_pattern_set_unittest.cc', |
| 484 '../extensions/common/url_pattern_unittest.cc', | 485 '../extensions/common/url_pattern_unittest.cc', |
| 485 'app/breakpad_mac_stubs.mm', | 486 'app/breakpad_mac_stubs.mm', |
| 486 'app/chrome_dll.rc', | 487 'app/chrome_dll.rc', |
| 487 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', | 488 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', |
| 488 # All unittests in browser, common, renderer and service. | 489 # All unittests in browser, common, renderer and service. |
| 489 'browser/about_flags_unittest.cc', | 490 'browser/about_flags_unittest.cc', |
| 490 'browser/app_controller_mac_unittest.mm', | 491 'browser/app_controller_mac_unittest.mm', |
| 491 'browser/autocomplete/autocomplete_input_unittest.cc', | 492 'browser/autocomplete/autocomplete_input_unittest.cc', |
| 492 'browser/autocomplete/autocomplete_match_unittest.cc', | 493 'browser/autocomplete/autocomplete_match_unittest.cc', |
| (...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2521 # more details. | 2522 # more details. |
| 2522 'DebugInformationFormat': '3', | 2523 'DebugInformationFormat': '3', |
| 2523 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2524 }, | 2525 }, |
| 2525 }, | 2526 }, |
| 2526 }, | 2527 }, |
| 2527 ], | 2528 ], |
| 2528 }], | 2529 }], |
| 2529 ], # 'conditions' | 2530 ], # 'conditions' |
| 2530 } | 2531 } |
| OLD | NEW |