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

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

Issue 2834463002: Move CreateDOMException out of V8ThrowException (Closed)
Patch Set: Add comments 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ExceptionState.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "core/v8/V8Binding.cpp", 146 "core/v8/V8Binding.cpp",
147 "core/v8/V8Binding.h", 147 "core/v8/V8Binding.h",
148 "core/v8/V8BindingMacros.h", 148 "core/v8/V8BindingMacros.h",
149 "core/v8/V8CacheOptions.h", 149 "core/v8/V8CacheOptions.h",
150 "core/v8/V8CacheStrategiesForCacheStorage.h", 150 "core/v8/V8CacheStrategiesForCacheStorage.h",
151 "core/v8/V8CrossOriginSetterInfo.h", 151 "core/v8/V8CrossOriginSetterInfo.h",
152 "core/v8/V8DOMActivityLogger.cpp", 152 "core/v8/V8DOMActivityLogger.cpp",
153 "core/v8/V8DOMActivityLogger.h", 153 "core/v8/V8DOMActivityLogger.h",
154 "core/v8/V8DOMConfiguration.cpp", 154 "core/v8/V8DOMConfiguration.cpp",
155 "core/v8/V8DOMConfiguration.h", 155 "core/v8/V8DOMConfiguration.h",
156 "core/v8/V8ThrowDOMException.cpp",
157 "core/v8/V8ThrowDOMException.h",
156 "core/v8/V8DOMWrapper.cpp", 158 "core/v8/V8DOMWrapper.cpp",
157 "core/v8/V8DOMWrapper.h", 159 "core/v8/V8DOMWrapper.h",
158 "core/v8/V8ErrorHandler.cpp", 160 "core/v8/V8ErrorHandler.cpp",
159 "core/v8/V8ErrorHandler.h", 161 "core/v8/V8ErrorHandler.h",
160 "core/v8/V8EventListener.cpp", 162 "core/v8/V8EventListener.cpp",
161 "core/v8/V8EventListener.h", 163 "core/v8/V8EventListener.h",
162 "core/v8/V8EventListenerInfo.h", 164 "core/v8/V8EventListenerInfo.h",
163 "core/v8/V8GCController.cpp", 165 "core/v8/V8GCController.cpp",
164 "core/v8/V8GCController.h", 166 "core/v8/V8GCController.h",
165 "core/v8/V8EventListenerHelper.cpp", 167 "core/v8/V8EventListenerHelper.cpp",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "core/v8/TraceWrapperMemberTest.cpp", 248 "core/v8/TraceWrapperMemberTest.cpp",
247 "core/v8/V8BindingForTesting.cpp", 249 "core/v8/V8BindingForTesting.cpp",
248 "core/v8/V8BindingForTesting.h", 250 "core/v8/V8BindingForTesting.h",
249 "core/v8/V8BindingTest.cpp", 251 "core/v8/V8BindingTest.cpp",
250 "core/v8/V8ObjectBuilderTest.cpp", 252 "core/v8/V8ObjectBuilderTest.cpp",
251 "core/v8/V8ScriptRunnerTest.cpp", 253 "core/v8/V8ScriptRunnerTest.cpp",
252 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 254 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
253 ], 255 ],
254 "abspath") 256 "abspath")
255 bindings_unittest_files += bindings_modules_v8_unittest_files 257 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ExceptionState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698