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

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

Issue 27207002: Add support for [PutForwards] IDL extended attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits Created 7 years, 2 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/scripts/IDLAttributes.txt » ('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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'v8/custom/V8CustomEventCustom.cpp', 161 'v8/custom/V8CustomEventCustom.cpp',
162 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 162 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
163 'v8/custom/V8CustomXPathNSResolver.cpp', 163 'v8/custom/V8CustomXPathNSResolver.cpp',
164 'v8/custom/V8CustomXPathNSResolver.h', 164 'v8/custom/V8CustomXPathNSResolver.h',
165 'v8/custom/V8DataViewCustom.cpp', 165 'v8/custom/V8DataViewCustom.cpp',
166 'v8/custom/V8DataViewCustom.h', 166 'v8/custom/V8DataViewCustom.h',
167 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', 167 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
168 'v8/custom/V8DeviceMotionEventCustom.cpp', 168 'v8/custom/V8DeviceMotionEventCustom.cpp',
169 'v8/custom/V8DeviceOrientationEventCustom.cpp', 169 'v8/custom/V8DeviceOrientationEventCustom.cpp',
170 'v8/custom/V8DocumentCustom.cpp', 170 'v8/custom/V8DocumentCustom.cpp',
171 'v8/custom/V8DocumentLocationCustom.cpp',
172 'v8/custom/V8EntryCustom.cpp', 171 'v8/custom/V8EntryCustom.cpp',
173 'v8/custom/V8EntrySyncCustom.cpp', 172 'v8/custom/V8EntrySyncCustom.cpp',
174 'v8/custom/V8EventCustom.cpp', 173 'v8/custom/V8EventCustom.cpp',
175 'v8/custom/V8EventTargetCustom.cpp', 174 'v8/custom/V8EventTargetCustom.cpp',
176 'v8/custom/V8ErrorEventCustom.cpp', 175 'v8/custom/V8ErrorEventCustom.cpp',
177 'v8/custom/V8FileReaderCustom.cpp', 176 'v8/custom/V8FileReaderCustom.cpp',
178 'v8/custom/V8Float32ArrayCustom.h', 177 'v8/custom/V8Float32ArrayCustom.h',
179 'v8/custom/V8Float64ArrayCustom.h', 178 'v8/custom/V8Float64ArrayCustom.h',
180 'v8/custom/V8FormDataCustom.cpp', 179 'v8/custom/V8FormDataCustom.cpp',
181 'v8/custom/V8GeolocationCustom.cpp', 180 'v8/custom/V8GeolocationCustom.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
278 ], 277 ],
279 }], 278 }],
280 ], 279 ],
281 }, 280 },
282 } 281 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/IDLAttributes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698