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

Unified Diff: tools/gn/secondary/components/translate/BUILD.gn

Issue 117813003: Add BUILD.gn file for components's translate_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « tools/gn/secondary/components/startup_metric_utils/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/components/translate/BUILD.gn
diff --git a/tools/gn/secondary/components/translate/BUILD.gn b/tools/gn/secondary/components/translate/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..2a076248594aef561bf933aeb5021e9b56fdebff
--- /dev/null
+++ b/tools/gn/secondary/components/translate/BUILD.gn
@@ -0,0 +1,23 @@
+# Copyright 2013 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("translate_common") {
+ external = true
+
+ sources = [
+ "common/translate_constants.cc",
+ "common/translate_constants.h",
+ "common/translate_metrics.cc",
+ "common/translate_metrics.h",
+ "common/translate_switches.cc",
+ "common/translate_switches.h",
+ "common/translate_util.cc",
+ "common/translate_util.h",
+ ]
+
+ deps = [
+ "//base",
+ "//url",
+ ]
+}
« no previous file with comments | « tools/gn/secondary/components/startup_metric_utils/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698