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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
493 ], | 493 ], |
494 'msvs_settings': { | 494 'msvs_settings': { |
495 'VCLinkerTool': { | 495 'VCLinkerTool': { |
496 'conditions': [ | 496 'conditions': [ |
497 ['incremental_chrome_dll==1', { | 497 ['incremental_chrome_dll==1', { |
498 'UseLibraryDependencyInputs': "true", | 498 'UseLibraryDependencyInputs': "true", |
499 }], | 499 }], |
500 ], | 500 ], |
501 }, | 501 }, |
502 }, | 502 }, |
503 'variables': { | |
504 'win_use_external_manifest': 1, | |
vandebo (ex-Chrome)
2013/10/01 16:41:10
Don't commit this.
tommycli
2013/10/01 17:11:42
Done.
| |
505 }, | |
503 'sources': [ | 506 'sources': [ |
504 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 507 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
505 '../apps/saved_files_service_unittest.cc', | 508 '../apps/saved_files_service_unittest.cc', |
506 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 509 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
507 '../apps/shell_window_geometry_cache_unittest.cc', | 510 '../apps/shell_window_geometry_cache_unittest.cc', |
508 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', | 511 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', |
509 '../components/autofill/content/renderer/test_password_autofill_agent.h' , | 512 '../components/autofill/content/renderer/test_password_autofill_agent.h' , |
510 '../extensions/browser/file_highlighter_unittest.cc', | 513 '../extensions/browser/file_highlighter_unittest.cc', |
511 '../extensions/browser/file_reader_unittest.cc', | 514 '../extensions/browser/file_reader_unittest.cc', |
512 '../extensions/common/event_filter_unittest.cc', | 515 '../extensions/common/event_filter_unittest.cc', |
(...skipping 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2831 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2834 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2832 'browser/ui/app_list/test/fake_profile.cc', | 2835 'browser/ui/app_list/test/fake_profile.cc', |
2833 'browser/ui/app_list/test/fake_profile.h', | 2836 'browser/ui/app_list/test/fake_profile.h', |
2834 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2837 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
2835 ], | 2838 ], |
2836 }, | 2839 }, |
2837 ], | 2840 ], |
2838 }], | 2841 }], |
2839 ], # 'conditions' | 2842 ], # 'conditions' |
2840 } | 2843 } |
OLD | NEW |