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

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

Issue 847803002: Make ScriptStreamer and dependents Oilpan friendly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add ScriptSourceCode::isNull() comment Created 5 years, 11 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/core/v8/WorkerScriptDebugServer.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'includes': [ 6 'includes': [
7 'custom/custom.gypi', 7 'custom/custom.gypi',
8 '../../modules/v8/generated.gypi', 8 '../../modules/v8/generated.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'ScriptPromise.cpp', 77 'ScriptPromise.cpp',
78 'ScriptPromise.h', 78 'ScriptPromise.h',
79 'ScriptPromiseProperties.h', 79 'ScriptPromiseProperties.h',
80 'ScriptPromiseProperty.h', 80 'ScriptPromiseProperty.h',
81 'ScriptPromisePropertyBase.cpp', 81 'ScriptPromisePropertyBase.cpp',
82 'ScriptPromisePropertyBase.h', 82 'ScriptPromisePropertyBase.h',
83 'ScriptPromiseResolver.cpp', 83 'ScriptPromiseResolver.cpp',
84 'ScriptPromiseResolver.h', 84 'ScriptPromiseResolver.h',
85 'ScriptRegexp.cpp', 85 'ScriptRegexp.cpp',
86 'ScriptRegexp.h', 86 'ScriptRegexp.h',
87 'ScriptSourceCode.cpp',
87 'ScriptSourceCode.h', 88 'ScriptSourceCode.h',
88 'ScriptState.cpp', 89 'ScriptState.cpp',
89 'ScriptState.h', 90 'ScriptState.h',
90 'ScriptStreamer.cpp', 91 'ScriptStreamer.cpp',
91 'ScriptStreamer.h', 92 'ScriptStreamer.h',
92 'ScriptStreamerThread.cpp', 93 'ScriptStreamerThread.cpp',
93 'ScriptStreamerThread.h', 94 'ScriptStreamerThread.h',
94 'ScriptStreamingMode.h', 95 'ScriptStreamingMode.h',
95 'ScriptString.cpp', 96 'ScriptString.cpp',
96 'ScriptString.h', 97 'ScriptString.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'ScriptPromiseResolverTest.cpp', 191 'ScriptPromiseResolverTest.cpp',
191 'ScriptPromiseTest.cpp', 192 'ScriptPromiseTest.cpp',
192 'ScriptStreamerTest.cpp', 193 'ScriptStreamerTest.cpp',
193 'SerializedScriptValueTest.cpp', 194 'SerializedScriptValueTest.cpp',
194 'ToV8Test.cpp', 195 'ToV8Test.cpp',
195 'V8BindingTest.cpp', 196 'V8BindingTest.cpp',
196 'V8ScriptRunnerTest.cpp', 197 'V8ScriptRunnerTest.cpp',
197 ], 198 ],
198 }, 199 },
199 } 200 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/WorkerScriptDebugServer.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698