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

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: Add missing CORE_EXPORT header. 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..dc99e934476449f58ba563cb1e5122a6bba3fadf 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,8 @@
'V8BindingMacros.h',
'V8CacheOptions.h',
'V8CacheStrategiesForCacheStorage.h',
- 'V8V0CustomElementLifecycleCallbacks.cpp',
- 'V8V0CustomElementLifecycleCallbacks.h',
+ 'V8CustomElementPerContextData.cpp',
+ 'V8CustomElementPerContextData.h',
'V8DOMActivityLogger.cpp',
'V8DOMActivityLogger.h',
'V8DOMConfiguration.cpp',
@@ -170,6 +174,8 @@
'V8StringResource.h',
'V8ThrowException.cpp',
'V8ThrowException.h',
+ 'V8V0CustomElementLifecycleCallbacks.cpp',
+ 'V8V0CustomElementLifecycleCallbacks.h',
'V8ValueCache.cpp',
'V8ValueCache.h',
'V8WorkerGlobalScopeEventListener.cpp',

Powered by Google App Engine
This is Rietveld 408576698