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

Unified Diff: base/base.gypi

Issue 13333003: Create a new base/message_loop directory and move the message_loop_proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_loop.cc » ('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 9f91b166d9cd9e09a4bf4cf02543a41ac80a96ef..3cd190682581c16297856f57b6d2f753a11461af 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -276,12 +276,12 @@
'memory/singleton.h',
'memory/weak_ptr.cc',
'memory/weak_ptr.h',
+ 'message_loop/message_loop_proxy.cc',
+ 'message_loop/message_loop_proxy.h',
+ 'message_loop/message_loop_proxy_impl.cc',
+ 'message_loop/message_loop_proxy_impl.h',
'message_loop.cc',
'message_loop.h',
- 'message_loop_proxy.cc',
- 'message_loop_proxy.h',
- 'message_loop_proxy_impl.cc',
- 'message_loop_proxy_impl.h',
'message_pump.cc',
'message_pump.h',
'message_pump_android.cc',
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698