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

Side by Side Diff: Source/core/core.gyp

Issue 552733002: bindings: Cleans up V8{HTML,SVG}ElementWrapperFactory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('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 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '<(blink_core_output_dir)/HTMLElementFactory.cpp', 221 '<(blink_core_output_dir)/HTMLElementFactory.cpp',
222 '<(blink_core_output_dir)/HTMLElementFactory.h', 222 '<(blink_core_output_dir)/HTMLElementFactory.h',
223 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp',
224 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', 224 '<(blink_core_output_dir)/HTMLElementLookupTrie.h',
225 '<(blink_core_output_dir)/HTMLNames.cpp', 225 '<(blink_core_output_dir)/HTMLNames.cpp',
226 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', 226 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp',
227 '<(blink_core_output_dir)/InputTypeNames.cpp', 227 '<(blink_core_output_dir)/InputTypeNames.cpp',
228 '<(blink_core_output_dir)/MathMLNames.cpp', 228 '<(blink_core_output_dir)/MathMLNames.cpp',
229 '<(blink_core_output_dir)/SVGNames.cpp', 229 '<(blink_core_output_dir)/SVGNames.cpp',
230 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', 230 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
231 '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.cpp',
232 '<(blink_core_output_dir)/XLinkNames.cpp', 231 '<(blink_core_output_dir)/XLinkNames.cpp',
233 '<(blink_core_output_dir)/XMLNSNames.cpp', 232 '<(blink_core_output_dir)/XMLNSNames.cpp',
234 '<(blink_core_output_dir)/XMLNames.cpp', 233 '<(blink_core_output_dir)/XMLNames.cpp',
235 234
236 # Generated from HTMLEntityNames.in 235 # Generated from HTMLEntityNames.in
237 '<(blink_core_output_dir)/HTMLEntityTable.cpp', 236 '<(blink_core_output_dir)/HTMLEntityTable.cpp',
238 237
239 # Generated from MediaFeatureNames.in 238 # Generated from MediaFeatureNames.in
240 '<(blink_core_output_dir)/MediaFeatureNames.cpp', 239 '<(blink_core_output_dir)/MediaFeatureNames.cpp',
241 240
(...skipping 21 matching lines...) Expand all
263 # Additional .cpp files from the inspector_instrumentation_sources list. 262 # Additional .cpp files from the inspector_instrumentation_sources list.
264 '<(blink_core_output_dir)/InspectorCanvasInstrumentationInl.h', 263 '<(blink_core_output_dir)/InspectorCanvasInstrumentationInl.h',
265 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', 264 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h',
266 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', 265 '<(blink_core_output_dir)/InspectorInstrumentationInl.h',
267 '<(blink_core_output_dir)/InspectorOverridesInl.h', 266 '<(blink_core_output_dir)/InspectorOverridesInl.h',
268 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', 267 '<(blink_core_output_dir)/InstrumentingAgentsInl.h',
269 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', 268 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp',
270 269
271 # Additional .cpp files for SVG. 270 # Additional .cpp files for SVG.
272 '<(blink_core_output_dir)/SVGElementFactory.cpp', 271 '<(blink_core_output_dir)/SVGElementFactory.cpp',
273 '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp',
274 272
275 # Generated from make_style_shorthands.py 273 # Generated from make_style_shorthands.py
276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 274 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
277 275
278 # Generated from make_style_builder.py 276 # Generated from make_style_builder.py
279 '<(blink_core_output_dir)/StyleBuilder.cpp', 277 '<(blink_core_output_dir)/StyleBuilder.cpp',
280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 278 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
281 279
282 # Generated from make_css_property_metadata.py 280 # Generated from make_css_property_metadata.py
283 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', 281 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 788 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
791 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', 789 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp',
792 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', 790 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h',
793 ], 791 ],
794 'sources/': [ 792 'sources/': [
795 ['exclude', 'testing/js'], 793 ['exclude', 'testing/js'],
796 ], 794 ],
797 }, 795 },
798 ], # targets 796 ], # targets
799 } 797 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698