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

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

Issue 528013002: Restore in-memory parser cache for V8 compile. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: bool -> enum. Created 6 years, 3 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 '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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'npruntime.cpp', 162 'npruntime.cpp',
163 'npruntime_impl.h', 163 'npruntime_impl.h',
164 'npruntime_priv.h', 164 'npruntime_priv.h',
165 ], 165 ],
166 'bindings_core_v8_unittest_files': [ 166 'bindings_core_v8_unittest_files': [
167 'ScriptPromiseResolverTest.cpp', 167 'ScriptPromiseResolverTest.cpp',
168 'ScriptPromiseTest.cpp', 168 'ScriptPromiseTest.cpp',
169 'ScriptPromisePropertyTest.cpp', 169 'ScriptPromisePropertyTest.cpp',
170 'SerializedScriptValueTest.cpp', 170 'SerializedScriptValueTest.cpp',
171 'V8BindingTest.cpp', 171 'V8BindingTest.cpp',
172 'V8ScriptRunnerTest.cpp',
172 ], 173 ],
173 }, 174 },
174 } 175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698