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

Side by Side Diff: Source/bindings/core/v8/custom/custom.gypi

Issue 1019453002: IDL: Add [Custom=CallEpilogue] to eliminate CG special cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix after rebase Created 5 years, 9 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 'variables': { 6 'variables': {
7 'bindings_core_v8_custom_files': [ 7 'bindings_core_v8_custom_files': [
8 'V8BlobCustom.cpp', 8 'V8BlobCustom.cpp',
9 'V8BlobCustomHelpers.cpp', 9 'V8BlobCustomHelpers.cpp',
10 'V8BlobCustomHelpers.h', 10 'V8BlobCustomHelpers.h',
11 'V8CSSStyleDeclarationCustom.cpp', 11 'V8CSSStyleDeclarationCustom.cpp',
12 'V8CustomEventCustom.cpp', 12 'V8CustomEventCustom.cpp',
13 'V8CustomXPathNSResolver.cpp', 13 'V8CustomXPathNSResolver.cpp',
14 'V8CustomXPathNSResolver.h', 14 'V8CustomXPathNSResolver.h',
15 'V8DedicatedWorkerGlobalScopeCustom.cpp', 15 'V8DedicatedWorkerGlobalScopeCustom.cpp',
16 'V8DevToolsHostCustom.cpp', 16 'V8DevToolsHostCustom.cpp',
17 'V8ErrorEventCustom.cpp', 17 'V8ErrorEventCustom.cpp',
18 'V8EventTargetCustom.cpp', 18 'V8EventTargetCustom.cpp',
19 'V8FileCustom.cpp', 19 'V8FileCustom.cpp',
20 'V8HTMLAllCollectionCustom.cpp', 20 'V8HTMLAllCollectionCustom.cpp',
21 'V8HTMLDocumentCustom.cpp', 21 'V8HTMLDocumentCustom.cpp',
22 'V8HTMLOptionsCollectionCustom.cpp', 22 'V8HTMLOptionsCollectionCustom.cpp',
23 'V8HTMLPlugInElementCustom.cpp', 23 'V8HTMLPlugInElementCustom.cpp',
24 'V8HistoryCustom.cpp', 24 'V8HistoryCustom.cpp',
25 'V8InjectedScriptHostCustom.cpp', 25 'V8InjectedScriptHostCustom.cpp',
26 'V8InjectedScriptManager.cpp', 26 'V8InjectedScriptManager.cpp',
27 'V8JavaScriptCallFrameCustom.cpp', 27 'V8JavaScriptCallFrameCustom.cpp',
28 'V8LocationCustom.cpp', 28 'V8LocationCustom.cpp',
29 'V8MediaQueryListCustom.cpp',
29 'V8MessageChannelCustom.cpp', 30 'V8MessageChannelCustom.cpp',
30 'V8MessageEventCustom.cpp', 31 'V8MessageEventCustom.cpp',
31 'V8MessagePortCustom.cpp', 32 'V8MessagePortCustom.cpp',
32 'V8MutationObserverCustom.cpp', 33 'V8MutationObserverCustom.cpp',
33 'V8PopStateEventCustom.cpp', 34 'V8PopStateEventCustom.cpp',
34 'V8WindowCustom.cpp', 35 'V8WindowCustom.cpp',
35 'V8WorkerCustom.cpp', 36 'V8WorkerCustom.cpp',
36 'V8WorkerGlobalScopeCustom.cpp', 37 'V8WorkerGlobalScopeCustom.cpp',
37 'V8XMLHttpRequestCustom.cpp', 38 'V8XMLHttpRequestCustom.cpp',
38 ], 39 ],
39 }, 40 },
40 } 41 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8MediaQueryListCustom.cpp ('k') | Source/bindings/scripts/v8_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698