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

Unified Diff: base/base.gypi

Issue 10561009: Consolidate RecordBrowserStartupTime() into one location (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 | « no previous file | base/process_info.h » ('j') | base/process_info_mac.cc » ('J')
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 2f01f53cf52397eb6e28dacde701d5df959e174c..aab7c2f35f4be1d77d092db6fab5b82b86df9c00 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -265,6 +265,9 @@
'posix/unix_domain_socket.cc',
'posix/unix_domain_socket.h',
'process.h',
+ 'process_info.h',
+ 'process_info_mac.cc',
+ 'process_info_win.cc',
'process_linux.cc',
'process_posix.cc',
'process_util.cc',
@@ -339,7 +342,7 @@
'synchronization/waitable_event.h',
'synchronization/waitable_event_posix.cc',
'synchronization/waitable_event_watcher.h',
- 'synchronization/waitable_event_watcher_posix.cc',
+ 'synchronization/waitable_event_watcher_posix.cc',
'synchronization/waitable_event_watcher_win.cc',
'synchronization/waitable_event_win.cc',
'system_monitor/system_monitor.cc',
« no previous file with comments | « no previous file | base/process_info.h » ('j') | base/process_info_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698