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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 ], | 498 ], |
499 }, | 499 }, |
500 }, | 500 }, |
501 'sources': [ | 501 'sources': [ |
502 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 502 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
503 '../apps/saved_files_service_unittest.cc', | 503 '../apps/saved_files_service_unittest.cc', |
504 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 504 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
505 '../apps/shell_window_geometry_cache_unittest.cc', | 505 '../apps/shell_window_geometry_cache_unittest.cc', |
506 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 506 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
507 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 507 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 508 '../extensions/browser/file_highlighter_unittest.cc', |
508 '../extensions/browser/file_reader_unittest.cc', | 509 '../extensions/browser/file_reader_unittest.cc', |
509 '../extensions/browser/manifest_highlighter_unittest.cc', | |
510 '../extensions/common/event_filter_unittest.cc', | 510 '../extensions/common/event_filter_unittest.cc', |
511 '../extensions/common/extension_resource_unittest.cc', | 511 '../extensions/common/extension_resource_unittest.cc', |
512 '../extensions/common/id_util_unittest.cc', | 512 '../extensions/common/id_util_unittest.cc', |
513 '../extensions/common/matcher/regex_set_matcher_unittest.cc', | 513 '../extensions/common/matcher/regex_set_matcher_unittest.cc', |
514 '../extensions/common/matcher/string_pattern_unittest.cc', | 514 '../extensions/common/matcher/string_pattern_unittest.cc', |
515 '../extensions/common/matcher/substring_set_matcher_unittest.cc', | 515 '../extensions/common/matcher/substring_set_matcher_unittest.cc', |
516 '../extensions/common/matcher/url_matcher_factory_unittest.cc', | 516 '../extensions/common/matcher/url_matcher_factory_unittest.cc', |
517 '../extensions/common/matcher/url_matcher_unittest.cc', | 517 '../extensions/common/matcher/url_matcher_unittest.cc', |
518 '../extensions/common/one_shot_event_unittest.cc', | 518 '../extensions/common/one_shot_event_unittest.cc', |
519 '../extensions/common/url_pattern_set_unittest.cc', | 519 '../extensions/common/url_pattern_set_unittest.cc', |
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2768 # more details. | 2768 # more details. |
2769 'DebugInformationFormat': '3', | 2769 'DebugInformationFormat': '3', |
2770 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2770 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2771 }, | 2771 }, |
2772 }, | 2772 }, |
2773 }, | 2773 }, |
2774 ], | 2774 ], |
2775 }], | 2775 }], |
2776 ], # 'conditions' | 2776 ], # 'conditions' |
2777 } | 2777 } |
OLD | NEW |