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

Unified Diff: components/web_modal.gypi

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-before-land Created 7 years, 7 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/components_tests.gypi ('k') | components/web_modal/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..f2db7d4cb830ee920dd2c512a2207be1cb0b1577
--- /dev/null
+++ b/components/web_modal.gypi
@@ -0,0 +1,33 @@
+# Copyright (c) 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'web_modal',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../skia/skia.gyp:skia',
+ ],
+ 'defines': [
+ 'WEB_MODAL_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'web_modal/native_web_contents_modal_dialog.h',
+ 'web_modal/native_web_contents_modal_dialog_manager.h',
+ 'web_modal/web_contents_modal_dialog_host.cc',
+ 'web_modal/web_contents_modal_dialog_host.h',
+ 'web_modal/web_contents_modal_dialog_manager.cc',
+ 'web_modal/web_contents_modal_dialog_manager.h',
+ 'web_modal/web_contents_modal_dialog_manager_delegate.cc',
+ 'web_modal/web_contents_modal_dialog_manager_delegate.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components_tests.gypi ('k') | components/web_modal/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698