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

Unified Diff: content/content_common.gypi

Issue 7602023: Use a monotonic clock (TimeTicks) to report network times to WebCore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 9 years 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index e6e833cc0ec1ffec261c870892524ad7af85c873..161475ad684ff4ddab6684684223190702a5b785 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -173,6 +173,8 @@
'common/indexed_db_messages.h',
'common/indexed_db_param_traits.cc',
'common/indexed_db_param_traits.h',
+ 'common/inter_process_time_ticks_converter.cc',
+ 'common/inter_process_time_ticks_converter.h',
'common/intents_messages.h',
'common/java_bridge_messages.h',
'common/mac/attributed_string_coder.h',

Powered by Google App Engine
This is Rietveld 408576698