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

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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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 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 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "language_model.cc", 9 "language_model.cc",
10 "language_model.h", 10 "language_model.h",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "translate_prefs_unittest.cc", 96 "translate_prefs_unittest.cc",
97 "translate_ranker_unittest.cc", 97 "translate_ranker_unittest.cc",
98 "translate_script_unittest.cc", 98 "translate_script_unittest.cc",
99 "translate_ui_delegate_unittest.cc", 99 "translate_ui_delegate_unittest.cc",
100 ] 100 ]
101 deps = [ 101 deps = [
102 ":browser", 102 ":browser",
103 "//base", 103 "//base",
104 "//components/infobars/core", 104 "//components/infobars/core",
105 "//components/metrics/proto", 105 "//components/metrics/proto",
106 "//components/pref_registry:test_support", 106 "//components/pref_registry:pref_registry",
107 "//components/prefs", 107 "//components/prefs",
108 "//components/prefs:test_support", 108 "//components/prefs:test_support",
109 "//components/sync_preferences:test_support",
109 "//components/translate/core/browser/proto", 110 "//components/translate/core/browser/proto",
110 "//components/translate/core/common", 111 "//components/translate/core/common",
111 "//components/variations", 112 "//components/variations",
112 "//net:test_support", 113 "//net:test_support",
113 "//testing/gtest", 114 "//testing/gtest",
114 ] 115 ]
115 } 116 }
OLDNEW
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698