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

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

Issue 468543002: Revert refactoring of CSSProperty .in files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/animation/css/CSSAnimations.cpp ('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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 # Additional .cpp files for SVG. 271 # Additional .cpp files for SVG.
272 '<(blink_core_output_dir)/SVGElementFactory.cpp', 272 '<(blink_core_output_dir)/SVGElementFactory.cpp',
273 '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp', 273 '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp',
274 274
275 # Generated from make_style_shorthands.py 275 # Generated from make_style_shorthands.py
276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
277 277
278 # Generated from make_style_builder.py 278 # Generated from make_style_builder.py
279 '<(blink_core_output_dir)/StyleBuilder.cpp', 279 '<(blink_core_output_dir)/StyleBuilder.cpp',
280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
281
282 # Generated from make_css_property_metadata.py
283 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
284 ], 281 ],
285 'conditions': [ 282 'conditions': [
286 ['OS=="win" and component=="shared_library"', { 283 ['OS=="win" and component=="shared_library"', {
287 'defines': [ 284 'defines': [
288 'USING_V8_SHARED', 285 'USING_V8_SHARED',
289 ], 286 ],
290 }], 287 }],
291 ['OS=="win"', { 288 ['OS=="win"', {
292 # In generated bindings code: 'switch contains default but no case'. 289 # In generated bindings code: 'switch contains default but no case'.
293 # Disable c4267 warnings until we fix size_t to int truncations. 290 # Disable c4267 warnings until we fix size_t to int truncations.
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 775 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
779 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', 776 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp',
780 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 777 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
781 ], 778 ],
782 'sources/': [ 779 'sources/': [
783 ['exclude', 'testing/js'], 780 ['exclude', 'testing/js'],
784 ], 781 ],
785 }, 782 },
786 ], # targets 783 ], # targets
787 } 784 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698