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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'translate/core/browser/translate_prefs_unittest.cc', | 175 'translate/core/browser/translate_prefs_unittest.cc', |
176 'translate/core/browser/translate_script_unittest.cc', | 176 'translate/core/browser/translate_script_unittest.cc', |
177 'translate/core/common/translate_metrics_unittest.cc', | 177 'translate/core/common/translate_metrics_unittest.cc', |
178 'translate/core/common/translate_util_unittest.cc', | 178 'translate/core/common/translate_util_unittest.cc', |
179 'translate/core/language_detection/language_detection_util_unittest.
cc', | 179 'translate/core/language_detection/language_detection_util_unittest.
cc', |
180 'url_matcher/regex_set_matcher_unittest.cc', | 180 'url_matcher/regex_set_matcher_unittest.cc', |
181 'url_matcher/string_pattern_unittest.cc', | 181 'url_matcher/string_pattern_unittest.cc', |
182 'url_matcher/substring_set_matcher_unittest.cc', | 182 'url_matcher/substring_set_matcher_unittest.cc', |
183 'url_matcher/url_matcher_factory_unittest.cc', | 183 'url_matcher/url_matcher_factory_unittest.cc', |
184 'url_matcher/url_matcher_unittest.cc', | 184 'url_matcher/url_matcher_unittest.cc', |
| 185 'url_fixer/url_fixer_unittest.cc', |
185 'variations/active_field_trials_unittest.cc', | 186 'variations/active_field_trials_unittest.cc', |
186 'variations/caching_permuted_entropy_provider_unittest.cc', | 187 'variations/caching_permuted_entropy_provider_unittest.cc', |
187 'variations/entropy_provider_unittest.cc', | 188 'variations/entropy_provider_unittest.cc', |
188 'variations/metrics_util_unittest.cc', | 189 'variations/metrics_util_unittest.cc', |
189 'variations/study_filtering_unittest.cc', | 190 'variations/study_filtering_unittest.cc', |
190 'variations/variations_associated_data_unittest.cc', | 191 'variations/variations_associated_data_unittest.cc', |
191 'variations/variations_seed_processor_unittest.cc', | 192 'variations/variations_seed_processor_unittest.cc', |
192 'variations/variations_seed_simulator_unittest.cc', | 193 'variations/variations_seed_simulator_unittest.cc', |
193 'visitedlink/test/visitedlink_unittest.cc', | 194 'visitedlink/test/visitedlink_unittest.cc', |
194 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 195 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 '../google_apis/google_apis.gyp:google_apis_test_support', | 307 '../google_apis/google_apis.gyp:google_apis_test_support', |
307 | 308 |
308 # Dependencies of sync_driver | 309 # Dependencies of sync_driver |
309 'components.gyp:sync_driver_test_support', | 310 'components.gyp:sync_driver_test_support', |
310 | 311 |
311 # Dependencies of translate. | 312 # Dependencies of translate. |
312 'components.gyp:translate_core_browser', | 313 'components.gyp:translate_core_browser', |
313 'components.gyp:translate_core_common', | 314 'components.gyp:translate_core_common', |
314 'components.gyp:translate_core_language_detection', | 315 'components.gyp:translate_core_language_detection', |
315 | 316 |
| 317 # Dependencies of url_fixer |
| 318 'components.gyp:url_fixer', |
| 319 '../url/url.gyp:url_lib', |
| 320 |
316 # Dependencies of variations | 321 # Dependencies of variations |
317 'components.gyp:variations', | 322 'components.gyp:variations', |
318 ], | 323 ], |
319 'conditions': [ | 324 'conditions': [ |
320 ['toolkit_views == 1', { | 325 ['toolkit_views == 1', { |
321 'sources': [ | 326 'sources': [ |
322 'bookmarks/browser/bookmark_node_data_unittest.cc', | 327 'bookmarks/browser/bookmark_node_data_unittest.cc', |
323 ], | 328 ], |
324 }], | 329 }], |
325 ['OS != "ios"', { | 330 ['OS != "ios"', { |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 ['include', '^keyed_service/core/'], | 395 ['include', '^keyed_service/core/'], |
391 ['include', '^language_usage_metrics/'], | 396 ['include', '^language_usage_metrics/'], |
392 ['include', '^metrics/'], | 397 ['include', '^metrics/'], |
393 ['include', '^network_time/'], | 398 ['include', '^network_time/'], |
394 ['include', '^password_manager/'], | 399 ['include', '^password_manager/'], |
395 ['include', '^precache/core/'], | 400 ['include', '^precache/core/'], |
396 ['include', '^search_provider_logos/'], | 401 ['include', '^search_provider_logos/'], |
397 ['include', '^signin/'], | 402 ['include', '^signin/'], |
398 ['include', '^sync_driver/'], | 403 ['include', '^sync_driver/'], |
399 ['include', '^translate/'], | 404 ['include', '^translate/'], |
| 405 ['include', '^url_fixer/'], |
400 ['include', '^variations/'], | 406 ['include', '^variations/'], |
401 ], | 407 ], |
402 'dependencies': [ | 408 'dependencies': [ |
403 # Dependencies of signin | 409 # Dependencies of signin |
404 'components.gyp:signin_ios_browser', | 410 'components.gyp:signin_ios_browser', |
405 '../ios/ios_tests.gyp:test_support_ios', | 411 '../ios/ios_tests.gyp:test_support_ios', |
406 ], | 412 ], |
407 'actions': [ | 413 'actions': [ |
408 { | 414 { |
409 'action_name': 'copy_test_data', | 415 'action_name': 'copy_test_data', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 'dependencies': [ | 779 'dependencies': [ |
774 '../base/allocator/allocator.gyp:allocator', | 780 '../base/allocator/allocator.gyp:allocator', |
775 ], | 781 ], |
776 }], | 782 }], |
777 ], | 783 ], |
778 }, | 784 }, |
779 ], | 785 ], |
780 }], | 786 }], |
781 ], | 787 ], |
782 } | 788 } |
OLD | NEW |