| OLD | NEW |
| 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 } |
| OLD | NEW |