| 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 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 'browser/extensions/sandboxed_unpacker_unittest.cc', | 1918 'browser/extensions/sandboxed_unpacker_unittest.cc', |
| 1919 'common/extensions/extension_sync_type_unittest.cc', | 1919 'common/extensions/extension_sync_type_unittest.cc', |
| 1920 'common/extensions/permissions/permission_set_unittest.cc', | 1920 'common/extensions/permissions/permission_set_unittest.cc', |
| 1921 'common/extensions/unpacker_unittest.cc', | 1921 'common/extensions/unpacker_unittest.cc', |
| 1922 ], | 1922 ], |
| 1923 }], | 1923 }], |
| 1924 ['use_ash==1', { | 1924 ['use_ash==1', { |
| 1925 'sources': [ | 1925 'sources': [ |
| 1926 'browser/ui/app_list/apps_model_builder_unittest.cc', | 1926 'browser/ui/app_list/apps_model_builder_unittest.cc', |
| 1927 'browser/ui/app_list/search/app_search_provider_unittest.cc', | 1927 'browser/ui/app_list/search/app_search_provider_unittest.cc', |
| 1928 'browser/ui/app_list/search/history_unittest.cc', |
| 1929 'browser/ui/app_list/search/history_data_store_unittest.cc', |
| 1928 'browser/ui/app_list/search/mixer_unittest.cc', | 1930 'browser/ui/app_list/search/mixer_unittest.cc', |
| 1929 'browser/ui/app_list/search/term_break_iterator_unittest.cc', | 1931 'browser/ui/app_list/search/term_break_iterator_unittest.cc', |
| 1930 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest.
cc', | 1932 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest.
cc', |
| 1931 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', | 1933 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', |
| 1932 'browser/ui/app_list/search/tokenized_string_unittest.cc', | 1934 'browser/ui/app_list/search/tokenized_string_unittest.cc', |
| 1933 ], | 1935 ], |
| 1934 'dependencies': [ | 1936 'dependencies': [ |
| 1935 '../ash/ash.gyp:ash_resources', | 1937 '../ash/ash.gyp:ash_resources', |
| 1936 '../ash/ash.gyp:ash_test_support', | 1938 '../ash/ash.gyp:ash_test_support', |
| 1937 '../ash/ash_strings.gyp:ash_strings', | 1939 '../ash/ash_strings.gyp:ash_strings', |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2525 # more details. | 2527 # more details. |
| 2526 'DebugInformationFormat': '3', | 2528 'DebugInformationFormat': '3', |
| 2527 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2529 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2528 }, | 2530 }, |
| 2529 }, | 2531 }, |
| 2530 }, | 2532 }, |
| 2531 ], | 2533 ], |
| 2532 }], | 2534 }], |
| 2533 ], # 'conditions' | 2535 ], # 'conditions' |
| 2534 } | 2536 } |
| OLD | NEW |