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

Unified Diff: base/base.gypi

Issue 15261005: Allow multiple base::MessagePumpForUI instances to be created simultanenously on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 | « base/base.gyp ('k') | base/message_pump_win.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 abfe1f5ef86196e589d4b4eac115f1a41e33ef49..8284f43caa565ffad7564344d91dbb75687430ea 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -553,8 +553,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',
@@ -564,8 +564,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',
@@ -598,10 +600,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/message_pump_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698