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

Side by Side Diff: Source/bindings/bindings.gypi

Issue 22608004: Improve 'Selection' exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ugh. Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
11 'v8/CustomElementBinding.cpp', 11 'v8/CustomElementBinding.cpp',
12 'v8/CustomElementBinding.h', 12 'v8/CustomElementBinding.h',
13 'v8/CustomElementConstructorBuilder.cpp', 13 'v8/CustomElementConstructorBuilder.cpp',
14 'v8/CustomElementConstructorBuilder.h', 14 'v8/CustomElementConstructorBuilder.h',
15 'v8/CustomElementWrapper.cpp', 15 'v8/CustomElementWrapper.cpp',
16 'v8/CustomElementWrapper.h', 16 'v8/CustomElementWrapper.h',
17 'v8/DOMDataStore.cpp', 17 'v8/DOMDataStore.cpp',
18 'v8/DOMDataStore.h', 18 'v8/DOMDataStore.h',
19 'v8/DOMRequestState.h', 19 'v8/DOMRequestState.h',
20 'v8/DOMWrapperMap.h', 20 'v8/DOMWrapperMap.h',
21 'v8/DOMWrapperWorld.cpp', 21 'v8/DOMWrapperWorld.cpp',
22 'v8/DOMWrapperWorld.h', 22 'v8/DOMWrapperWorld.h',
23 'v8/DateExtension.cpp', 23 'v8/DateExtension.cpp',
24 'v8/DateExtension.h', 24 'v8/DateExtension.h',
25 'v8/Dictionary.cpp', 25 'v8/Dictionary.cpp',
26 'v8/Dictionary.h', 26 'v8/Dictionary.h',
27 'v8/ExceptionMessages.h',
28 'v8/ExceptionMessages.cpp',
27 'v8/ExceptionState.h', 29 'v8/ExceptionState.h',
28 'v8/ExceptionState.cpp', 30 'v8/ExceptionState.cpp',
29 'v8/ExceptionStatePlaceholder.h', 31 'v8/ExceptionStatePlaceholder.h',
30 'v8/ExceptionStatePlaceholder.cpp', 32 'v8/ExceptionStatePlaceholder.cpp',
31 'v8/IDBBindingUtilities.cpp', 33 'v8/IDBBindingUtilities.cpp',
32 'v8/IDBBindingUtilities.h', 34 'v8/IDBBindingUtilities.h',
33 'v8/NPV8Object.cpp', 35 'v8/NPV8Object.cpp',
34 'v8/NPV8Object.h', 36 'v8/NPV8Object.h',
35 'v8/PageScriptDebugServer.cpp', 37 'v8/PageScriptDebugServer.cpp',
36 'v8/PageScriptDebugServer.h', 38 'v8/PageScriptDebugServer.h',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
281 ], 283 ],
282 }], 284 }],
283 ], 285 ],
284 }, 286 },
285 } 287 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/selection-exceptions-expected.txt ('k') | Source/bindings/v8/ExceptionMessages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698