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

Side by Side Diff: components/components_tests.gyp

Issue 159883002: Move TranslatePrefs to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@acceptLanguages
Patch Set: Fix ChromeOS browsertests Created 6 years, 10 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
OLDNEW
1 # Copyright (c) 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,
11 }, 11 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'precache/content/precache_manager_unittest.cc', 43 'precache/content/precache_manager_unittest.cc',
44 'precache/core/precache_database_unittest.cc', 44 'precache/core/precache_database_unittest.cc',
45 'precache/core/precache_fetcher_unittest.cc', 45 'precache/core/precache_fetcher_unittest.cc',
46 'precache/core/precache_url_table_unittest.cc', 46 'precache/core/precache_url_table_unittest.cc',
47 'sessions/serialized_navigation_entry_unittest.cc', 47 'sessions/serialized_navigation_entry_unittest.cc',
48 'signin/core/webdata/token_service_table_unittest.cc', 48 'signin/core/webdata/token_service_table_unittest.cc',
49 'sync_driver/model_association_manager_unittest.cc', 49 'sync_driver/model_association_manager_unittest.cc',
50 'test/run_all_unittests.cc', 50 'test/run_all_unittests.cc',
51 'translate/core/browser/language_state_unittest.cc', 51 'translate/core/browser/language_state_unittest.cc',
52 'translate/core/browser/translate_browser_metrics_unittest.cc', 52 'translate/core/browser/translate_browser_metrics_unittest.cc',
53 'translate/core/browser/translate_prefs_unittest.cc',
53 'translate/core/browser/translate_script_unittest.cc', 54 'translate/core/browser/translate_script_unittest.cc',
54 'translate/core/common/translate_metrics_unittest.cc', 55 'translate/core/common/translate_metrics_unittest.cc',
55 'translate/core/common/translate_util_unittest.cc', 56 'translate/core/common/translate_util_unittest.cc',
56 'translate/language_detection/language_detection_util_unittest.cc', 57 'translate/language_detection/language_detection_util_unittest.cc',
57 'url_matcher/regex_set_matcher_unittest.cc', 58 'url_matcher/regex_set_matcher_unittest.cc',
58 'url_matcher/string_pattern_unittest.cc', 59 'url_matcher/string_pattern_unittest.cc',
59 'url_matcher/substring_set_matcher_unittest.cc', 60 'url_matcher/substring_set_matcher_unittest.cc',
60 'url_matcher/url_matcher_factory_unittest.cc', 61 'url_matcher/url_matcher_factory_unittest.cc',
61 'url_matcher/url_matcher_unittest.cc', 62 'url_matcher/url_matcher_unittest.cc',
62 # TODO(asvitkine): These should be tested on iOS too. 63 # TODO(asvitkine): These should be tested on iOS too.
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'dependencies': [ 434 'dependencies': [
434 '../base/allocator/allocator.gyp:allocator', 435 '../base/allocator/allocator.gyp:allocator',
435 ], 436 ],
436 }], 437 }],
437 ], 438 ],
438 }, 439 },
439 ], 440 ],
440 }], 441 }],
441 ], 442 ],
442 } 443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698