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

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

Issue 72683003: Auto-generate InputTypeNames source from InputTypeNames.in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.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/HTMLElementFactory.h',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', 282 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp',
283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', 284 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp',
284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp',
285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', 286 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp',
286 287
287 # Generated from HTMLEntityNames.in 288 # Generated from HTMLEntityNames.in
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1068 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1068 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1069 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1069 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1070 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1070 ], 1071 ],
1071 'sources/': [ 1072 'sources/': [
1072 ['exclude', 'testing/js'], 1073 ['exclude', 'testing/js'],
1073 ], 1074 ],
1074 }, 1075 },
1075 ], # targets 1076 ], # targets
1076 } 1077 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698