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

Side by Side Diff: tools/gn/secondary/components/translate/BUILD.gn

Issue 131203002: Move LanguageUsageMetrics and TranslateBrowserMetrics to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 11 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 | « tools/gn/secondary/components/language_usage_metrics/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 static_library("translate_core_browser") { 5 static_library("translate_core_browser") {
6 external = true 6 external = true
7 7
8 sources = [ 8 sources = [
9 "core/browser/page_translated_details.h", 9 "core/browser/page_translated_details.h",
10 "core/browser/translate_browser_metrics.cc",
11 "core/browser/translate_browser_metrics.h",
10 "core/browser/translate_error_details.h", 12 "core/browser/translate_error_details.h",
11 "core/browser/translate_event_details.cc", 13 "core/browser/translate_event_details.cc",
12 "core/browser/translate_event_details.h", 14 "core/browser/translate_event_details.h",
13 ] 15 ]
14 16
15 deps = [ 17 deps = [
16 "//base", 18 "//base",
17 "//url", 19 "//url",
18 ] 20 ]
19 } 21 }
(...skipping 13 matching lines...) Expand all
33 "core/common/translate_switches.h", 35 "core/common/translate_switches.h",
34 "core/common/translate_util.cc", 36 "core/common/translate_util.cc",
35 "core/common/translate_util.h", 37 "core/common/translate_util.h",
36 ] 38 ]
37 39
38 deps = [ 40 deps = [
39 "//base", 41 "//base",
40 "//url", 42 "//url",
41 ] 43 ]
42 } 44 }
OLDNEW
« no previous file with comments | « tools/gn/secondary/components/language_usage_metrics/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698