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

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

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/npruntime_priv.h ('k') | Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl » ('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
deleted file mode 100644
index 95f05bef87848e9d6b0b3e2f46e381d6a169d6ba..0000000000000000000000000000000000000000
--- a/Source/bindings/v8/v8.gypi
+++ /dev/null
@@ -1,165 +0,0 @@
-# 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': [
- # FIXME: should move bindings_v8_files to bindings/core/v8 or
- # bindings/modules/v8.
- '../core/v8/custom/custom.gypi',
- '../modules/v8/generated.gypi',
- ],
- 'variables': {
- 'bindings_v8_dir': '.',
- 'bindings_v8_files': [
- '<@(bindings_core_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',
- 'PrivateScriptRunner.cpp',
- 'PrivateScriptRunner.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',
- 'ScriptPreprocessor.cpp',
- 'ScriptPreprocessor.h',
- 'ScriptProfiler.cpp',
- 'ScriptProfiler.h',
- 'ScriptPromise.cpp',
- 'ScriptPromise.h',
- 'ScriptPromiseResolver.cpp',
- 'ScriptPromiseResolver.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',
- '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',
- 'ScriptPromiseTest.cpp',
- ],
- },
-}
« no previous file with comments | « Source/bindings/v8/npruntime_priv.h ('k') | Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698