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

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

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 static_library("browser") {
6 sources = [
7 "language_state.cc",
8 "language_state.h",
9 "page_translated_details.h",
10 "translate_accept_languages.cc",
11 "translate_accept_languages.h",
12 "translate_browser_metrics.cc",
13 "translate_browser_metrics.h",
14 "translate_client.h",
15 "translate_download_manager.cc",
16 "translate_download_manager.h",
17 "translate_driver.h",
18 "translate_error_details.h",
19 "translate_event_details.cc",
20 "translate_event_details.h",
21 "translate_language_list.cc",
22 "translate_language_list.h",
23 "translate_prefs.cc",
24 "translate_prefs.h",
25 "translate_script.cc",
26 "translate_script.h",
27 "translate_url_fetcher.cc",
28 "translate_url_fetcher.h",
29 "translate_url_util.cc",
30 "translate_url_util.h",
31 ]
32
33 deps = [
34 "//base",
35 "//components/language_usage_metrics",
36 "//components/resources:components_resources",
37 "//components/translate/core/common",
38 "//net",
39 "//ui/base",
40 "//url",
41 ]
42 }
OLDNEW
« no previous file with comments | « components/translate/content/renderer/BUILD.gn ('k') | components/translate/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698