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

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

Issue 361373002: components: Add bookmarks to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « components/bookmarks/test/BUILD.gn ('k') | components/translate/core/common/BUILD.gn » ('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 static_library("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 "page_translated_details.h", 9 "page_translated_details.h",
10 "translate_accept_languages.cc", 10 "translate_accept_languages.cc",
11 "translate_accept_languages.h", 11 "translate_accept_languages.h",
12 "translate_browser_metrics.cc", 12 "translate_browser_metrics.cc",
13 "translate_browser_metrics.h", 13 "translate_browser_metrics.h",
14 "translate_client.h", 14 "translate_client.h",
15 "translate_download_manager.cc", 15 "translate_download_manager.cc",
(...skipping 17 matching lines...) Expand all
33 deps = [ 33 deps = [
34 "//base", 34 "//base",
35 "//components/language_usage_metrics", 35 "//components/language_usage_metrics",
36 "//components/resources:components_resources", 36 "//components/resources:components_resources",
37 "//components/translate/core/common", 37 "//components/translate/core/common",
38 "//net", 38 "//net",
39 "//ui/base", 39 "//ui/base",
40 "//url", 40 "//url",
41 ] 41 ]
42 } 42 }
OLDNEW
« no previous file with comments | « components/bookmarks/test/BUILD.gn ('k') | components/translate/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698