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

Side by Side Diff: sky/engine/bindings/core/v8/custom/custom.gypi

Issue 922053002: Remove unused V8 integration code in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 'variables': {
7 'bindings_core_v8_custom_files': [
8 'V8ArrayBufferCustom.cpp',
9 'V8ArrayBufferCustom.h',
10 'V8ArrayBufferViewCustom.cpp',
11 'V8ArrayBufferViewCustom.h',
12 'V8CanvasRenderingContext2DCustom.cpp',
13 'V8CSSStyleDeclarationCustom.cpp',
14 'V8CSSValueCustom.cpp',
15 'V8CustomEventCustom.cpp',
16 'V8DataViewCustom.cpp',
17 'V8DataViewCustom.h',
18 'V8ElementCustom.cpp',
19 'V8ErrorEventCustom.cpp',
20 'V8EventCustom.cpp',
21 'V8EventTargetCustom.cpp',
22 'V8Float32ArrayCustom.h',
23 'V8Float64ArrayCustom.h',
24 'V8HTMLCanvasElementCustom.cpp',
25 'V8HTMLElementCustom.cpp',
26 'V8ImageDataCustom.cpp',
27 'V8InjectedScriptHostCustom.cpp',
28 'V8InjectedScriptManager.cpp',
29 'V8Int16ArrayCustom.h',
30 'V8Int32ArrayCustom.h',
31 'V8Int8ArrayCustom.h',
32 'V8JavaScriptCallFrameCustom.cpp',
33 'V8LocationCustom.cpp',
34 'V8MutationObserverCustom.cpp',
35 'V8NodeCustom.cpp',
36 'V8TypedArrayCustom.h',
37 'V8Uint16ArrayCustom.h',
38 'V8Uint32ArrayCustom.h',
39 'V8Uint8ArrayCustom.h',
40 'V8Uint8ClampedArrayCustom.h',
41 'V8WebGLRenderingContextCustom.cpp',
42 'V8WindowCustom.cpp',
43 ],
44 },
45 }
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp ('k') | sky/engine/bindings/core/v8/generated.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698