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

Unified Diff: Source/core/core.gypi

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments 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 5b8c58f59f6e12fa711694e4b76c10a14c4234af..921ea6692f67af8553e2e4b7e1d625c7d7fff5c3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -461,6 +461,7 @@
'dom/URLUtilsReadOnly.idl',
'events/EventListener.idl',
'events/NavigatorEvents.idl',
+ 'frame/NavigatorCPU.idl',
'frame/NavigatorID.idl',
'frame/NavigatorLanguage.idl',
'frame/NavigatorOnLine.idl',
@@ -1168,6 +1169,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',
« no previous file with comments | « LayoutTests/fast/workers/worker-navigator-hardware-concurrency-expected.txt ('k') | Source/core/frame/Navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698