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

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

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/WebKit/chromium/features.gypi ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'v8/custom/V8IDBAnyCustom.cpp', 210 'v8/custom/V8IDBAnyCustom.cpp',
211 'v8/custom/V8ImageDataCustom.cpp', 211 'v8/custom/V8ImageDataCustom.cpp',
212 'v8/custom/V8InjectedScriptHostCustom.cpp', 212 'v8/custom/V8InjectedScriptHostCustom.cpp',
213 'v8/custom/V8InjectedScriptManager.cpp', 213 'v8/custom/V8InjectedScriptManager.cpp',
214 'v8/custom/V8InspectorFrontendHostCustom.cpp', 214 'v8/custom/V8InspectorFrontendHostCustom.cpp',
215 'v8/custom/V8JavaScriptCallFrameCustom.cpp', 215 'v8/custom/V8JavaScriptCallFrameCustom.cpp',
216 'v8/custom/V8LocationCustom.cpp', 216 'v8/custom/V8LocationCustom.cpp',
217 'v8/custom/V8MessageChannelCustom.cpp', 217 'v8/custom/V8MessageChannelCustom.cpp',
218 'v8/custom/V8MessageEventCustom.cpp', 218 'v8/custom/V8MessageEventCustom.cpp',
219 'v8/custom/V8MessagePortCustom.cpp', 219 'v8/custom/V8MessagePortCustom.cpp',
220 'v8/custom/V8MicroDataItemValueCustom.cpp',
221 'v8/custom/V8MutationObserverCustom.cpp', 220 'v8/custom/V8MutationObserverCustom.cpp',
222 'v8/custom/V8NamedNodeMapCustom.cpp', 221 'v8/custom/V8NamedNodeMapCustom.cpp',
223 'v8/custom/V8NamedNodesCollection.cpp', 222 'v8/custom/V8NamedNodesCollection.cpp',
224 'v8/custom/V8NamedNodesCollection.h', 223 'v8/custom/V8NamedNodesCollection.h',
225 'v8/custom/V8NodeCustom.cpp', 224 'v8/custom/V8NodeCustom.cpp',
226 'v8/custom/V8NodeListCustom.cpp', 225 'v8/custom/V8NodeListCustom.cpp',
227 'v8/custom/V8OscillatorNodeCustom.cpp', 226 'v8/custom/V8OscillatorNodeCustom.cpp',
228 'v8/custom/V8PannerNodeCustom.cpp', 227 'v8/custom/V8PannerNodeCustom.cpp',
229 'v8/custom/V8PerformanceEntryCustom.cpp', 228 'v8/custom/V8PerformanceEntryCustom.cpp',
230 'v8/custom/V8PopStateEventCustom.cpp', 229 'v8/custom/V8PopStateEventCustom.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources15.c pp', 273 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources15.c pp',
275 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources16.c pp', 274 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources16.c pp',
276 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources17.c pp', 275 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources17.c pp',
277 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources18.c pp', 276 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources18.c pp',
278 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources19.c pp', 277 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources19.c pp',
279 ], 278 ],
280 }], 279 }],
281 ], 280 ],
282 }, 281 },
283 } 282 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/features.gypi ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698