| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'win_use_external_manifest': 1, | 520 'win_use_external_manifest': 1, |
| 521 }, | 521 }, |
| 522 'sources': [ | 522 'sources': [ |
| 523 '../apps/app_keep_alive_service_unittest.cc', | 523 '../apps/app_keep_alive_service_unittest.cc', |
| 524 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 524 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
| 525 '../apps/saved_files_service_unittest.cc', | 525 '../apps/saved_files_service_unittest.cc', |
| 526 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 526 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 527 '../apps/shell_window_geometry_cache_unittest.cc', | 527 '../apps/shell_window_geometry_cache_unittest.cc', |
| 528 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 528 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
| 529 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 529 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 530 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
| 531 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
| 530 '../extensions/browser/admin_policy_unittest.cc', | 532 '../extensions/browser/admin_policy_unittest.cc', |
| 531 '../extensions/browser/error_map_unittest.cc', | 533 '../extensions/browser/error_map_unittest.cc', |
| 532 '../extensions/browser/event_listener_map_unittest.cc', | 534 '../extensions/browser/event_listener_map_unittest.cc', |
| 533 '../extensions/browser/event_router_unittest.cc', | 535 '../extensions/browser/event_router_unittest.cc', |
| 534 '../extensions/browser/extension_error_test_util.cc', | 536 '../extensions/browser/extension_error_test_util.cc', |
| 535 '../extensions/browser/extension_error_test_util.h', | 537 '../extensions/browser/extension_error_test_util.h', |
| 536 '../extensions/browser/extension_pref_value_map_unittest.cc', | 538 '../extensions/browser/extension_pref_value_map_unittest.cc', |
| 537 '../extensions/browser/extension_registry_unittest.cc', | 539 '../extensions/browser/extension_registry_unittest.cc', |
| 538 '../extensions/browser/file_highlighter_unittest.cc', | 540 '../extensions/browser/file_highlighter_unittest.cc', |
| 539 '../extensions/browser/file_reader_unittest.cc', | 541 '../extensions/browser/file_reader_unittest.cc', |
| (...skipping 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2910 'browser/ui/app_list/test/fake_profile_store.h', | 2912 'browser/ui/app_list/test/fake_profile_store.h', |
| 2911 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2913 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2912 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2914 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2913 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2915 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2914 ], | 2916 ], |
| 2915 }, | 2917 }, |
| 2916 ], | 2918 ], |
| 2917 }], | 2919 }], |
| 2918 ], # 'conditions' | 2920 ], # 'conditions' |
| 2919 } | 2921 } |
| OLD | NEW |