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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2277713002: Rename CustomElementsRegistry to CustomElementRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 948bcc3005df6068e4f0aa47c7e903006422b41d..65902ceabfe4e4a4420cdb2d3d4224ab03593e97 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -122,7 +122,7 @@
'dom/Uint8ClampedArray.idl',
'dom/URLSearchParams.idl',
'dom/XMLDocument.idl',
- 'dom/custom/CustomElementsRegistry.idl',
+ 'dom/custom/CustomElementRegistry.idl',
'dom/shadow/ShadowRoot.idl',
'editing/Selection.idl',
'events/AnimationEvent.idl',
@@ -2730,8 +2730,8 @@
'dom/custom/CustomElementUpgradeReaction.h',
'dom/custom/CustomElementUpgradeSorter.cpp',
'dom/custom/CustomElementUpgradeSorter.h',
- 'dom/custom/CustomElementsRegistry.cpp',
- 'dom/custom/CustomElementsRegistry.h',
+ 'dom/custom/CustomElementRegistry.cpp',
+ 'dom/custom/CustomElementRegistry.h',
'dom/custom/V0CustomElement.cpp',
'dom/custom/V0CustomElement.h',
'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
@@ -4123,7 +4123,7 @@
'dom/custom/CustomElementTest.cpp',
'dom/custom/CustomElementTestHelpers.h',
'dom/custom/CustomElementUpgradeSorterTest.cpp',
- 'dom/custom/CustomElementsRegistryTest.cpp',
+ 'dom/custom/CustomElementRegistryTest.cpp',
'dom/shadow/FlatTreeTraversalTest.cpp',
'editing/EditingCommandTest.cpp',
'editing/EditingStrategyTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698