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

Unified Diff: base/base.gypi

Issue 16780006: Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 years, 6 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 | « base/base.gyp ('k') | base/win/message_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 67cdfe45836c3e31dcdc201eb9209bb7ffdb49f8..e19d4ab03e408bbca0b00c4be9a54a1c62b39b89 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -580,8 +580,8 @@
'nix/mime_util_xdg.h',
'nix/xdg_util.cc',
'nix/xdg_util.h',
- 'win/enum_variant.h',
'win/enum_variant.cc',
+ 'win/enum_variant.h',
'win/event_trace_consumer.h',
'win/event_trace_controller.cc',
'win/event_trace_controller.h',
@@ -591,8 +591,10 @@
'win/i18n.h',
'win/iat_patch_function.cc',
'win/iat_patch_function.h',
- 'win/iunknown_impl.h',
'win/iunknown_impl.cc',
+ 'win/iunknown_impl.h',
+ 'win/message_window.cc',
+ 'win/message_window.h',
'win/metro.cc',
'win/metro.h',
'win/object_watcher.cc',
@@ -625,10 +627,10 @@
'win/startup_information.h',
'win/text_services_message_filter.cc',
'win/text_services_message_filter.h',
- 'win/windows_version.cc',
- 'win/windows_version.h',
'win/win_util.cc',
'win/win_util.h',
+ 'win/windows_version.cc',
+ 'win/windows_version.h',
'win/wrapped_window_proc.cc',
'win/wrapped_window_proc.h',
],
« no previous file with comments | « base/base.gyp ('k') | base/win/message_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698