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

Side by Side Diff: components/translate/core/browser/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 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
« no previous file with comments | « components/syncable_prefs/BUILD.gn ('k') | components/translate/ios/browser/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "language_state.cc", 9 "language_state.cc",
10 "language_state.h", 10 "language_state.h",
(...skipping 24 matching lines...) Expand all
35 "translate_ui_delegate.h", 35 "translate_ui_delegate.h",
36 "translate_url_fetcher.cc", 36 "translate_url_fetcher.cc",
37 "translate_url_fetcher.h", 37 "translate_url_fetcher.h",
38 "translate_url_util.cc", 38 "translate_url_util.cc",
39 "translate_url_util.h", 39 "translate_url_util.h",
40 ] 40 ]
41 41
42 deps = [ 42 deps = [
43 "//base", 43 "//base",
44 "//base:i18n", 44 "//base:i18n",
45 "//base:prefs",
46 "//components/data_use_measurement/core", 45 "//components/data_use_measurement/core",
47 "//components/language_usage_metrics", 46 "//components/language_usage_metrics",
48 "//components/pref_registry", 47 "//components/pref_registry",
48 "//components/prefs",
49 "//components/resources:components_resources", 49 "//components/resources:components_resources",
50 "//components/strings", 50 "//components/strings",
51 "//components/translate/core/common", 51 "//components/translate/core/common",
52 "//google_apis", 52 "//google_apis",
53 "//net", 53 "//net",
54 "//third_party/icu", 54 "//third_party/icu",
55 "//ui/base", 55 "//ui/base",
56 "//url", 56 "//url",
57 ] 57 ]
58 58
(...skipping 18 matching lines...) Expand all
77 sources = [ 77 sources = [
78 "language_state_unittest.cc", 78 "language_state_unittest.cc",
79 "translate_browser_metrics_unittest.cc", 79 "translate_browser_metrics_unittest.cc",
80 "translate_language_list_unittest.cc", 80 "translate_language_list_unittest.cc",
81 "translate_prefs_unittest.cc", 81 "translate_prefs_unittest.cc",
82 "translate_script_unittest.cc", 82 "translate_script_unittest.cc",
83 ] 83 ]
84 deps = [ 84 deps = [
85 ":browser", 85 ":browser",
86 "//base", 86 "//base",
87 "//base:prefs",
88 "//components/pref_registry:test_support", 87 "//components/pref_registry:test_support",
88 "//components/prefs",
89 "//components/translate/core/common", 89 "//components/translate/core/common",
90 "//net:test_support", 90 "//net:test_support",
91 "//testing/gtest", 91 "//testing/gtest",
92 ] 92 ]
93 } 93 }
OLDNEW
« no previous file with comments | « components/syncable_prefs/BUILD.gn ('k') | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698