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

Side by Side Diff: components/components_tests.gyp

Issue 133273029: Move LanguageState to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment + rebase Created 6 years, 11 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/translate.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 26 matching lines...) Expand all
37 'json_schema/json_schema_validator_unittest_base.h', 37 'json_schema/json_schema_validator_unittest_base.h',
38 'language_usage_metrics/language_usage_metrics_unittest.cc', 38 'language_usage_metrics/language_usage_metrics_unittest.cc',
39 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 39 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
40 'precache/content/precache_manager_unittest.cc', 40 'precache/content/precache_manager_unittest.cc',
41 'precache/core/precache_database_unittest.cc', 41 'precache/core/precache_database_unittest.cc',
42 'precache/core/precache_fetcher_unittest.cc', 42 'precache/core/precache_fetcher_unittest.cc',
43 'precache/core/precache_url_table_unittest.cc', 43 'precache/core/precache_url_table_unittest.cc',
44 'sessions/serialized_navigation_entry_unittest.cc', 44 'sessions/serialized_navigation_entry_unittest.cc',
45 'signin/core/webdata/token_service_table_unittest.cc', 45 'signin/core/webdata/token_service_table_unittest.cc',
46 'test/run_all_unittests.cc', 46 'test/run_all_unittests.cc',
47 'translate/core/browser/language_state_unittest.cc',
47 'translate/core/browser/translate_browser_metrics_unittest.cc', 48 'translate/core/browser/translate_browser_metrics_unittest.cc',
48 'translate/core/common/translate_metrics_unittest.cc', 49 'translate/core/common/translate_metrics_unittest.cc',
49 'translate/core/common/translate_util_unittest.cc', 50 'translate/core/common/translate_util_unittest.cc',
50 'translate/language_detection/language_detection_util_unittest.cc', 51 'translate/language_detection/language_detection_util_unittest.cc',
51 'url_matcher/regex_set_matcher_unittest.cc', 52 'url_matcher/regex_set_matcher_unittest.cc',
52 'url_matcher/string_pattern_unittest.cc', 53 'url_matcher/string_pattern_unittest.cc',
53 'url_matcher/substring_set_matcher_unittest.cc', 54 'url_matcher/substring_set_matcher_unittest.cc',
54 'url_matcher/url_matcher_factory_unittest.cc', 55 'url_matcher/url_matcher_factory_unittest.cc',
55 'url_matcher/url_matcher_unittest.cc', 56 'url_matcher/url_matcher_unittest.cc',
56 # TODO(asvitkine): These should be tested on iOS too. 57 # TODO(asvitkine): These should be tested on iOS too.
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'dependencies': [ 395 'dependencies': [
395 '../base/allocator/allocator.gyp:allocator', 396 '../base/allocator/allocator.gyp:allocator',
396 ], 397 ],
397 }], 398 }],
398 ], 399 ],
399 }, 400 },
400 ], 401 ],
401 }], 402 }],
402 ], 403 ],
403 } 404 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698