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

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

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/v8/v8.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': {
7 'bindings_v8_custom_files': [
8 'V8ArrayBufferCustom.cpp',
9 'V8ArrayBufferCustom.h',
10 'V8ArrayBufferViewCustom.cpp',
11 'V8ArrayBufferViewCustom.h',
12 'V8AudioNodeCustom.cpp',
13 'V8BlobCustom.cpp',
14 'V8BlobCustomHelpers.cpp',
15 'V8BlobCustomHelpers.h',
16 'V8CSSRuleCustom.cpp',
17 'V8CSSStyleDeclarationCustom.cpp',
18 'V8CSSValueCustom.cpp',
19 'V8CanvasRenderingContext2DCustom.cpp',
20 'V8ClientCustom.cpp',
21 'V8CryptoCustom.cpp',
22 'V8CustomEventCustom.cpp',
23 'V8CustomSQLStatementErrorCallback.cpp',
24 'V8CustomXPathNSResolver.cpp',
25 'V8CustomXPathNSResolver.h',
26 'V8DataViewCustom.cpp',
27 'V8DataViewCustom.h',
28 'V8DedicatedWorkerGlobalScopeCustom.cpp',
29 'V8DeviceMotionEventCustom.cpp',
30 'V8DeviceOrientationEventCustom.cpp',
31 'V8DocumentCustom.cpp',
32 'V8ElementCustom.cpp',
33 'V8EntryCustom.cpp',
34 'V8EntrySyncCustom.cpp',
35 'V8ErrorEventCustom.cpp',
36 'V8EventCustom.cpp',
37 'V8EventTargetCustom.cpp',
38 'V8FileCustom.cpp',
39 'V8FileReaderCustom.cpp',
40 'V8Float32ArrayCustom.h',
41 'V8Float64ArrayCustom.h',
42 'V8HTMLAllCollectionCustom.cpp',
43 'V8HTMLCanvasElementCustom.cpp',
44 'V8HTMLCollectionCustom.cpp',
45 'V8HTMLDocumentCustom.cpp',
46 'V8HTMLElementCustom.cpp',
47 'V8HTMLOptionsCollectionCustom.cpp',
48 'V8HTMLPlugInElementCustom.cpp',
49 'V8HistoryCustom.cpp',
50 'V8ImageDataCustom.cpp',
51 'V8InjectedScriptHostCustom.cpp',
52 'V8InjectedScriptManager.cpp',
53 'V8InspectorFrontendHostCustom.cpp',
54 'V8Int16ArrayCustom.h',
55 'V8Int32ArrayCustom.h',
56 'V8Int8ArrayCustom.h',
57 'V8JavaScriptCallFrameCustom.cpp',
58 'V8LocationCustom.cpp',
59 'V8MessageChannelCustom.cpp',
60 'V8MessageEventCustom.cpp',
61 'V8MessagePortCustom.cpp',
62 'V8MutationObserverCustom.cpp',
63 'V8NodeCustom.cpp',
64 'V8PerformanceEntryCustom.cpp',
65 'V8PopStateEventCustom.cpp',
66 'V8SQLResultSetRowListCustom.cpp',
67 'V8SQLTransactionCustom.cpp',
68 'V8SQLTransactionSyncCustom.cpp',
69 'V8SVGElementCustom.cpp',
70 'V8SVGPathSegCustom.cpp',
71 'V8ServiceWorkerCustom.cpp',
72 'V8StyleSheetCustom.cpp',
73 'V8SubtleCryptoCustom.cpp',
74 'V8TextCustom.cpp',
75 'V8TextTrackCueCustom.cpp',
76 'V8TrackEventCustom.cpp',
77 'V8TypedArrayCustom.h',
78 'V8Uint16ArrayCustom.h',
79 'V8Uint32ArrayCustom.h',
80 'V8Uint8ArrayCustom.h',
81 'V8Uint8ClampedArrayCustom.h',
82 'V8WebGLRenderingContextCustom.cpp',
83 'V8WebKitPointCustom.cpp',
84 'V8WindowCustom.cpp',
85 'V8WorkerCustom.cpp',
86 'V8WorkerGlobalScopeCustom.cpp',
87 'V8XMLHttpRequestCustom.cpp',
88 'V8XSLTProcessorCustom.cpp',
89 ],
90 },
91 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/v8/v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698