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

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

Issue 2693893007: binding: Changes the association among global-proxy/global/window-instance (2nd attempt). (Closed)
Patch Set: Fixed a typo in DOMWrapperWorld::DissociateDOMWindowWrappersInAllWorlds. 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "core/v8/SerializedScriptValueFactory.cpp", 130 "core/v8/SerializedScriptValueFactory.cpp",
131 "core/v8/SerializedScriptValueFactory.h", 131 "core/v8/SerializedScriptValueFactory.h",
132 "core/v8/SharedPersistent.h", 132 "core/v8/SharedPersistent.h",
133 "core/v8/SourceLocation.cpp", 133 "core/v8/SourceLocation.cpp",
134 "core/v8/SourceLocation.h", 134 "core/v8/SourceLocation.h",
135 "core/v8/TraceWrapperMember.h", 135 "core/v8/TraceWrapperMember.h",
136 "core/v8/TraceWrapperV8Reference.h", 136 "core/v8/TraceWrapperV8Reference.h",
137 "core/v8/Transferables.h", 137 "core/v8/Transferables.h",
138 "core/v8/ToV8.h", 138 "core/v8/ToV8.h",
139 "core/v8/ToV8ForCore.h", 139 "core/v8/ToV8ForCore.h",
140 "core/v8/ToV8ForCore.cpp",
141 "core/v8/UseCounterCallback.cpp", 140 "core/v8/UseCounterCallback.cpp",
142 "core/v8/UseCounterCallback.h", 141 "core/v8/UseCounterCallback.h",
143 "core/v8/V8AbstractEventListener.cpp", 142 "core/v8/V8AbstractEventListener.cpp",
144 "core/v8/V8AbstractEventListener.h", 143 "core/v8/V8AbstractEventListener.h",
145 "core/v8/V8Binding.cpp", 144 "core/v8/V8Binding.cpp",
146 "core/v8/V8Binding.h", 145 "core/v8/V8Binding.h",
147 "core/v8/V8BindingMacros.h", 146 "core/v8/V8BindingMacros.h",
148 "core/v8/V8CacheOptions.h", 147 "core/v8/V8CacheOptions.h",
149 "core/v8/V8CacheStrategiesForCacheStorage.h", 148 "core/v8/V8CacheStrategiesForCacheStorage.h",
150 "core/v8/V8CrossOriginSetterInfo.h", 149 "core/v8/V8CrossOriginSetterInfo.h",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "core/v8/TraceWrapperMemberTest.cpp", 245 "core/v8/TraceWrapperMemberTest.cpp",
247 "core/v8/V8BindingForTesting.cpp", 246 "core/v8/V8BindingForTesting.cpp",
248 "core/v8/V8BindingForTesting.h", 247 "core/v8/V8BindingForTesting.h",
249 "core/v8/V8BindingTest.cpp", 248 "core/v8/V8BindingTest.cpp",
250 "core/v8/V8ObjectBuilderTest.cpp", 249 "core/v8/V8ObjectBuilderTest.cpp",
251 "core/v8/V8ScriptRunnerTest.cpp", 250 "core/v8/V8ScriptRunnerTest.cpp",
252 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 251 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
253 ], 252 ],
254 "abspath") 253 "abspath")
255 bindings_unittest_files += bindings_modules_v8_unittest_files 254 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698