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

Unified Diff: chrome/chrome.gyp

Issue 431008: Make SystemMonitor not a Singleton and move it out of base (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix ChromeFrame build Created 11 years, 1 month 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7c08251829a4cd63b94e5c194ce74181f9ea18a3..3902c2763cce2cc721ec18c7370a72d687fbaf19 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -766,6 +766,8 @@
],
}, { # else: OS != "win"
'sources!': [
+ 'common/hi_res_timer_manager.cc',
+ 'common/hi_res_timer_manager.h',
'common/temp_scaffolding_stubs.h',
],
}],

Powered by Google App Engine
This is Rietveld 408576698