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

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

Issue 16925002: XMLHttpRequest#responseText should use a rope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer feedback Created 7 years, 6 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
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptString.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 { 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',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'v8/ScriptInstance.h', 52 'v8/ScriptInstance.h',
53 'v8/ScriptObject.cpp', 53 'v8/ScriptObject.cpp',
54 'v8/ScriptObject.h', 54 'v8/ScriptObject.h',
55 'v8/ScriptProfiler.cpp', 55 'v8/ScriptProfiler.cpp',
56 'v8/ScriptProfiler.h', 56 'v8/ScriptProfiler.h',
57 'v8/ScriptScope.cpp', 57 'v8/ScriptScope.cpp',
58 'v8/ScriptScope.h', 58 'v8/ScriptScope.h',
59 'v8/ScriptSourceCode.h', 59 'v8/ScriptSourceCode.h',
60 'v8/ScriptState.cpp', 60 'v8/ScriptState.cpp',
61 'v8/ScriptState.h', 61 'v8/ScriptState.h',
62 'v8/ScriptString.cpp',
63 'v8/ScriptString.h',
62 'v8/ScriptValue.cpp', 64 'v8/ScriptValue.cpp',
63 'v8/ScriptValue.h', 65 'v8/ScriptValue.h',
64 'v8/ScriptWrappable.h', 66 'v8/ScriptWrappable.h',
65 'v8/SerializedScriptValue.cpp', 67 'v8/SerializedScriptValue.cpp',
66 'v8/SerializedScriptValue.h', 68 'v8/SerializedScriptValue.h',
67 'v8/SharedPersistent.h', 69 'v8/SharedPersistent.h',
68 'v8/UnsafePersistent.h', 70 'v8/UnsafePersistent.h',
69 'v8/V8AbstractEventListener.cpp', 71 'v8/V8AbstractEventListener.cpp',
70 'v8/V8AbstractEventListener.h', 72 'v8/V8AbstractEventListener.h',
71 'v8/V8AdaptorFunction.cpp', 73 'v8/V8AdaptorFunction.cpp',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 256 ],
255 }], 257 }],
256 ], 258 ],
257 }, 259 },
258 } 260 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698