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

Unified Diff: components/infobars.gypi

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 8 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
Index: components/infobars.gypi
diff --git a/components/infobars.gypi b/components/infobars.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..7ca15b573a2ab02274d5ff2a3e0feaab90f39a4d
--- /dev/null
+++ b/components/infobars.gypi
@@ -0,0 +1,32 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'infobars_core',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ '../ui/gfx/gfx.gyp:gfx',
+ ],
+ 'sources': [
+ 'infobars/core/infobar.cc',
+ 'infobars/core/infobar.h',
+ 'infobars/core/infobar_container.cc',
+ 'infobars/core/infobar_container.h',
+ 'infobars/core/infobar_delegate.cc',
+ 'infobars/core/infobar_delegate.h',
+ 'infobars/core/infobar_manager.cc',
+ 'infobars/core/infobar_manager.h',
+ 'infobars/core/infobars_switches.cc',
+ 'infobars/core/infobars_switches.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components.gyp ('k') | components/infobars/DEPS » ('j') | components/infobars/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698