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

Unified Diff: Source/core/core.gypi

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename to navigator.hardwareConcurrency Created 6 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..3deac2f654cfebfcae9e43e7483154e8c6410f4c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -458,6 +458,7 @@
'dom/URLUtilsReadOnly.idl',
'events/EventListener.idl',
'events/NavigatorEvents.idl',
+ 'frame/NavigatorCPU.idl',
'frame/NavigatorID.idl',
'frame/NavigatorLanguage.idl',
'frame/NavigatorOnLine.idl',
@@ -1167,6 +1168,8 @@
'frame/Location.h',
'frame/Navigator.cpp',
'frame/Navigator.h',
+ 'frame/NavigatorCPU.cpp',
+ 'frame/NavigatorCPU.h',
'frame/NavigatorID.cpp',
'frame/NavigatorID.h',
'frame/NavigatorLanguage.cpp',

Powered by Google App Engine
This is Rietveld 408576698