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

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

Issue 27009005: Generate HTMLElementFactory with Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Actually use the code 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 | « Source/build/scripts/templates/ElementFactory.h.tmpl ('k') | Source/core/core.gypi » ('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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h',
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
275 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', 275 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', 282 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp',
283 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', 284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp',
284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp',
285 286
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1099 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1099 ], 1100 ],
1100 'sources/': [ 1101 'sources/': [
1101 ['exclude', 'testing/js'], 1102 ['exclude', 'testing/js'],
1102 ], 1103 ],
1103 }, 1104 },
1104 ], # targets 1105 ], # targets
1105 } 1106 }
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/ElementFactory.h.tmpl ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698