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

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

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc 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",
44 "//components/language_usage_metrics", 45 "//components/language_usage_metrics",
45 "//components/resources:components_resources", 46 "//components/resources:components_resources",
46 "//components/strings", 47 "//components/strings",
47 "//components/translate/core/common", 48 "//components/translate/core/common",
48 "//net", 49 "//net",
49 "//third_party/icu", 50 "//third_party/icu",
50 "//ui/base", 51 "//ui/base",
51 "//url", 52 "//url",
52 ] 53 ]
53 } 54 }
54 55
55 source_set("unit_tests") { 56 source_set("unit_tests") {
56 testonly = true 57 testonly = true
57 sources = [ 58 sources = [
58 "language_state_unittest.cc", 59 "language_state_unittest.cc",
59 "translate_browser_metrics_unittest.cc", 60 "translate_browser_metrics_unittest.cc",
60 "translate_language_list_unittest.cc", 61 "translate_language_list_unittest.cc",
61 "translate_prefs_unittest.cc", 62 "translate_prefs_unittest.cc",
62 "translate_script_unittest.cc", 63 "translate_script_unittest.cc",
63 ] 64 ]
64 deps = [ 65 deps = [
65 ":browser", 66 ":browser",
66 "//testing/gtest", 67 "//testing/gtest",
67 ] 68 ]
68 } 69 }
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