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

Unified Diff: ui/views/views.gyp

Issue 10805047: Move WebDialogView to ui/views/controls/webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/views/controls/webview/web_dialog_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index acd05abc7c2c1c6760a55461362d6822c1d7c218..94e647de95564146dbb9feabd121087afeddddde 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -35,6 +35,7 @@
'../../third_party/icu/icu.gyp:icuuc',
'../base/strings/ui_strings.gyp:ui_strings',
'../compositor/compositor.gyp:compositor',
+ '../web_dialogs/web_dialogs.gyp:web_dialogs',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
],
@@ -232,6 +233,8 @@
'controls/tree/tree_view_views.h',
'controls/tree/tree_view_win.cc',
'controls/tree/tree_view_win.h',
+ 'controls/webview/web_dialog_view.cc',
+ 'controls/webview/web_dialog_view.h',
'controls/webview/webview.cc',
'controls/webview/webview.h',
'debug_utils.cc',
« no previous file with comments | « ui/views/controls/webview/web_dialog_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698