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

Unified Diff: ui/views/views.gyp

Issue 10353007: Extract a minimal subset of WebDialogUI/WebDialogDelegate from src/chrome -> src/ui/web_dialogs Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 134857)
+++ ui/views/views.gyp (working copy)
@@ -365,6 +365,10 @@
'window/window_resources.h',
'window/window_shape.cc',
'window/window_shape.h',
+ '../web_dialogs/web_dialog_ui.h',
mazda 2012/05/03 22:56:22 You need to create a new gyp file for these. ui/au
+ '../web_dialogs/web_dialog_ui.cc',
+ '../web_dialogs/web_dialog_web_contents_delegate.h',
+ '../web_dialogs/web_dialog_web_contents_delegate.cc',
],
'include_dirs': [
'../../third_party/wtl/include',

Powered by Google App Engine
This is Rietveld 408576698