| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'includes': [ | |
| 7 'custom/custom.gypi', | |
| 8 ], | |
| 9 'variables': { | |
| 10 # Note: list duplicated in v8.gni. | |
| 11 'bindings_modules_v8_files': [ | |
| 12 '<@(bindings_modules_v8_custom_files)', | |
| 13 'DictionaryHelperForModules.cpp', | |
| 14 'ModuleBindingsInitializer.cpp', | |
| 15 'ModuleBindingsInitializer.h', | |
| 16 'ScriptValueSerializerForModules.cpp', | |
| 17 'ScriptValueSerializerForModules.h', | |
| 18 'SerializedScriptValueForModulesFactory.cpp', | |
| 19 'SerializedScriptValueForModulesFactory.h', | |
| 20 'ToV8ForModules.h', | |
| 21 'V8BindingForModules.cpp', | |
| 22 'V8BindingForModules.h', | |
| 23 'V8IDBObserverCallback.cpp', | |
| 24 'V8IDBObserverCallback.h', | |
| 25 'V8ServiceWorkerMessageEventInternal.h', | |
| 26 'WebGLAny.cpp', | |
| 27 'WebGLAny.h', | |
| 28 ], | |
| 29 # Note: list duplicated in v8.gni. | |
| 30 'bindings_modules_v8_unittest_files': [ | |
| 31 'V8BindingForModulesTest.cpp', | |
| 32 ], | |
| 33 }, | |
| 34 } | |
| OLD | NEW |