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

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

Issue 454423003: Add animatable flag to CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSProperties.in » ('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) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ], 343 ],
344 'action': [ 344 'action': [
345 'python', 345 'python',
346 '../build/scripts/make_style_builder.py', 346 '../build/scripts/make_style_builder.py',
347 'css/CSSProperties.in', 347 'css/CSSProperties.in',
348 '--output_dir', 348 '--output_dir',
349 '<(blink_core_output_dir)', 349 '<(blink_core_output_dir)',
350 ], 350 ],
351 }, 351 },
352 { 352 {
353 'action_name': 'CSSPropertyMetadata',
354 'inputs': [
355 '<@(css_properties_files)',
356 '../build/scripts/make_css_property_metadata.py',
357 '../build/scripts/templates/CSSPropertyMetadata.cpp.tmpl',
358 ],
359 'outputs': [
360 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
361 ],
362 'action': [
363 'python',
364 '../build/scripts/make_css_property_metadata.py',
365 'css/CSSProperties.in',
366 '--output_dir',
367 '<(blink_core_output_dir)',
368 ],
369 },
370 {
353 'action_name': 'CSSValueKeywords', 371 'action_name': 'CSSValueKeywords',
354 'variables': { 372 'variables': {
355 'in_files': [ 373 'in_files': [
356 'css/CSSValueKeywords.in', 374 'css/CSSValueKeywords.in',
357 'css/SVGCSSValueKeywords.in', 375 'css/SVGCSSValueKeywords.in',
358 ], 376 ],
359 }, 377 },
360 'inputs': [ 378 'inputs': [
361 '<@(scripts_for_in_files)', 379 '<@(scripts_for_in_files)',
362 '../build/scripts/make_css_value_keywords.py', 380 '../build/scripts/make_css_value_keywords.py',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 '../build/scripts/rule_bison.py', 828 '../build/scripts/rule_bison.py',
811 '<(RULE_INPUT_PATH)', 829 '<(RULE_INPUT_PATH)',
812 '<(blink_core_output_dir)', 830 '<(blink_core_output_dir)',
813 '<(bison_exe)', 831 '<(bison_exe)',
814 ], 832 ],
815 }, 833 },
816 ], 834 ],
817 }, 835 },
818 ], 836 ],
819 } 837 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698