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

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

Issue 2395253002: Send TranslateEventProtos to UMA. (Closed)
Patch Set: Remove Record interface from client. Created 4 years, 2 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 | « no previous file | components/translate/core/browser/translate_ranker.h » ('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 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "translate_url_util.h", 45 "translate_url_util.h",
46 ] 46 ]
47 47
48 deps = [ 48 deps = [
49 "//base", 49 "//base",
50 "//base:i18n", 50 "//base:i18n",
51 "//components/data_use_measurement/core", 51 "//components/data_use_measurement/core",
52 "//components/keyed_service/core", 52 "//components/keyed_service/core",
53 "//components/language_usage_metrics", 53 "//components/language_usage_metrics",
54 "//components/metrics", 54 "//components/metrics",
55 "//components/metrics/proto",
55 "//components/pref_registry", 56 "//components/pref_registry",
56 "//components/prefs", 57 "//components/prefs",
57 "//components/resources:components_resources", 58 "//components/resources:components_resources",
58 "//components/strings", 59 "//components/strings",
59 "//components/translate/core/browser/proto", 60 "//components/translate/core/browser/proto",
60 "//components/translate/core/common", 61 "//components/translate/core/common",
61 "//components/variations", 62 "//components/variations",
62 "//google_apis", 63 "//google_apis",
63 "//net", 64 "//net",
64 "//third_party/icu", 65 "//third_party/icu",
(...skipping 29 matching lines...) Expand all
94 "translate_manager_unittest.cc", 95 "translate_manager_unittest.cc",
95 "translate_prefs_unittest.cc", 96 "translate_prefs_unittest.cc",
96 "translate_ranker_unittest.cc", 97 "translate_ranker_unittest.cc",
97 "translate_script_unittest.cc", 98 "translate_script_unittest.cc",
98 "translate_ui_delegate_unittest.cc", 99 "translate_ui_delegate_unittest.cc",
99 ] 100 ]
100 deps = [ 101 deps = [
101 ":browser", 102 ":browser",
102 "//base", 103 "//base",
103 "//components/infobars/core", 104 "//components/infobars/core",
105 "//components/metrics/proto",
104 "//components/pref_registry:test_support", 106 "//components/pref_registry:test_support",
105 "//components/prefs", 107 "//components/prefs",
106 "//components/prefs:test_support", 108 "//components/prefs:test_support",
107 "//components/translate/core/browser/proto", 109 "//components/translate/core/browser/proto",
108 "//components/translate/core/common", 110 "//components/translate/core/common",
109 "//components/variations", 111 "//components/variations",
110 "//net:test_support", 112 "//net:test_support",
111 "//testing/gtest", 113 "//testing/gtest",
112 ] 114 ]
113 } 115 }
OLDNEW
« no previous file with comments | « no previous file | components/translate/core/browser/translate_ranker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698