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

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

Issue 1914923002: Rename all existing custom element classes as V0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CustomElementV0 -> V0CustomElement Created 4 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
Index: third_party/WebKit/Source/bindings/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index eabe3d8ad7721d1af75f9d57bb574a870f2c87e3..d0cb92422e3d8b198c7ad06fdb3a6c0f1e51f2c4 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -20,10 +20,10 @@
'BindingSecurity.cpp',
'BindingSecurity.h',
'CallbackPromiseAdapter.h',
- 'CustomElementBinding.cpp',
- 'CustomElementBinding.h',
- 'CustomElementConstructorBuilder.cpp',
- 'CustomElementConstructorBuilder.h',
+ 'V0CustomElementBinding.cpp',
+ 'V0CustomElementBinding.h',
+ 'V0CustomElementConstructorBuilder.cpp',
+ 'V0CustomElementConstructorBuilder.h',
'DocumentWriteEvaluator.cpp',
'DocumentWriteEvaluator.h',
'DOMDataStore.h',
@@ -111,8 +111,8 @@
'V8Binding.h',
'V8BindingMacros.h',
'V8CacheOptions.h',
- 'V8CustomElementLifecycleCallbacks.cpp',
- 'V8CustomElementLifecycleCallbacks.h',
+ 'V8V0CustomElementLifecycleCallbacks.cpp',
+ 'V8V0CustomElementLifecycleCallbacks.h',
'V8DOMActivityLogger.cpp',
'V8DOMActivityLogger.h',
'V8DOMConfiguration.cpp',

Powered by Google App Engine
This is Rietveld 408576698