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

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

Issue 1915833002: Introduce Platform::cacheMetadataInCacheStorage() to store V8 code cache in CacheStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments in render_process_messages.h Created 4 years, 7 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'SharedPersistent.h', 104 'SharedPersistent.h',
105 'Transferables.h', 105 'Transferables.h',
106 'ToV8.cpp', 106 'ToV8.cpp',
107 'ToV8.h', 107 'ToV8.h',
108 'V8AbstractEventListener.cpp', 108 'V8AbstractEventListener.cpp',
109 'V8AbstractEventListener.h', 109 'V8AbstractEventListener.h',
110 'V8Binding.cpp', 110 'V8Binding.cpp',
111 'V8Binding.h', 111 'V8Binding.h',
112 'V8BindingMacros.h', 112 'V8BindingMacros.h',
113 'V8CacheOptions.h', 113 'V8CacheOptions.h',
114 'V8CacheStrategiesForCacheStorage.h',
114 'V8V0CustomElementLifecycleCallbacks.cpp', 115 'V8V0CustomElementLifecycleCallbacks.cpp',
115 'V8V0CustomElementLifecycleCallbacks.h', 116 'V8V0CustomElementLifecycleCallbacks.h',
116 'V8DOMActivityLogger.cpp', 117 'V8DOMActivityLogger.cpp',
117 'V8DOMActivityLogger.h', 118 'V8DOMActivityLogger.h',
118 'V8DOMConfiguration.cpp', 119 'V8DOMConfiguration.cpp',
119 'V8DOMConfiguration.h', 120 'V8DOMConfiguration.h',
120 'V8DOMWrapper.cpp', 121 'V8DOMWrapper.cpp',
121 'V8DOMWrapper.h', 122 'V8DOMWrapper.h',
122 'V8ErrorHandler.cpp', 123 'V8ErrorHandler.cpp',
123 'V8ErrorHandler.h', 124 'V8ErrorHandler.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'ScriptStreamerTest.cpp', 188 'ScriptStreamerTest.cpp',
188 'SerializedScriptValueTest.cpp', 189 'SerializedScriptValueTest.cpp',
189 'ToV8Test.cpp', 190 'ToV8Test.cpp',
190 'V8BindingForTesting.cpp', 191 'V8BindingForTesting.cpp',
191 'V8BindingForTesting.h', 192 'V8BindingForTesting.h',
192 'V8BindingTest.cpp', 193 'V8BindingTest.cpp',
193 'V8ScriptRunnerTest.cpp', 194 'V8ScriptRunnerTest.cpp',
194 ], 195 ],
195 }, 196 },
196 } 197 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698