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

Unified Diff: components/infobars/core/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less 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/infobars.gypi ('k') | components/infobars/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/core/BUILD.gn
diff --git a/components/infobars/core/BUILD.gn b/components/infobars/core/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6de274bf4d7c76ec5073bf90c11d0a47b7898d1e
--- /dev/null
+++ b/components/infobars/core/BUILD.gn
@@ -0,0 +1,31 @@
+# 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("core") {
+ sources = [
+ "confirm_infobar_delegate.cc",
+ "confirm_infobar_delegate.h",
+ "infobar.cc",
+ "infobar.h",
+ "infobar_android.cc",
+ "infobar_container.cc",
+ "infobar_container.h",
+ "infobar_delegate.cc",
+ "infobar_delegate.h",
+ "infobar_manager.cc",
+ "infobar_manager.h",
+ "infobars_switches.cc",
+ "infobars_switches.h",
+ ]
+
+ deps = [
+ "//base",
+ "//skia",
+ "//ui/gfx",
+ "//ui/strings",
+ ]
+
+ # This target exposes Skia headers in its public headers.
+ forward_dependent_configs_from = [ "//skia" ]
+}
« no previous file with comments | « components/infobars.gypi ('k') | components/infobars/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698