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

Unified Diff: views/views.gyp

Issue 8604012: move chromeos bubble setup code to window.cc (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: move functionality of wm ipc out of browser so that views/bubble can use it. Created 9 years, 1 month 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: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index ce53e674ddf4d121c56359d90fe22dce2477fb2f..e6457e540150fcebde041c081e618624bed34dec 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -309,6 +309,8 @@
'widget/widget_delegate.h',
'widget/window_manager.cc',
'widget/window_manager.h',
+ 'widget/wm_ipc.cc',
+ 'widget/wm_ipc.h',
'../ui/views/accessibility/native_view_accessibility_win.cc',
'../ui/views/accessibility/native_view_accessibility_win.h',
'../ui/views/animation/bounds_animator.cc',

Powered by Google App Engine
This is Rietveld 408576698