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

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

Issue 723773002: Bring back ScriptDebugServer and associated machinery (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 'V8ArrayBufferCustom.cpp', 8 'V8ArrayBufferCustom.cpp',
9 'V8ArrayBufferCustom.h', 9 'V8ArrayBufferCustom.h',
10 'V8ArrayBufferViewCustom.cpp', 10 'V8ArrayBufferViewCustom.cpp',
11 'V8ArrayBufferViewCustom.h', 11 'V8ArrayBufferViewCustom.h',
12 'V8CanvasRenderingContext2DCustom.cpp',
12 'V8CSSRuleCustom.cpp', 13 'V8CSSRuleCustom.cpp',
13 'V8CSSStyleDeclarationCustom.cpp', 14 'V8CSSStyleDeclarationCustom.cpp',
14 'V8CSSValueCustom.cpp', 15 'V8CSSValueCustom.cpp',
15 'V8CanvasRenderingContext2DCustom.cpp',
16 'V8CustomEventCustom.cpp', 16 'V8CustomEventCustom.cpp',
17 'V8DataViewCustom.cpp', 17 'V8DataViewCustom.cpp',
18 'V8DataViewCustom.h', 18 'V8DataViewCustom.h',
19 'V8ElementCustom.cpp', 19 'V8ElementCustom.cpp',
20 'V8ErrorEventCustom.cpp', 20 'V8ErrorEventCustom.cpp',
21 'V8EventCustom.cpp', 21 'V8EventCustom.cpp',
22 'V8EventTargetCustom.cpp', 22 'V8EventTargetCustom.cpp',
23 'V8Float32ArrayCustom.h', 23 'V8Float32ArrayCustom.h',
24 'V8Float64ArrayCustom.h', 24 'V8Float64ArrayCustom.h',
25 'V8HistoryCustom.cpp',
25 'V8HTMLCanvasElementCustom.cpp', 26 'V8HTMLCanvasElementCustom.cpp',
26 'V8HTMLElementCustom.cpp', 27 'V8HTMLElementCustom.cpp',
27 'V8HistoryCustom.cpp',
28 'V8ImageDataCustom.cpp', 28 'V8ImageDataCustom.cpp',
29 'V8Int16ArrayCustom.h', 29 'V8Int16ArrayCustom.h',
30 'V8Int32ArrayCustom.h', 30 'V8Int32ArrayCustom.h',
31 'V8Int8ArrayCustom.h', 31 'V8Int8ArrayCustom.h',
32 'V8JavaScriptCallFrameCustom.cpp',
32 'V8LocationCustom.cpp', 33 'V8LocationCustom.cpp',
33 'V8MutationObserverCustom.cpp', 34 'V8MutationObserverCustom.cpp',
34 'V8NodeCustom.cpp', 35 'V8NodeCustom.cpp',
35 'V8PopStateEventCustom.cpp', 36 'V8PopStateEventCustom.cpp',
36 'V8StyleSheetCustom.cpp', 37 'V8StyleSheetCustom.cpp',
37 'V8TypedArrayCustom.h', 38 'V8TypedArrayCustom.h',
38 'V8Uint16ArrayCustom.h', 39 'V8Uint16ArrayCustom.h',
39 'V8Uint32ArrayCustom.h', 40 'V8Uint32ArrayCustom.h',
40 'V8Uint8ArrayCustom.h', 41 'V8Uint8ArrayCustom.h',
41 'V8Uint8ClampedArrayCustom.h', 42 'V8Uint8ClampedArrayCustom.h',
42 'V8WebGLRenderingContextCustom.cpp', 43 'V8WebGLRenderingContextCustom.cpp',
43 'V8WindowCustom.cpp', 44 'V8WindowCustom.cpp',
44 ], 45 ],
45 }, 46 },
46 } 47 }
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8JavaScriptCallFrameCustom.cpp ('k') | sky/engine/bindings/core/v8/v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698