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

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

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Remove overaggressive bool transform Created 4 years, 3 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 22 matching lines...) Expand all
33 "core/v8/custom/V8XMLHttpRequestCustom.cpp", 33 "core/v8/custom/V8XMLHttpRequestCustom.cpp",
34 "core/v8/ActiveDOMCallback.cpp", 34 "core/v8/ActiveDOMCallback.cpp",
35 "core/v8/ActiveDOMCallback.h", 35 "core/v8/ActiveDOMCallback.h",
36 "core/v8/ActiveScriptWrappable.cpp", 36 "core/v8/ActiveScriptWrappable.cpp",
37 "core/v8/ActiveScriptWrappable.h", 37 "core/v8/ActiveScriptWrappable.h",
38 "core/v8/ArrayValue.cpp", 38 "core/v8/ArrayValue.cpp",
39 "core/v8/ArrayValue.h", 39 "core/v8/ArrayValue.h",
40 "core/v8/BindingSecurity.cpp", 40 "core/v8/BindingSecurity.cpp",
41 "core/v8/BindingSecurity.h", 41 "core/v8/BindingSecurity.h",
42 "core/v8/CallbackPromiseAdapter.h", 42 "core/v8/CallbackPromiseAdapter.h",
43 "core/v8/ConditionalFeatures.cpp",
44 "core/v8/ConditionalFeatures.h",
43 "core/v8/V0CustomElementBinding.cpp", 45 "core/v8/V0CustomElementBinding.cpp",
44 "core/v8/V0CustomElementBinding.h", 46 "core/v8/V0CustomElementBinding.h",
45 "core/v8/V0CustomElementConstructorBuilder.cpp", 47 "core/v8/V0CustomElementConstructorBuilder.cpp",
46 "core/v8/V0CustomElementConstructorBuilder.h", 48 "core/v8/V0CustomElementConstructorBuilder.h",
47 "core/v8/DocumentWriteEvaluator.cpp", 49 "core/v8/DocumentWriteEvaluator.cpp",
48 "core/v8/DocumentWriteEvaluator.h", 50 "core/v8/DocumentWriteEvaluator.h",
49 "core/v8/DOMDataStore.h", 51 "core/v8/DOMDataStore.h",
50 "core/v8/DOMWrapperMap.h", 52 "core/v8/DOMWrapperMap.h",
51 "core/v8/DOMWrapperWorld.cpp", 53 "core/v8/DOMWrapperWorld.cpp",
52 "core/v8/DOMWrapperWorld.h", 54 "core/v8/DOMWrapperWorld.h",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "core/v8/ScriptValueSerializerTest.cpp", 234 "core/v8/ScriptValueSerializerTest.cpp",
233 "core/v8/SerializedScriptValueTest.cpp", 235 "core/v8/SerializedScriptValueTest.cpp",
234 "core/v8/ToV8Test.cpp", 236 "core/v8/ToV8Test.cpp",
235 "core/v8/V8BindingForTesting.cpp", 237 "core/v8/V8BindingForTesting.cpp",
236 "core/v8/V8BindingForTesting.h", 238 "core/v8/V8BindingForTesting.h",
237 "core/v8/V8BindingTest.cpp", 239 "core/v8/V8BindingTest.cpp",
238 "core/v8/V8ScriptRunnerTest.cpp", 240 "core/v8/V8ScriptRunnerTest.cpp",
239 ], 241 ],
240 "abspath") 242 "abspath")
241 bindings_unittest_files += bindings_modules_v8_unittest_files 243 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698