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

Unified Diff: third_party/WebKit/Source/core/frame/BUILD.gn

Issue 2820473002: Rename NavigatorCPU mixin to NavigatorConcurrentHardware to match spec (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/frame/Navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/BUILD.gn
diff --git a/third_party/WebKit/Source/core/frame/BUILD.gn b/third_party/WebKit/Source/core/frame/BUILD.gn
index 053758ec0894ba511a3fbeeb1b1f6be444d5a56f..c723c1123d6045bb8265c7f5e09eda6bd2eb58c4 100644
--- a/third_party/WebKit/Source/core/frame/BUILD.gn
+++ b/third_party/WebKit/Source/core/frame/BUILD.gn
@@ -66,8 +66,8 @@ blink_core_sources("frame") {
"Location.h",
"Navigator.cpp",
"Navigator.h",
- "NavigatorCPU.cpp",
- "NavigatorCPU.h",
+ "NavigatorConcurrentHardware.cpp",
+ "NavigatorConcurrentHardware.h",
"NavigatorID.cpp",
"NavigatorID.h",
"NavigatorLanguage.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/frame/Navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698