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

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

Issue 725163002: bindings: Retires V8T::toEventTarget and reduces the binary size. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made bitfields be type of unsigned to support both of MSVC and Android. Created 6 years, 1 month 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 | « Source/bindings/core/v8/WrapperTypeInfo.cpp ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 472b8951efa3dce90144db8b44488849d1ecf283..797ab3083c10312b244d61f137342d5db85cb375 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -74,12 +74,12 @@
'ScriptProfiler.h',
'ScriptPromise.cpp',
'ScriptPromise.h',
- 'ScriptPromiseResolver.cpp',
- 'ScriptPromiseResolver.h',
'ScriptPromiseProperties.h',
'ScriptPromiseProperty.h',
'ScriptPromisePropertyBase.cpp',
'ScriptPromisePropertyBase.h',
+ 'ScriptPromiseResolver.cpp',
+ 'ScriptPromiseResolver.h',
'ScriptRegexp.cpp',
'ScriptRegexp.h',
'ScriptSourceCode.h',
@@ -166,15 +166,16 @@
'WorkerScriptController.h',
'WorkerScriptDebugServer.cpp',
'WorkerScriptDebugServer.h',
+ 'WrapperTypeInfo.cpp',
'WrapperTypeInfo.h',
'npruntime.cpp',
'npruntime_impl.h',
'npruntime_priv.h',
],
'bindings_core_v8_unittest_files': [
+ 'ScriptPromisePropertyTest.cpp',
'ScriptPromiseResolverTest.cpp',
'ScriptPromiseTest.cpp',
- 'ScriptPromisePropertyTest.cpp',
'ScriptStreamerTest.cpp',
'SerializedScriptValueTest.cpp',
'V8BindingTest.cpp',
« no previous file with comments | « Source/bindings/core/v8/WrapperTypeInfo.cpp ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698