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

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

Issue 2571063002: Remove Blink-in-JS (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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "core/v8/GeneratedCodeHelper.cpp", 66 "core/v8/GeneratedCodeHelper.cpp",
67 "core/v8/GeneratedCodeHelper.h", 67 "core/v8/GeneratedCodeHelper.h",
68 "core/v8/IDLDictionaryBase.cpp", 68 "core/v8/IDLDictionaryBase.cpp",
69 "core/v8/IDLDictionaryBase.h", 69 "core/v8/IDLDictionaryBase.h",
70 "core/v8/Iterable.h", 70 "core/v8/Iterable.h",
71 "core/v8/Maplike.h", 71 "core/v8/Maplike.h",
72 "core/v8/Microtask.cpp", 72 "core/v8/Microtask.cpp",
73 "core/v8/Microtask.h", 73 "core/v8/Microtask.h",
74 "core/v8/NativeValueTraits.h", 74 "core/v8/NativeValueTraits.h",
75 "core/v8/Nullable.h", 75 "core/v8/Nullable.h",
76 "core/v8/PrivateScriptRunner.cpp",
77 "core/v8/PrivateScriptRunner.h",
78 "core/v8/RejectedPromises.cpp", 76 "core/v8/RejectedPromises.cpp",
79 "core/v8/RejectedPromises.h", 77 "core/v8/RejectedPromises.h",
80 "core/v8/RetainedDOMInfo.cpp", 78 "core/v8/RetainedDOMInfo.cpp",
81 "core/v8/RetainedDOMInfo.h", 79 "core/v8/RetainedDOMInfo.h",
82 "core/v8/RetainedObjectInfo.h", 80 "core/v8/RetainedObjectInfo.h",
83 "core/v8/ScheduledAction.cpp", 81 "core/v8/ScheduledAction.cpp",
84 "core/v8/ScheduledAction.h", 82 "core/v8/ScheduledAction.h",
85 "core/v8/ScopedPersistent.h", 83 "core/v8/ScopedPersistent.h",
86 "core/v8/ScriptController.cpp", 84 "core/v8/ScriptController.cpp",
87 "core/v8/ScriptController.h", 85 "core/v8/ScriptController.h",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "core/v8/TraceWrapperMemberTest.cpp", 236 "core/v8/TraceWrapperMemberTest.cpp",
239 "core/v8/V8BindingForTesting.cpp", 237 "core/v8/V8BindingForTesting.cpp",
240 "core/v8/V8BindingForTesting.h", 238 "core/v8/V8BindingForTesting.h",
241 "core/v8/V8BindingTest.cpp", 239 "core/v8/V8BindingTest.cpp",
242 "core/v8/V8ObjectBuilderTest.cpp", 240 "core/v8/V8ObjectBuilderTest.cpp",
243 "core/v8/V8ScriptRunnerTest.cpp", 241 "core/v8/V8ScriptRunnerTest.cpp",
244 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 242 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
245 ], 243 ],
246 "abspath") 244 "abspath")
247 bindings_unittest_files += bindings_modules_v8_unittest_files 245 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698