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

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

Issue 2439013002: Implement cross-origin attributes using access check interceptors. (Closed)
Patch Set: . Created 4 years 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "core/v8/Transferables.h", 135 "core/v8/Transferables.h",
136 "core/v8/ToV8.cpp", 136 "core/v8/ToV8.cpp",
137 "core/v8/ToV8.h", 137 "core/v8/ToV8.h",
138 "core/v8/V8AbstractEventListener.cpp", 138 "core/v8/V8AbstractEventListener.cpp",
139 "core/v8/V8AbstractEventListener.h", 139 "core/v8/V8AbstractEventListener.h",
140 "core/v8/V8Binding.cpp", 140 "core/v8/V8Binding.cpp",
141 "core/v8/V8Binding.h", 141 "core/v8/V8Binding.h",
142 "core/v8/V8BindingMacros.h", 142 "core/v8/V8BindingMacros.h",
143 "core/v8/V8CacheOptions.h", 143 "core/v8/V8CacheOptions.h",
144 "core/v8/V8CacheStrategiesForCacheStorage.h", 144 "core/v8/V8CacheStrategiesForCacheStorage.h",
145 "core/v8/V8CrossOriginSetterInfo.h",
145 "core/v8/V8DOMActivityLogger.cpp", 146 "core/v8/V8DOMActivityLogger.cpp",
146 "core/v8/V8DOMActivityLogger.h", 147 "core/v8/V8DOMActivityLogger.h",
147 "core/v8/V8DOMConfiguration.cpp", 148 "core/v8/V8DOMConfiguration.cpp",
148 "core/v8/V8DOMConfiguration.h", 149 "core/v8/V8DOMConfiguration.h",
149 "core/v8/V8DOMWrapper.cpp", 150 "core/v8/V8DOMWrapper.cpp",
150 "core/v8/V8DOMWrapper.h", 151 "core/v8/V8DOMWrapper.h",
151 "core/v8/V8ErrorHandler.cpp", 152 "core/v8/V8ErrorHandler.cpp",
152 "core/v8/V8ErrorHandler.h", 153 "core/v8/V8ErrorHandler.h",
153 "core/v8/V8EventListener.cpp", 154 "core/v8/V8EventListener.cpp",
154 "core/v8/V8EventListener.h", 155 "core/v8/V8EventListener.h",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "core/v8/TraceWrapperMemberTest.cpp", 238 "core/v8/TraceWrapperMemberTest.cpp",
238 "core/v8/V8BindingForTesting.cpp", 239 "core/v8/V8BindingForTesting.cpp",
239 "core/v8/V8BindingForTesting.h", 240 "core/v8/V8BindingForTesting.h",
240 "core/v8/V8BindingTest.cpp", 241 "core/v8/V8BindingTest.cpp",
241 "core/v8/V8ObjectBuilderTest.cpp", 242 "core/v8/V8ObjectBuilderTest.cpp",
242 "core/v8/V8ScriptRunnerTest.cpp", 243 "core/v8/V8ScriptRunnerTest.cpp",
243 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 244 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
244 ], 245 ],
245 "abspath") 246 "abspath")
246 bindings_unittest_files += bindings_modules_v8_unittest_files 247 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698