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

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

Issue 2319623003: Reorganize Blink IDL build, delete obsolete GYP files. (Closed)
Patch Set: Created 4 years, 3 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
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698