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

Side by Side Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2810413003: Extract WebCoreStringResouce out of V8StringResource (Closed)
Patch Set: Fix comment Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/StringResource.h » ('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 # All paths in this file should be absolute so it can be imported into 5 # All paths in this file should be absolute so it can be imported into
6 # different contexts. 6 # different contexts.
7 7
8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
9 9
10 bindings_core_v8_files = 10 bindings_core_v8_files =
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "core/v8/ScriptPromise.cpp", 100 "core/v8/ScriptPromise.cpp",
101 "core/v8/ScriptPromise.h", 101 "core/v8/ScriptPromise.h",
102 "core/v8/ScriptPromiseProperties.h", 102 "core/v8/ScriptPromiseProperties.h",
103 "core/v8/ScriptPromiseProperty.h", 103 "core/v8/ScriptPromiseProperty.h",
104 "core/v8/ScriptPromisePropertyBase.cpp", 104 "core/v8/ScriptPromisePropertyBase.cpp",
105 "core/v8/ScriptPromisePropertyBase.h", 105 "core/v8/ScriptPromisePropertyBase.h",
106 "core/v8/ScriptPromiseResolver.cpp", 106 "core/v8/ScriptPromiseResolver.cpp",
107 "core/v8/ScriptPromiseResolver.h", 107 "core/v8/ScriptPromiseResolver.h",
108 "core/v8/ScriptRegexp.cpp", 108 "core/v8/ScriptRegexp.cpp",
109 "core/v8/ScriptRegexp.h", 109 "core/v8/ScriptRegexp.h",
110 "core/v8/StringResource.cpp",
111 "core/v8/StringResource.h",
110 "core/v8/ScriptSourceCode.cpp", 112 "core/v8/ScriptSourceCode.cpp",
111 "core/v8/ScriptSourceCode.h", 113 "core/v8/ScriptSourceCode.h",
112 "core/v8/ScriptState.cpp", 114 "core/v8/ScriptState.cpp",
113 "core/v8/ScriptState.h", 115 "core/v8/ScriptState.h",
114 "core/v8/ScriptStreamer.cpp", 116 "core/v8/ScriptStreamer.cpp",
115 "core/v8/ScriptStreamer.h", 117 "core/v8/ScriptStreamer.h",
116 "core/v8/ScriptStreamerThread.cpp", 118 "core/v8/ScriptStreamerThread.cpp",
117 "core/v8/ScriptStreamerThread.h", 119 "core/v8/ScriptStreamerThread.h",
118 "core/v8/ScriptString.cpp", 120 "core/v8/ScriptString.cpp",
119 "core/v8/ScriptString.h", 121 "core/v8/ScriptString.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "core/v8/V8PerContextData.cpp", 191 "core/v8/V8PerContextData.cpp",
190 "core/v8/V8PerContextData.h", 192 "core/v8/V8PerContextData.h",
191 "core/v8/V8PerIsolateData.cpp", 193 "core/v8/V8PerIsolateData.cpp",
192 "core/v8/V8PerIsolateData.h", 194 "core/v8/V8PerIsolateData.h",
193 "core/v8/V8PersistentValueVector.h", 195 "core/v8/V8PersistentValueVector.h",
194 "core/v8/V8PrivateProperty.cpp", 196 "core/v8/V8PrivateProperty.cpp",
195 "core/v8/V8PrivateProperty.h", 197 "core/v8/V8PrivateProperty.h",
196 "core/v8/V8ResizeObserverCallbackCustom.cpp", 198 "core/v8/V8ResizeObserverCallbackCustom.cpp",
197 "core/v8/V8ScriptRunner.cpp", 199 "core/v8/V8ScriptRunner.cpp",
198 "core/v8/V8ScriptRunner.h", 200 "core/v8/V8ScriptRunner.h",
199 "core/v8/V8StringResource.cpp",
200 "core/v8/V8StringResource.h", 201 "core/v8/V8StringResource.h",
201 "core/v8/V8ThrowException.cpp", 202 "core/v8/V8ThrowException.cpp",
202 "core/v8/V8ThrowException.h", 203 "core/v8/V8ThrowException.h",
203 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp", 204 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp",
204 "core/v8/V8V0CustomElementLifecycleCallbacks.h", 205 "core/v8/V8V0CustomElementLifecycleCallbacks.h",
205 "core/v8/V8ValueCache.cpp", 206 "core/v8/V8ValueCache.cpp",
206 "core/v8/V8ValueCache.h", 207 "core/v8/V8ValueCache.h",
207 "core/v8/V8WorkerGlobalScopeEventListener.cpp", 208 "core/v8/V8WorkerGlobalScopeEventListener.cpp",
208 "core/v8/V8WorkerGlobalScopeEventListener.h", 209 "core/v8/V8WorkerGlobalScopeEventListener.h",
209 "core/v8/WindowProxy.cpp", 210 "core/v8/WindowProxy.cpp",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "core/v8/TraceWrapperMemberTest.cpp", 246 "core/v8/TraceWrapperMemberTest.cpp",
246 "core/v8/V8BindingForTesting.cpp", 247 "core/v8/V8BindingForTesting.cpp",
247 "core/v8/V8BindingForTesting.h", 248 "core/v8/V8BindingForTesting.h",
248 "core/v8/V8BindingTest.cpp", 249 "core/v8/V8BindingTest.cpp",
249 "core/v8/V8ObjectBuilderTest.cpp", 250 "core/v8/V8ObjectBuilderTest.cpp",
250 "core/v8/V8ScriptRunnerTest.cpp", 251 "core/v8/V8ScriptRunnerTest.cpp",
251 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 252 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
252 ], 253 ],
253 "abspath") 254 "abspath")
254 bindings_unittest_files += bindings_modules_v8_unittest_files 255 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/StringResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698