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

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

Issue 2003033004: Split custom element script use and move it into bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback. Created 4 years, 7 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 49e430ac85151403ec86ac514d0890339e1cad50..a684459dd13743bd416e3de1c0d64735363dce07 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -66,6 +66,10 @@
'ScriptCallStack.h',
'ScriptController.cpp',
'ScriptController.h',
+ 'ScriptCustomElementDefinition.cpp',
+ 'ScriptCustomElementDefinition.h',
+ 'ScriptCustomElementDefinitionBuilder.cpp',
+ 'ScriptCustomElementDefinitionBuilder.h',
'ScriptEventListener.cpp',
'ScriptEventListener.h',
'ScriptFunction.cpp',
@@ -114,8 +118,6 @@
'V8BindingMacros.h',
'V8CacheOptions.h',
'V8CacheStrategiesForCacheStorage.h',
- 'V8V0CustomElementLifecycleCallbacks.cpp',
- 'V8V0CustomElementLifecycleCallbacks.h',
'V8DOMActivityLogger.cpp',
'V8DOMActivityLogger.h',
'V8DOMConfiguration.cpp',
@@ -170,6 +172,8 @@
'V8StringResource.h',
'V8ThrowException.cpp',
'V8ThrowException.h',
+ 'V8V0CustomElementLifecycleCallbacks.cpp',
+ 'V8V0CustomElementLifecycleCallbacks.h',
'V8ValueCache.cpp',
'V8ValueCache.h',
'V8WorkerGlobalScopeEventListener.cpp',
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698