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

Unified Diff: base/base.gypi

Issue 10479018: Add base::RunLoop and update ui_test_utils to use it to reduce flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: phajdan feedback Created 8 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 | « ash/wm/toplevel_window_event_filter.cc ('k') | base/message_loop.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 a45cea6bd79e63cbe2f0988d005e4486fb4d17ca..653f9b35b1a81f6078b07a5485765a451e6c92cf 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -290,6 +290,8 @@
'rand_util.h',
'rand_util_posix.cc',
'rand_util_win.cc',
+ 'run_loop.cc',
+ 'run_loop.h',
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
'scoped_native_library.cc',
« no previous file with comments | « ash/wm/toplevel_window_event_filter.cc ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698