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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/translate/content/renderer/BUILD.gn ('k') | components/translate/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..9562af860d3645a59029c4fb9182da25b43ee5b0
--- /dev/null
+++ b/components/translate/core/browser/BUILD.gn
@@ -0,0 +1,42 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+static_library("browser") {
+ sources = [
+ "language_state.cc",
+ "language_state.h",
+ "page_translated_details.h",
+ "translate_accept_languages.cc",
+ "translate_accept_languages.h",
+ "translate_browser_metrics.cc",
+ "translate_browser_metrics.h",
+ "translate_client.h",
+ "translate_download_manager.cc",
+ "translate_download_manager.h",
+ "translate_driver.h",
+ "translate_error_details.h",
+ "translate_event_details.cc",
+ "translate_event_details.h",
+ "translate_language_list.cc",
+ "translate_language_list.h",
+ "translate_prefs.cc",
+ "translate_prefs.h",
+ "translate_script.cc",
+ "translate_script.h",
+ "translate_url_fetcher.cc",
+ "translate_url_fetcher.h",
+ "translate_url_util.cc",
+ "translate_url_util.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/language_usage_metrics",
+ "//components/resources:components_resources",
+ "//components/translate/core/common",
+ "//net",
+ "//ui/base",
+ "//url",
+ ]
+}
« 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