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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 27 matching lines...) Expand all Loading... |
38 'autofill/core/browser/contact_info_unittest.cc', | 38 'autofill/core/browser/contact_info_unittest.cc', |
39 'autofill/core/browser/credit_card_field_unittest.cc', | 39 'autofill/core/browser/credit_card_field_unittest.cc', |
40 'autofill/core/browser/credit_card_unittest.cc', | 40 'autofill/core/browser/credit_card_unittest.cc', |
41 'autofill/core/browser/form_field_unittest.cc', | 41 'autofill/core/browser/form_field_unittest.cc', |
42 'autofill/core/browser/form_structure_unittest.cc', | 42 'autofill/core/browser/form_structure_unittest.cc', |
43 'autofill/core/browser/name_field_unittest.cc', | 43 'autofill/core/browser/name_field_unittest.cc', |
44 'autofill/core/browser/password_autofill_manager_unittest.cc', | 44 'autofill/core/browser/password_autofill_manager_unittest.cc', |
45 'autofill/core/browser/password_generator_unittest.cc', | 45 'autofill/core/browser/password_generator_unittest.cc', |
46 'autofill/core/browser/personal_data_manager_unittest.cc', | 46 'autofill/core/browser/personal_data_manager_unittest.cc', |
47 'autofill/core/browser/phone_field_unittest.cc', | 47 'autofill/core/browser/phone_field_unittest.cc', |
| 48 'autofill/core/browser/phone_number_i18n_unittest.cc', |
48 'autofill/core/browser/phone_number_unittest.cc', | 49 'autofill/core/browser/phone_number_unittest.cc', |
49 'autofill/core/browser/phone_number_i18n_unittest.cc', | |
50 'autofill/core/browser/validation_unittest.cc', | 50 'autofill/core/browser/validation_unittest.cc', |
51 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni
ttest.cc', | 51 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni
ttest.cc', |
52 'autofill/core/browser/webdata/autofill_table_unittest.cc', | 52 'autofill/core/browser/webdata/autofill_table_unittest.cc', |
53 'autofill/core/browser/webdata/web_data_service_unittest.cc', | 53 'autofill/core/browser/webdata/web_data_service_unittest.cc', |
54 'autofill/core/common/form_data_unittest.cc', | 54 'autofill/core/common/form_data_unittest.cc', |
55 'autofill/core/common/form_field_data_unittest.cc', | 55 'autofill/core/common/form_field_data_unittest.cc', |
56 'autofill/core/common/password_form_fill_data_unittest.cc', | 56 'autofill/core/common/password_form_fill_data_unittest.cc', |
57 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | |
58 'keyed_service/core/dependency_graph_unittest.cc', | |
59 'cloud_devices/printer_description_unittest.cc', | 57 'cloud_devices/printer_description_unittest.cc', |
60 'dom_distiller/core/article_entry_unittest.cc', | 58 'dom_distiller/core/article_entry_unittest.cc', |
61 'dom_distiller/core/distiller_unittest.cc', | 59 'dom_distiller/core/distiller_unittest.cc', |
62 'dom_distiller/core/distiller_url_fetcher_unittest.cc', | 60 'dom_distiller/core/distiller_url_fetcher_unittest.cc', |
63 'dom_distiller/core/dom_distiller_database_unittest.cc', | 61 'dom_distiller/core/dom_distiller_database_unittest.cc', |
64 'dom_distiller/core/dom_distiller_model_unittest.cc', | 62 'dom_distiller/core/dom_distiller_model_unittest.cc', |
65 'dom_distiller/core/dom_distiller_service_unittest.cc', | 63 'dom_distiller/core/dom_distiller_service_unittest.cc', |
66 'dom_distiller/core/dom_distiller_store_unittest.cc', | 64 'dom_distiller/core/dom_distiller_store_unittest.cc', |
67 'dom_distiller/core/task_tracker_unittest.cc', | 65 'dom_distiller/core/task_tracker_unittest.cc', |
68 'dom_distiller/core/url_utils_unittest.cc', | 66 'dom_distiller/core/url_utils_unittest.cc', |
69 'json_schema/json_schema_validator_unittest.cc', | 67 'json_schema/json_schema_validator_unittest.cc', |
70 'json_schema/json_schema_validator_unittest_base.cc', | 68 'json_schema/json_schema_validator_unittest_base.cc', |
71 'json_schema/json_schema_validator_unittest_base.h', | 69 'json_schema/json_schema_validator_unittest_base.h', |
| 70 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 71 'keyed_service/core/dependency_graph_unittest.cc', |
72 'language_usage_metrics/language_usage_metrics_unittest.cc', | 72 'language_usage_metrics/language_usage_metrics_unittest.cc', |
73 'metrics/metrics_hashes_unittest.cc', | 73 'metrics/metrics_hashes_unittest.cc', |
74 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 74 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 75 'os_crypt/ie7_password_win_unittest.cc', |
| 76 'os_crypt/keychain_password_mac_unittest.mm', |
| 77 'os_crypt/os_crypt_unittest.cc', |
75 'password_manager/core/browser/login_database_unittest.cc', | 78 'password_manager/core/browser/login_database_unittest.cc', |
76 'password_manager/core/browser/password_form_manager_unittest.cc', | 79 'password_manager/core/browser/password_form_manager_unittest.cc', |
77 'password_manager/core/browser/password_generation_manager_unittest.
cc', | 80 'password_manager/core/browser/password_generation_manager_unittest.
cc', |
78 'password_manager/core/browser/password_manager_unittest.cc', | 81 'password_manager/core/browser/password_manager_unittest.cc', |
79 'password_manager/core/browser/password_store_default_unittest.cc', | 82 'password_manager/core/browser/password_store_default_unittest.cc', |
80 'password_manager/core/browser/password_store_unittest.cc', | 83 'password_manager/core/browser/password_store_unittest.cc', |
81 'password_manager/core/browser/password_syncable_service_unittest.cc
', | 84 'password_manager/core/browser/password_syncable_service_unittest.cc
', |
82 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 85 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
83 'precache/content/precache_manager_unittest.cc', | 86 'precache/content/precache_manager_unittest.cc', |
84 'precache/core/precache_database_unittest.cc', | 87 'precache/core/precache_database_unittest.cc', |
(...skipping 29 matching lines...) Expand all Loading... |
114 'url_matcher/string_pattern_unittest.cc', | 117 'url_matcher/string_pattern_unittest.cc', |
115 'url_matcher/substring_set_matcher_unittest.cc', | 118 'url_matcher/substring_set_matcher_unittest.cc', |
116 'url_matcher/url_matcher_factory_unittest.cc', | 119 'url_matcher/url_matcher_factory_unittest.cc', |
117 'url_matcher/url_matcher_unittest.cc', | 120 'url_matcher/url_matcher_unittest.cc', |
118 'variations/entropy_provider_unittest.cc', | 121 'variations/entropy_provider_unittest.cc', |
119 'variations/metrics_util_unittest.cc', | 122 'variations/metrics_util_unittest.cc', |
120 'variations/variations_associated_data_unittest.cc', | 123 'variations/variations_associated_data_unittest.cc', |
121 'variations/variations_seed_processor_unittest.cc', | 124 'variations/variations_seed_processor_unittest.cc', |
122 'variations/variations_seed_simulator_unittest.cc', | 125 'variations/variations_seed_simulator_unittest.cc', |
123 'visitedlink/test/visitedlink_unittest.cc', | 126 'visitedlink/test/visitedlink_unittest.cc', |
124 'encryptor/keychain_password_mac_unittest.mm', | |
125 'encryptor/ie7_password_unittest_win.cc', | |
126 'encryptor/os_crypt_unittest.cc', | |
127 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 127 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
128 ], | 128 ], |
129 'include_dirs': [ | 129 'include_dirs': [ |
130 '..', | 130 '..', |
131 ], | 131 ], |
132 'dependencies': [ | 132 'dependencies': [ |
133 '../base/base.gyp:base_prefs_test_support', | 133 '../base/base.gyp:base_prefs_test_support', |
134 '../base/base.gyp:test_support_base', | 134 '../base/base.gyp:test_support_base', |
135 # TODO(blundell): Eliminate this dependency by having | 135 # TODO(blundell): Eliminate this dependency by having |
136 # components_unittests have its own pakfile. crbug.com/348563 | 136 # components_unittests have its own pakfile. crbug.com/348563 |
(...skipping 21 matching lines...) Expand all Loading... |
158 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 158 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
159 | 159 |
160 # Dependencies of cloud_devices | 160 # Dependencies of cloud_devices |
161 'components.gyp:cloud_devices', | 161 'components.gyp:cloud_devices', |
162 | 162 |
163 # Dependencies of dom_distiller | 163 # Dependencies of dom_distiller |
164 'components.gyp:distilled_page_proto', | 164 'components.gyp:distilled_page_proto', |
165 'components.gyp:dom_distiller_core', | 165 'components.gyp:dom_distiller_core', |
166 'components.gyp:dom_distiller_test_support', | 166 'components.gyp:dom_distiller_test_support', |
167 | 167 |
168 # Dependencies of encryptor | 168 # Dependencies of os_crypt |
169 'components.gyp:encryptor', | 169 'components.gyp:os_crypt', |
170 | 170 |
171 # Dependencies of json_schema | 171 # Dependencies of json_schema |
172 'components.gyp:json_schema', | 172 'components.gyp:json_schema', |
173 | 173 |
174 # Dependencies of keyed_service | 174 # Dependencies of keyed_service |
175 'components.gyp:keyed_service_core', | 175 'components.gyp:keyed_service_core', |
176 | 176 |
177 # Dependencies of language_usage_metrics | 177 # Dependencies of language_usage_metrics |
178 'components.gyp:language_usage_metrics', | 178 'components.gyp:language_usage_metrics', |
179 | 179 |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'dependencies': [ | 565 'dependencies': [ |
566 '../base/allocator/allocator.gyp:allocator', | 566 '../base/allocator/allocator.gyp:allocator', |
567 ], | 567 ], |
568 }], | 568 }], |
569 ], | 569 ], |
570 }, | 570 }, |
571 ], | 571 ], |
572 }], | 572 }], |
573 ], | 573 ], |
574 } | 574 } |
OLD | NEW |