Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1214)

Side by Side Diff: components/components_tests.gyp

Issue 320253004: Componentize URLFixerUpper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'translate/core/browser/translate_prefs_unittest.cc', 173 'translate/core/browser/translate_prefs_unittest.cc',
174 'translate/core/browser/translate_script_unittest.cc', 174 'translate/core/browser/translate_script_unittest.cc',
175 'translate/core/common/translate_metrics_unittest.cc', 175 'translate/core/common/translate_metrics_unittest.cc',
176 'translate/core/common/translate_util_unittest.cc', 176 'translate/core/common/translate_util_unittest.cc',
177 'translate/core/language_detection/language_detection_util_unittest. cc', 177 'translate/core/language_detection/language_detection_util_unittest. cc',
178 'url_matcher/regex_set_matcher_unittest.cc', 178 'url_matcher/regex_set_matcher_unittest.cc',
179 'url_matcher/string_pattern_unittest.cc', 179 'url_matcher/string_pattern_unittest.cc',
180 'url_matcher/substring_set_matcher_unittest.cc', 180 'url_matcher/substring_set_matcher_unittest.cc',
181 'url_matcher/url_matcher_factory_unittest.cc', 181 'url_matcher/url_matcher_factory_unittest.cc',
182 'url_matcher/url_matcher_unittest.cc', 182 'url_matcher/url_matcher_unittest.cc',
183 'url_fixer/url_fixer_unittest.cc',
183 'variations/active_field_trials_unittest.cc', 184 'variations/active_field_trials_unittest.cc',
184 'variations/caching_permuted_entropy_provider_unittest.cc', 185 'variations/caching_permuted_entropy_provider_unittest.cc',
185 'variations/entropy_provider_unittest.cc', 186 'variations/entropy_provider_unittest.cc',
186 'variations/metrics_util_unittest.cc', 187 'variations/metrics_util_unittest.cc',
187 'variations/study_filtering_unittest.cc', 188 'variations/study_filtering_unittest.cc',
188 'variations/variations_associated_data_unittest.cc', 189 'variations/variations_associated_data_unittest.cc',
189 'variations/variations_seed_processor_unittest.cc', 190 'variations/variations_seed_processor_unittest.cc',
190 'variations/variations_seed_simulator_unittest.cc', 191 'variations/variations_seed_simulator_unittest.cc',
191 'visitedlink/test/visitedlink_unittest.cc', 192 'visitedlink/test/visitedlink_unittest.cc',
192 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 193 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '../google_apis/google_apis.gyp:google_apis_test_support', 305 '../google_apis/google_apis.gyp:google_apis_test_support',
305 306
306 # Dependencies of sync_driver 307 # Dependencies of sync_driver
307 'components.gyp:sync_driver_test_support', 308 'components.gyp:sync_driver_test_support',
308 309
309 # Dependencies of translate. 310 # Dependencies of translate.
310 'components.gyp:translate_core_browser', 311 'components.gyp:translate_core_browser',
311 'components.gyp:translate_core_common', 312 'components.gyp:translate_core_common',
312 'components.gyp:translate_core_language_detection', 313 'components.gyp:translate_core_language_detection',
313 314
315 # Dependencies of url_fixer
316 'components.gyp:url_fixer',
317 '../url/url.gyp:url_lib',
318
314 # Dependencies of variations 319 # Dependencies of variations
315 'components.gyp:variations', 320 'components.gyp:variations',
316 ], 321 ],
317 'conditions': [ 322 'conditions': [
318 ['toolkit_views == 1', { 323 ['toolkit_views == 1', {
319 'sources': [ 324 'sources': [
320 'bookmarks/browser/bookmark_node_data_unittest.cc', 325 'bookmarks/browser/bookmark_node_data_unittest.cc',
321 ], 326 ],
322 }], 327 }],
323 ['OS != "ios"', { 328 ['OS != "ios"', {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 ['include', '^keyed_service/core/'], 393 ['include', '^keyed_service/core/'],
389 ['include', '^language_usage_metrics/'], 394 ['include', '^language_usage_metrics/'],
390 ['include', '^metrics/'], 395 ['include', '^metrics/'],
391 ['include', '^network_time/'], 396 ['include', '^network_time/'],
392 ['include', '^password_manager/'], 397 ['include', '^password_manager/'],
393 ['include', '^precache/core/'], 398 ['include', '^precache/core/'],
394 ['include', '^search_provider_logos/'], 399 ['include', '^search_provider_logos/'],
395 ['include', '^signin/'], 400 ['include', '^signin/'],
396 ['include', '^sync_driver/'], 401 ['include', '^sync_driver/'],
397 ['include', '^translate/'], 402 ['include', '^translate/'],
403 ['include', '^url_fixer/'],
398 ['include', '^variations/'], 404 ['include', '^variations/'],
399 ], 405 ],
400 'dependencies': [ 406 'dependencies': [
401 # Dependencies of signin 407 # Dependencies of signin
402 'components.gyp:signin_ios_browser', 408 'components.gyp:signin_ios_browser',
403 '../ios/ios_tests.gyp:test_support_ios', 409 '../ios/ios_tests.gyp:test_support_ios',
404 ], 410 ],
405 'actions': [ 411 'actions': [
406 { 412 {
407 'action_name': 'copy_test_data', 413 'action_name': 'copy_test_data',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'dependencies': [ 775 'dependencies': [
770 '../base/allocator/allocator.gyp:allocator', 776 '../base/allocator/allocator.gyp:allocator',
771 ], 777 ],
772 }], 778 }],
773 ], 779 ],
774 }, 780 },
775 ], 781 ],
776 }], 782 }],
777 ], 783 ],
778 } 784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698