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

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

Issue 2819793002: Translate: do not show the context menu entry when the feature is disabled (Closed)
Patch Set: some more include path changes for ios/android Created 3 years, 8 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 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 14 matching lines...) Expand all
25 "translate_driver.h", 25 "translate_driver.h",
26 "translate_error_details.h", 26 "translate_error_details.h",
27 "translate_event_details.cc", 27 "translate_event_details.cc",
28 "translate_event_details.h", 28 "translate_event_details.h",
29 "translate_experiment.cc", 29 "translate_experiment.cc",
30 "translate_experiment.h", 30 "translate_experiment.h",
31 "translate_language_list.cc", 31 "translate_language_list.cc",
32 "translate_language_list.h", 32 "translate_language_list.h",
33 "translate_manager.cc", 33 "translate_manager.cc",
34 "translate_manager.h", 34 "translate_manager.h",
35 "translate_pref_names.cc",
36 "translate_pref_names.h",
35 "translate_prefs.cc", 37 "translate_prefs.cc",
36 "translate_prefs.h", 38 "translate_prefs.h",
37 "translate_ranker.h", 39 "translate_ranker.h",
38 "translate_ranker_impl.cc", 40 "translate_ranker_impl.cc",
39 "translate_ranker_impl.h", 41 "translate_ranker_impl.h",
40 "translate_script.cc", 42 "translate_script.cc",
41 "translate_script.h", 43 "translate_script.h",
42 "translate_step.h", 44 "translate_step.h",
43 "translate_ui_delegate.cc", 45 "translate_ui_delegate.cc",
44 "translate_ui_delegate.h", 46 "translate_ui_delegate.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/sync_preferences:test_support", 119 "//components/sync_preferences:test_support",
118 "//components/translate/core/browser/proto", 120 "//components/translate/core/browser/proto",
119 "//components/translate/core/common", 121 "//components/translate/core/common",
120 "//components/ukm", 122 "//components/ukm",
121 "//components/ukm:test_support", 123 "//components/ukm:test_support",
122 "//components/variations", 124 "//components/variations",
123 "//net:test_support", 125 "//net:test_support",
124 "//testing/gtest", 126 "//testing/gtest",
125 ] 127 ]
126 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698