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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 149 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
150 'sync_driver/sync_prefs_unittest.cc', | 150 'sync_driver/sync_prefs_unittest.cc', |
151 'sync_driver/system_encryptor_unittest.cc', | 151 'sync_driver/system_encryptor_unittest.cc', |
152 'test/run_all_unittests.cc', | 152 'test/run_all_unittests.cc', |
153 'translate/core/browser/language_state_unittest.cc', | 153 'translate/core/browser/language_state_unittest.cc', |
154 'translate/core/browser/translate_browser_metrics_unittest.cc', | 154 'translate/core/browser/translate_browser_metrics_unittest.cc', |
155 'translate/core/browser/translate_prefs_unittest.cc', | 155 'translate/core/browser/translate_prefs_unittest.cc', |
156 'translate/core/browser/translate_script_unittest.cc', | 156 'translate/core/browser/translate_script_unittest.cc', |
157 'translate/core/common/translate_metrics_unittest.cc', | 157 'translate/core/common/translate_metrics_unittest.cc', |
158 'translate/core/common/translate_util_unittest.cc', | 158 'translate/core/common/translate_util_unittest.cc', |
159 'translate/language_detection/language_detection_util_unittest.cc', | 159 'translate/core/language_detection/language_detection_util_unittest.
cc', |
160 'url_matcher/regex_set_matcher_unittest.cc', | 160 'url_matcher/regex_set_matcher_unittest.cc', |
161 'url_matcher/string_pattern_unittest.cc', | 161 'url_matcher/string_pattern_unittest.cc', |
162 'url_matcher/substring_set_matcher_unittest.cc', | 162 'url_matcher/substring_set_matcher_unittest.cc', |
163 'url_matcher/url_matcher_factory_unittest.cc', | 163 'url_matcher/url_matcher_factory_unittest.cc', |
164 'url_matcher/url_matcher_unittest.cc', | 164 'url_matcher/url_matcher_unittest.cc', |
165 'variations/entropy_provider_unittest.cc', | 165 'variations/entropy_provider_unittest.cc', |
166 'variations/metrics_util_unittest.cc', | 166 'variations/metrics_util_unittest.cc', |
167 'variations/study_filtering_unittest.cc', | 167 'variations/study_filtering_unittest.cc', |
168 'variations/variations_associated_data_unittest.cc', | 168 'variations/variations_associated_data_unittest.cc', |
169 'variations/variations_seed_processor_unittest.cc', | 169 'variations/variations_seed_processor_unittest.cc', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'components.gyp:signin_core_browser', | 265 'components.gyp:signin_core_browser', |
266 'components.gyp:signin_core_browser_test_support', | 266 'components.gyp:signin_core_browser_test_support', |
267 '../google_apis/google_apis.gyp:google_apis_test_support', | 267 '../google_apis/google_apis.gyp:google_apis_test_support', |
268 | 268 |
269 # Dependencies of sync_driver | 269 # Dependencies of sync_driver |
270 'components.gyp:sync_driver_test_support', | 270 'components.gyp:sync_driver_test_support', |
271 | 271 |
272 # Dependencies of translate. | 272 # Dependencies of translate. |
273 'components.gyp:translate_core_browser', | 273 'components.gyp:translate_core_browser', |
274 'components.gyp:translate_core_common', | 274 'components.gyp:translate_core_common', |
275 'components.gyp:translate_language_detection', | 275 'components.gyp:translate_core_language_detection', |
276 | 276 |
277 # Dependencies of variations | 277 # Dependencies of variations |
278 'components.gyp:variations', | 278 'components.gyp:variations', |
279 ], | 279 ], |
280 'conditions': [ | 280 'conditions': [ |
281 ['OS != "ios"', { | 281 ['OS != "ios"', { |
282 'sources': [ | 282 'sources': [ |
283 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 283 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
284 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 284 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
285 'usb_service/usb_context_unittest.cc', | 285 'usb_service/usb_context_unittest.cc', |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'dependencies': [ | 701 'dependencies': [ |
702 '../base/allocator/allocator.gyp:allocator', | 702 '../base/allocator/allocator.gyp:allocator', |
703 ], | 703 ], |
704 }], | 704 }], |
705 ], | 705 ], |
706 }, | 706 }, |
707 ], | 707 ], |
708 }], | 708 }], |
709 ], | 709 ], |
710 } | 710 } |
OLD | NEW |