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

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

Issue 2848503002: Revert of binding: Changes the association among global-proxy/global/window-instance (2nd attempt).… (Closed)
Patch Set: Updated the test expectation. Created 3 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 # 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "core/v8/ScriptWrappableVisitor.h", 126 "core/v8/ScriptWrappableVisitor.h",
127 "core/v8/ScriptWrappableVisitorVerifier.h", 127 "core/v8/ScriptWrappableVisitorVerifier.h",
128 "core/v8/SerializationTag.h", 128 "core/v8/SerializationTag.h",
129 "core/v8/SerializedScriptValue.cpp", 129 "core/v8/SerializedScriptValue.cpp",
130 "core/v8/SerializedScriptValue.h", 130 "core/v8/SerializedScriptValue.h",
131 "core/v8/SerializedScriptValueFactory.cpp", 131 "core/v8/SerializedScriptValueFactory.cpp",
132 "core/v8/SerializedScriptValueFactory.h", 132 "core/v8/SerializedScriptValueFactory.h",
133 "core/v8/SharedPersistent.h", 133 "core/v8/SharedPersistent.h",
134 "core/v8/SourceLocation.cpp", 134 "core/v8/SourceLocation.cpp",
135 "core/v8/SourceLocation.h", 135 "core/v8/SourceLocation.h",
136 "core/v8/ToV8.h",
137 "core/v8/ToV8ForCore.cpp",
138 "core/v8/ToV8ForCore.h",
136 "core/v8/TraceWrapperMember.h", 139 "core/v8/TraceWrapperMember.h",
137 "core/v8/TraceWrapperV8Reference.h", 140 "core/v8/TraceWrapperV8Reference.h",
138 "core/v8/Transferables.h", 141 "core/v8/Transferables.h",
139 "core/v8/ToV8.h",
140 "core/v8/ToV8ForCore.h",
141 "core/v8/UseCounterCallback.cpp", 142 "core/v8/UseCounterCallback.cpp",
142 "core/v8/UseCounterCallback.h", 143 "core/v8/UseCounterCallback.h",
143 "core/v8/V8AbstractEventListener.cpp", 144 "core/v8/V8AbstractEventListener.cpp",
144 "core/v8/V8AbstractEventListener.h", 145 "core/v8/V8AbstractEventListener.h",
146 "core/v8/V8Binding.cpp",
145 "core/v8/V8Binding.h", 147 "core/v8/V8Binding.h",
146 "core/v8/V8Binding.cpp",
147 "core/v8/V8BindingForCore.cpp", 148 "core/v8/V8BindingForCore.cpp",
148 "core/v8/V8BindingForCore.h", 149 "core/v8/V8BindingForCore.h",
149 "core/v8/V8BindingMacros.h", 150 "core/v8/V8BindingMacros.h",
150 "core/v8/V8CacheOptions.h", 151 "core/v8/V8CacheOptions.h",
151 "core/v8/V8CacheStrategiesForCacheStorage.h", 152 "core/v8/V8CacheStrategiesForCacheStorage.h",
152 "core/v8/V8CrossOriginSetterInfo.h", 153 "core/v8/V8CrossOriginSetterInfo.h",
153 "core/v8/V8DOMActivityLogger.cpp", 154 "core/v8/V8DOMActivityLogger.cpp",
154 "core/v8/V8DOMActivityLogger.h", 155 "core/v8/V8DOMActivityLogger.h",
155 "core/v8/V8DOMConfiguration.cpp", 156 "core/v8/V8DOMConfiguration.cpp",
156 "core/v8/V8DOMConfiguration.h", 157 "core/v8/V8DOMConfiguration.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "core/v8/TraceWrapperMemberTest.cpp", 252 "core/v8/TraceWrapperMemberTest.cpp",
252 "core/v8/V8BindingForTesting.cpp", 253 "core/v8/V8BindingForTesting.cpp",
253 "core/v8/V8BindingForTesting.h", 254 "core/v8/V8BindingForTesting.h",
254 "core/v8/V8BindingTest.cpp", 255 "core/v8/V8BindingTest.cpp",
255 "core/v8/V8ObjectBuilderTest.cpp", 256 "core/v8/V8ObjectBuilderTest.cpp",
256 "core/v8/V8ScriptRunnerTest.cpp", 257 "core/v8/V8ScriptRunnerTest.cpp",
257 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 258 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
258 ], 259 ],
259 "abspath") 260 "abspath")
260 bindings_unittest_files += bindings_modules_v8_unittest_files 261 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698