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

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

Issue 1339943003: Revert "Report data usage UMA for Chrome services" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/translate/DEPS ('k') | components/translate/core/browser/translate_url_fetcher.cc » ('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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "language_state.cc", 7 "language_state.cc",
8 "language_state.h", 8 "language_state.h",
9 "options_menu_model.cc", 9 "options_menu_model.cc",
10 "options_menu_model.h", 10 "options_menu_model.h",
(...skipping 23 matching lines...) Expand all
34 "translate_ui_delegate.cc", 34 "translate_ui_delegate.cc",
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 "//components/data_use_measurement/core",
45 "//components/language_usage_metrics", 44 "//components/language_usage_metrics",
46 "//components/resources:components_resources", 45 "//components/resources:components_resources",
47 "//components/strings", 46 "//components/strings",
48 "//components/translate/core/common", 47 "//components/translate/core/common",
49 "//net", 48 "//net",
50 "//third_party/icu", 49 "//third_party/icu",
51 "//ui/base", 50 "//ui/base",
52 "//url", 51 "//url",
53 ] 52 ]
54 } 53 }
55 54
56 source_set("unit_tests") { 55 source_set("unit_tests") {
57 testonly = true 56 testonly = true
58 sources = [ 57 sources = [
59 "language_state_unittest.cc", 58 "language_state_unittest.cc",
60 "translate_browser_metrics_unittest.cc", 59 "translate_browser_metrics_unittest.cc",
61 "translate_language_list_unittest.cc", 60 "translate_language_list_unittest.cc",
62 "translate_prefs_unittest.cc", 61 "translate_prefs_unittest.cc",
63 "translate_script_unittest.cc", 62 "translate_script_unittest.cc",
64 ] 63 ]
65 deps = [ 64 deps = [
66 ":browser", 65 ":browser",
67 "//testing/gtest", 66 "//testing/gtest",
68 ] 67 ]
69 } 68 }
OLDNEW
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698