| 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'browser/extensions/api/declarative/declarative_rule_unittest.cc', | 696 'browser/extensions/api/declarative/declarative_rule_unittest.cc', |
| 697 'browser/extensions/api/declarative/initializing_rules_registry_unittest
.cc', | 697 'browser/extensions/api/declarative/initializing_rules_registry_unittest
.cc', |
| 698 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', | 698 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', |
| 699 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c
c', | 699 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c
c', |
| 700 'browser/extensions/api/declarative_content/content_action_unittest.cc', | 700 'browser/extensions/api/declarative_content/content_action_unittest.cc', |
| 701 'browser/extensions/api/declarative_content/content_condition_unittest.c
c', | 701 'browser/extensions/api/declarative_content/content_condition_unittest.c
c', |
| 702 'browser/extensions/api/declarative_content/content_rules_registry_unitt
est.cc', | 702 'browser/extensions/api/declarative_content/content_rules_registry_unitt
est.cc', |
| 703 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', | 703 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', |
| 704 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', | 704 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', |
| 705 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', | 705 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', |
| 706 'browser/extensions/api/declarative_webrequest/webrequest_rules_checker_
unittest.cc', |
| 706 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry
_unittest.cc', | 707 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry
_unittest.cc', |
| 707 'browser/extensions/api/dial/dial_device_data_unittest.cc', | 708 'browser/extensions/api/dial/dial_device_data_unittest.cc', |
| 708 'browser/extensions/api/dial/dial_registry_unittest.cc', | 709 'browser/extensions/api/dial/dial_registry_unittest.cc', |
| 709 'browser/extensions/api/dial/dial_service_unittest.cc', | 710 'browser/extensions/api/dial/dial_service_unittest.cc', |
| 710 'browser/extensions/api/discovery/discovery_api_unittest.cc', | 711 'browser/extensions/api/discovery/discovery_api_unittest.cc', |
| 711 'browser/extensions/api/extension_action/extension_browser_actions_api_u
nittest.cc', | 712 'browser/extensions/api/extension_action/extension_browser_actions_api_u
nittest.cc', |
| 712 'browser/extensions/api/file_system/file_system_api_unittest.cc', | 713 'browser/extensions/api/file_system/file_system_api_unittest.cc', |
| 713 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', | 714 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', |
| 714 'browser/extensions/api/identity/web_auth_flow_unittest.cc', | 715 'browser/extensions/api/identity/web_auth_flow_unittest.cc', |
| 715 'browser/extensions/api/idle/idle_api_unittest.cc', | 716 'browser/extensions/api/idle/idle_api_unittest.cc', |
| (...skipping 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2443 # more details. | 2444 # more details. |
| 2444 'DebugInformationFormat': '3', | 2445 'DebugInformationFormat': '3', |
| 2445 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2446 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2446 }, | 2447 }, |
| 2447 }, | 2448 }, |
| 2448 }, | 2449 }, |
| 2449 ], | 2450 ], |
| 2450 }], | 2451 }], |
| 2451 ], # 'conditions' | 2452 ], # 'conditions' |
| 2452 } | 2453 } |
| OLD | NEW |