| 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 ['incremental_chrome_dll==1', { | 520 ['incremental_chrome_dll==1', { |
| 521 'UseLibraryDependencyInputs': "true", | 521 'UseLibraryDependencyInputs': "true", |
| 522 }], | 522 }], |
| 523 ], | 523 ], |
| 524 }, | 524 }, |
| 525 }, | 525 }, |
| 526 'variables': { | 526 'variables': { |
| 527 'win_use_external_manifest': 1, | 527 'win_use_external_manifest': 1, |
| 528 }, | 528 }, |
| 529 'sources': [ | 529 'sources': [ |
| 530 '../apps/app_keep_alive_service_unittest.cc', | |
| 531 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 530 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
| 532 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 531 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 533 '../apps/app_window_geometry_cache_unittest.cc', | 532 '../apps/app_window_geometry_cache_unittest.cc', |
| 534 '../apps/saved_files_service_unittest.cc', | 533 '../apps/saved_files_service_unittest.cc', |
| 535 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 534 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
| 536 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 535 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 537 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 536 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
| 538 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 537 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
| 539 '../extensions/browser/admin_policy_unittest.cc', | 538 '../extensions/browser/admin_policy_unittest.cc', |
| 540 '../extensions/browser/error_map_unittest.cc', | 539 '../extensions/browser/error_map_unittest.cc', |
| (...skipping 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2905 'browser/ui/app_list/test/fake_profile_store.h', | 2904 'browser/ui/app_list/test/fake_profile_store.h', |
| 2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2909 ], | 2908 ], |
| 2910 }, | 2909 }, |
| 2911 ], | 2910 ], |
| 2912 }], | 2911 }], |
| 2913 ], # 'conditions' | 2912 ], # 'conditions' |
| 2914 } | 2913 } |
| OLD | NEW |