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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'translate/core/browser/translate_prefs_unittest.cc', | 108 'translate/core/browser/translate_prefs_unittest.cc', |
109 'translate/core/browser/translate_script_unittest.cc', | 109 'translate/core/browser/translate_script_unittest.cc', |
110 'translate/core/common/translate_metrics_unittest.cc', | 110 'translate/core/common/translate_metrics_unittest.cc', |
111 'translate/core/common/translate_util_unittest.cc', | 111 'translate/core/common/translate_util_unittest.cc', |
112 'translate/language_detection/language_detection_util_unittest.cc', | 112 'translate/language_detection/language_detection_util_unittest.cc', |
113 'url_matcher/regex_set_matcher_unittest.cc', | 113 'url_matcher/regex_set_matcher_unittest.cc', |
114 'url_matcher/string_pattern_unittest.cc', | 114 'url_matcher/string_pattern_unittest.cc', |
115 'url_matcher/substring_set_matcher_unittest.cc', | 115 'url_matcher/substring_set_matcher_unittest.cc', |
116 'url_matcher/url_matcher_factory_unittest.cc', | 116 'url_matcher/url_matcher_factory_unittest.cc', |
117 'url_matcher/url_matcher_unittest.cc', | 117 'url_matcher/url_matcher_unittest.cc', |
118 # TODO(asvitkine): These should be tested on iOS too. | |
119 'variations/entropy_provider_unittest.cc', | 118 'variations/entropy_provider_unittest.cc', |
120 'variations/metrics_util_unittest.cc', | 119 'variations/metrics_util_unittest.cc', |
121 'variations/variations_associated_data_unittest.cc', | 120 'variations/variations_associated_data_unittest.cc', |
122 'variations/variations_seed_processor_unittest.cc', | 121 'variations/variations_seed_processor_unittest.cc', |
123 'variations/variations_seed_simulator_unittest.cc', | 122 'variations/variations_seed_simulator_unittest.cc', |
124 'visitedlink/test/visitedlink_unittest.cc', | 123 'visitedlink/test/visitedlink_unittest.cc', |
125 'encryptor/keychain_password_mac_unittest.mm', | 124 'encryptor/keychain_password_mac_unittest.mm', |
126 'encryptor/ie7_password_unittest_win.cc', | 125 'encryptor/ie7_password_unittest_win.cc', |
127 'encryptor/os_crypt_unittest.cc', | 126 'encryptor/os_crypt_unittest.cc', |
128 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 127 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 # Dependencies of web_modal | 239 # Dependencies of web_modal |
241 'components.gyp:web_modal', | 240 'components.gyp:web_modal', |
242 'components.gyp:web_modal_test_support', | 241 'components.gyp:web_modal_test_support', |
243 ], | 242 ], |
244 }, { # 'OS == "ios"' | 243 }, { # 'OS == "ios"' |
245 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 244 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
246 'sources/': [ | 245 'sources/': [ |
247 ['exclude', '\\.cc$'], | 246 ['exclude', '\\.cc$'], |
248 ['exclude', '\\.mm$'], | 247 ['exclude', '\\.mm$'], |
249 ['include', '^test/run_all_unittests\\.cc$'], | 248 ['include', '^test/run_all_unittests\\.cc$'], |
250 # TODO(asvitkine): Bring up variations/ unittests on iOS. | |
251 ['include', '^auto_login_parser/'], | 249 ['include', '^auto_login_parser/'], |
252 ['include', '^autofill/'], | 250 ['include', '^autofill/'], |
253 ['include', '^dom_distiller/'], | 251 ['include', '^dom_distiller/'], |
254 ['include', '^json_schema/'], | 252 ['include', '^json_schema/'], |
255 ['include', '^language_usage_metrics/'], | 253 ['include', '^language_usage_metrics/'], |
256 ['include', '^password_manager/'], | 254 ['include', '^password_manager/'], |
257 ['include', '^precache/core/'], | 255 ['include', '^precache/core/'], |
258 ['include', '^signin/'], | 256 ['include', '^signin/'], |
259 ['include', '^sync_driver/'], | 257 ['include', '^sync_driver/'], |
260 ['include', '^translate/'], | 258 ['include', '^translate/'], |
| 259 ['include', '^variations/'], |
261 ], | 260 ], |
262 'actions': [ | 261 'actions': [ |
263 { | 262 { |
264 'action_name': 'copy_test_data', | 263 'action_name': 'copy_test_data', |
265 'variables': { | 264 'variables': { |
266 'test_data_files': [ | 265 'test_data_files': [ |
267 'test/data', | 266 'test/data', |
268 ], | 267 ], |
269 'test_data_prefix': 'components', | 268 'test_data_prefix': 'components', |
270 }, | 269 }, |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'dependencies': [ | 559 'dependencies': [ |
561 '../base/allocator/allocator.gyp:allocator', | 560 '../base/allocator/allocator.gyp:allocator', |
562 ], | 561 ], |
563 }], | 562 }], |
564 ], | 563 ], |
565 }, | 564 }, |
566 ], | 565 ], |
567 }], | 566 }], |
568 ], | 567 ], |
569 } | 568 } |
OLD | NEW |