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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 ], | 516 ], |
517 'msvs_settings': { | 517 'msvs_settings': { |
518 'VCLinkerTool': { | 518 'VCLinkerTool': { |
519 'conditions': [ | 519 'conditions': [ |
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': { | |
527 'win_use_external_manifest': 1, | |
528 }, | |
529 'sources': [ | 526 'sources': [ |
530 '../apps/app_keep_alive_service_unittest.cc', | 527 '../apps/app_keep_alive_service_unittest.cc', |
531 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 528 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
532 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 529 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
533 '../apps/app_window_geometry_cache_unittest.cc', | 530 '../apps/app_window_geometry_cache_unittest.cc', |
534 '../apps/saved_files_service_unittest.cc', | 531 '../apps/saved_files_service_unittest.cc', |
535 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 532 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
536 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 533 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
537 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 534 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
538 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 535 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
(...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 'browser/ui/app_list/test/fake_profile_store.h', | 2903 'browser/ui/app_list/test/fake_profile_store.h', |
2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2910 ], | 2907 ], |
2911 }, | 2908 }, |
2912 ], | 2909 ], |
2913 }], | 2910 }], |
2914 ], # 'conditions' | 2911 ], # 'conditions' |
2915 } | 2912 } |
OLD | NEW |