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

Unified Diff: base/base.gyp

Issue 11238034: Added completion notification to Profile's ClearNetworkingHistorySince. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Increased similarity threshold... Created 8 years, 2 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 | « no previous file | base/test/mock_callback.h » ('j') | base/test/mock_callback.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c7cd608478cb7ed66478f27a1529a100f6b5bbc6..a33d87746bfd2042b5bde05451e7295423a89183 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -726,10 +726,12 @@
'test/main_hook.cc',
'test/main_hook.h',
'test/main_hook_ios.mm',
+ 'test/mock_callback.cc',
+ 'test/mock_callback.h',
'test/mock_chrome_application_mac.h',
'test/mock_chrome_application_mac.mm',
'test/mock_devices_changed_observer.cc',
- 'test/mock_devices_changed_observer.h',
+ 'test/mock_devices_changed_observer.h',
'test/mock_time_provider.cc',
'test/mock_time_provider.h',
'test/multiprocess_test.cc',
« no previous file with comments | « no previous file | base/test/mock_callback.h » ('j') | base/test/mock_callback.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698