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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/v8/v8.gypi

Issue 1904973003: Revert of Make OffscreenCanvas Transferable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'custom/custom.gypi', 7 'custom/custom.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # Note: list duplicated in v8.gni. 10 # Note: list duplicated in v8.gni.
11 'bindings_modules_v8_files': [ 11 'bindings_modules_v8_files': [
12 '<@(bindings_modules_v8_custom_files)', 12 '<@(bindings_modules_v8_custom_files)',
13 'DictionaryHelperForModules.cpp', 13 'DictionaryHelperForModules.cpp',
14 'ModuleBindingsInitializer.cpp', 14 'ModuleBindingsInitializer.cpp',
15 'ModuleBindingsInitializer.h', 15 'ModuleBindingsInitializer.h',
16 'ScriptValueSerializerForModules.cpp', 16 'ScriptValueSerializerForModules.cpp',
17 'ScriptValueSerializerForModules.h', 17 'ScriptValueSerializerForModules.h',
18 'SerializedScriptValueForModulesFactory.cpp', 18 'SerializedScriptValueForModulesFactory.cpp',
19 'SerializedScriptValueForModulesFactory.h', 19 'SerializedScriptValueForModulesFactory.h',
20 'ToV8ForModules.h', 20 'ToV8ForModules.h',
21 'TransferablesForModules.h',
22 'V8BindingForModules.cpp', 21 'V8BindingForModules.cpp',
23 'V8BindingForModules.h', 22 'V8BindingForModules.h',
24 'V8ServiceWorkerMessageEventInternal.h', 23 'V8ServiceWorkerMessageEventInternal.h',
25 'WebGLAny.cpp', 24 'WebGLAny.cpp',
26 'WebGLAny.h', 25 'WebGLAny.h',
27 ], 26 ],
28 # Note: list duplicated in v8.gni. 27 # Note: list duplicated in v8.gni.
29 'bindings_modules_v8_unittest_files': [ 28 'bindings_modules_v8_unittest_files': [
30 'V8BindingForModulesTest.cpp', 29 'V8BindingForModulesTest.cpp',
31 ], 30 ],
32 }, 31 },
33 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698