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

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

Issue 1862033002: Make OffscreenCanvas Transferable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no need to register, taking the same approach as extractTransferables 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',
21 'V8BindingForModules.cpp', 22 'V8BindingForModules.cpp',
22 'V8BindingForModules.h', 23 'V8BindingForModules.h',
23 'V8ServiceWorkerMessageEventInternal.h', 24 'V8ServiceWorkerMessageEventInternal.h',
24 'WebGLAny.cpp', 25 'WebGLAny.cpp',
25 'WebGLAny.h', 26 'WebGLAny.h',
26 ], 27 ],
27 # Note: list duplicated in v8.gni. 28 # Note: list duplicated in v8.gni.
28 'bindings_modules_v8_unittest_files': [ 29 'bindings_modules_v8_unittest_files': [
29 'V8BindingForModulesTest.cpp', 30 'V8BindingForModulesTest.cpp',
30 ], 31 ],
31 }, 32 },
32 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698