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

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

Issue 295403002: Factor bindings.gypi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add license Created 6 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
« no previous file with comments | « Source/bindings/v8/custom/custom.gypi ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/v8.gypi
diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..42c1656809fd4d87e2b964dcf89dc2acbee9247a
--- /dev/null
+++ b/Source/bindings/v8/v8.gypi
@@ -0,0 +1,167 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ 'custom/custom.gypi',
+ ],
+ 'variables': {
+ 'bindings_v8_dir': '.',
+ 'bindings_v8_files': [
+ '<@(bindings_v8_custom_files)',
+ 'ActiveDOMCallback.cpp',
+ 'ActiveDOMCallback.h',
+ 'ArrayValue.cpp',
+ 'ArrayValue.h',
+ 'BindingSecurity.cpp',
+ 'BindingSecurity.h',
+ 'CallbackPromiseAdapter.h',
+ 'CustomElementBinding.cpp',
+ 'CustomElementBinding.h',
+ 'CustomElementConstructorBuilder.cpp',
+ 'CustomElementConstructorBuilder.h',
+ 'CustomElementWrapper.cpp',
+ 'CustomElementWrapper.h',
+ 'DOMDataStore.cpp',
+ 'DOMDataStore.h',
+ 'DOMWrapperMap.h',
+ 'DOMWrapperWorld.cpp',
+ 'DOMWrapperWorld.h',
+ 'Dictionary.cpp',
+ 'Dictionary.h',
+ 'ExceptionMessages.cpp',
+ 'ExceptionMessages.h',
+ 'ExceptionState.cpp',
+ 'ExceptionState.h',
+ 'ExceptionStatePlaceholder.cpp',
+ 'ExceptionStatePlaceholder.h',
+ 'IDBBindingUtilities.cpp',
+ 'IDBBindingUtilities.h',
+ 'NPV8Object.cpp',
+ 'NPV8Object.h',
+ 'Nullable.h',
+ 'PageScriptDebugServer.cpp',
+ 'PageScriptDebugServer.h',
+ 'RetainedDOMInfo.cpp',
+ 'RetainedDOMInfo.h',
+ 'RetainedObjectInfo.h',
+ 'ScheduledAction.cpp',
+ 'ScheduledAction.h',
+ 'ScopedPersistent.h',
+ 'ScriptCallStackFactory.cpp',
+ 'ScriptCallStackFactory.h',
+ 'ScriptController.cpp',
+ 'ScriptController.h',
+ 'ScriptDebugServer.cpp',
+ 'ScriptDebugServer.h',
+ 'ScriptEventListener.cpp',
+ 'ScriptEventListener.h',
+ 'ScriptFunction.cpp',
+ 'ScriptFunction.h',
+ 'ScriptFunctionCall.cpp',
+ 'ScriptFunctionCall.h',
+ 'ScriptGCEvent.cpp',
+ 'ScriptGCEvent.h',
+ 'ScriptHeapSnapshot.cpp',
+ 'ScriptHeapSnapshot.h',
+ 'ScriptObject.cpp',
+ 'ScriptObject.h',
+ 'ScriptPreprocessor.cpp',
+ 'ScriptPreprocessor.h',
+ 'ScriptProfiler.cpp',
+ 'ScriptProfiler.h',
+ 'ScriptPromise.cpp',
+ 'ScriptPromise.h',
+ 'ScriptPromiseResolver.cpp',
+ 'ScriptPromiseResolver.h',
+ 'ScriptPromiseResolverWithContext.cpp',
+ 'ScriptPromiseResolverWithContext.h',
+ 'ScriptRegexp.cpp',
+ 'ScriptRegexp.h',
+ 'ScriptSourceCode.h',
+ 'ScriptState.cpp',
+ 'ScriptState.h',
+ 'ScriptString.cpp',
+ 'ScriptString.h',
+ 'ScriptValue.cpp',
+ 'ScriptValue.h',
+ 'ScriptWrappable.h',
+ 'SerializedScriptValue.cpp',
+ 'SerializedScriptValue.h',
+ 'SharedPersistent.h',
+ 'V8AbstractEventListener.cpp',
+ 'V8AbstractEventListener.h',
+ 'V8Binding.cpp',
+ 'V8Binding.h',
+ 'V8BindingMacros.h',
+ 'V8Callback.cpp',
+ 'V8Callback.h',
+ 'V8CustomElementLifecycleCallbacks.cpp',
+ 'V8CustomElementLifecycleCallbacks.h',
+ 'V8DOMActivityLogger.cpp',
+ 'V8DOMActivityLogger.h',
+ 'V8DOMConfiguration.cpp',
+ 'V8DOMConfiguration.h',
+ 'V8DOMWrapper.cpp',
+ 'V8DOMWrapper.h',
+ 'V8ErrorHandler.cpp',
+ 'V8ErrorHandler.h',
+ 'V8EventListener.cpp',
+ 'V8EventListener.h',
+ 'V8EventListenerList.cpp',
+ 'V8EventListenerList.h',
+ 'V8GCController.cpp',
+ 'V8GCController.h',
+ 'V8GCForContextDispose.cpp',
+ 'V8GCForContextDispose.h',
+ 'V8HiddenValue.cpp',
+ 'V8HiddenValue.h',
+ 'V8Initializer.cpp',
+ 'V8Initializer.h',
+ 'V8LazyEventListener.cpp',
+ 'V8LazyEventListener.h',
+ 'V8MutationCallback.cpp',
+ 'V8MutationCallback.h',
+ 'V8NPObject.cpp',
+ 'V8NPObject.h',
+ 'V8NPUtils.cpp',
+ 'V8NPUtils.h',
+ 'V8NodeFilterCondition.cpp',
+ 'V8NodeFilterCondition.h',
+ 'V8ObjectConstructor.cpp',
+ 'V8ObjectConstructor.h',
+ 'V8PerContextData.cpp',
+ 'V8PerContextData.h',
+ 'V8PerIsolateData.cpp',
+ 'V8PerIsolateData.h',
+ 'V8RecursionScope.cpp',
+ 'V8RecursionScope.h',
+ 'V8ScriptRunner.cpp',
+ 'V8ScriptRunner.h',
+ 'V8StringResource.cpp',
+ 'V8StringResource.h',
+ 'V8ThrowException.cpp',
+ 'V8ThrowException.h',
+ 'V8ValueCache.cpp',
+ 'V8ValueCache.h',
+ 'V8WindowShell.cpp',
+ 'V8WindowShell.h',
+ 'V8WorkerGlobalScopeEventListener.cpp',
+ 'V8WorkerGlobalScopeEventListener.h',
+ 'WorkerScriptController.cpp',
+ 'WorkerScriptController.h',
+ 'WorkerScriptDebugServer.cpp',
+ 'WorkerScriptDebugServer.h',
+ 'WrapperTypeInfo.h',
+ 'npruntime.cpp',
+ 'npruntime_impl.h',
+ 'npruntime_priv.h',
+ ],
+ 'bindings_v8_unittest_files': [
+ 'IDBBindingUtilitiesTest.cpp',
+ 'ScriptPromiseResolverTest.cpp',
+ 'ScriptPromiseTest.cpp',
+ ],
+ },
+}
« no previous file with comments | « Source/bindings/v8/custom/custom.gypi ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698