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

Unified Diff: sky/engine/bindings/core/v8/v8.gypi

Issue 922053002: Remove unused V8 integration code in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/bindings/core/v8/generated.gypi ('k') | sky/engine/bindings/idl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/v8.gypi
diff --git a/sky/engine/bindings/core/v8/v8.gypi b/sky/engine/bindings/core/v8/v8.gypi
deleted file mode 100644
index d16142cd9594c2a19463214737b141382f7ca053..0000000000000000000000000000000000000000
--- a/sky/engine/bindings/core/v8/v8.gypi
+++ /dev/null
@@ -1,128 +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': [
- 'custom/custom.gypi',
- ],
- 'variables': {
- 'bindings_core_v8_dir': '.',
- 'bindings_core_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',
- 'Dictionary.cpp',
- 'Dictionary.h',
- 'DictionaryHelperForBindings.h',
- 'DictionaryHelperForCore.cpp',
- 'DOMDataStore.cpp',
- 'DOMDataStore.h',
- 'DOMWrapperMap.h',
- 'DOMWrapperWorld.cpp',
- 'DOMWrapperWorld.h',
- 'ExceptionMessages.cpp',
- 'ExceptionMessages.h',
- 'ExceptionState.cpp',
- 'ExceptionState.h',
- 'ExceptionStatePlaceholder.cpp',
- 'ExceptionStatePlaceholder.h',
- 'Nullable.h',
- 'RetainedDOMInfo.cpp',
- 'RetainedDOMInfo.h',
- 'RetainedObjectInfo.h',
- 'ScheduledAction.cpp',
- 'ScheduledAction.h',
- 'ScopedPersistent.h',
- 'ScriptCallStackFactory.cpp',
- 'ScriptCallStackFactory.h',
- 'ScriptController.cpp',
- 'ScriptController.h',
- 'ScriptFunctionCall.cpp',
- 'ScriptFunctionCall.h',
- 'ScriptGCEvent.cpp',
- 'ScriptGCEvent.h',
- 'ScriptHeapSnapshot.cpp',
- 'ScriptHeapSnapshot.h',
- 'ScriptProfiler.cpp',
- 'ScriptProfiler.h',
- 'ScriptPromise.cpp',
- 'ScriptPromise.h',
- 'ScriptPromiseProperties.h',
- 'ScriptPromiseProperty.h',
- 'ScriptPromisePropertyBase.cpp',
- 'ScriptPromisePropertyBase.h',
- 'ScriptPromiseResolver.cpp',
- 'ScriptPromiseResolver.h',
- 'ScriptSourceCode.h',
- 'ScriptState.cpp',
- 'ScriptState.h',
- 'ScriptString.cpp',
- 'ScriptString.h',
- 'ScriptValue.cpp',
- 'ScriptValue.h',
- 'ScriptWrappable.cpp',
- 'ScriptWrappable.h',
- 'SerializedScriptValue.cpp',
- 'SerializedScriptValue.h',
- 'SharedPersistent.h',
- 'V8AbstractEventListener.cpp',
- 'V8AbstractEventListener.h',
- 'V8Binding.cpp',
- 'V8Binding.h',
- 'V8BindingMacros.h',
- 'V8CustomElementLifecycleCallbacks.cpp',
- 'V8CustomElementLifecycleCallbacks.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',
- 'V8MutationCallback.cpp',
- 'V8MutationCallback.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',
- 'WindowProxy.cpp',
- 'WindowProxy.h',
- 'WrapperTypeInfo.h',
- ],
- },
-}
« no previous file with comments | « sky/engine/bindings/core/v8/generated.gypi ('k') | sky/engine/bindings/idl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698