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

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

Issue 410953002: Merge CSSProperties.in and CSSShorthands.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@infiles
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/BUILD.gn ('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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'action': [ 310 'action': [
311 'python', 311 'python',
312 '../build/scripts/make_mediaquery_tokenizer_codepoints.py', 312 '../build/scripts/make_mediaquery_tokenizer_codepoints.py',
313 '--output_dir', 313 '--output_dir',
314 '<(blink_core_output_dir)', 314 '<(blink_core_output_dir)',
315 ], 315 ],
316 }, 316 },
317 { 317 {
318 'action_name': 'StylePropertyShorthand', 318 'action_name': 'StylePropertyShorthand',
319 'inputs': [ 319 'inputs': [
320 '<@(scripts_for_in_files)', 320 '<@(css_properties_files)',
321 '../build/scripts/make_style_shorthands.py', 321 '../build/scripts/make_style_shorthands.py',
322 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', 322 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
323 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', 323 '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
324 'css/CSSShorthands.in',
325 ], 324 ],
326 'outputs': [ 325 'outputs': [
327 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 326 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
328 '<(blink_core_output_dir)/StylePropertyShorthand.h', 327 '<(blink_core_output_dir)/StylePropertyShorthand.h',
329 ], 328 ],
330 'action': [ 329 'action': [
331 'python', 330 'python',
332 '../build/scripts/make_style_shorthands.py', 331 '../build/scripts/make_style_shorthands.py',
333 'css/CSSShorthands.in', 332 'css/CSSProperties.in',
334 '--output_dir', 333 '--output_dir',
335 '<(blink_core_output_dir)', 334 '<(blink_core_output_dir)',
336 ], 335 ],
337 }, 336 },
338 { 337 {
339 'action_name': 'StyleBuilder', 338 'action_name': 'StyleBuilder',
340 'inputs': [ 339 'inputs': [
341 '<@(scripts_for_in_files)', 340 '<@(css_properties_files)',
342 '../build/scripts/make_style_builder.py', 341 '../build/scripts/make_style_builder.py',
343 '../build/scripts/templates/StyleBuilder.cpp.tmpl', 342 '../build/scripts/templates/StyleBuilder.cpp.tmpl',
344 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl', 343 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
345 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl', 344 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
346 'css/CSSProperties.in',
347 ], 345 ],
348 'outputs': [ 346 'outputs': [
349 '<(blink_core_output_dir)/StyleBuilder.cpp', 347 '<(blink_core_output_dir)/StyleBuilder.cpp',
350 '<(blink_core_output_dir)/StyleBuilderFunctions.h', 348 '<(blink_core_output_dir)/StyleBuilderFunctions.h',
351 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 349 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
352 ], 350 ],
353 'action': [ 351 'action': [
354 'python', 352 'python',
355 '../build/scripts/make_style_builder.py', 353 '../build/scripts/make_style_builder.py',
356 'css/CSSProperties.in', 354 'css/CSSProperties.in',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '../build/scripts/rule_bison.py', 817 '../build/scripts/rule_bison.py',
820 '<(RULE_INPUT_PATH)', 818 '<(RULE_INPUT_PATH)',
821 '<(blink_core_output_dir)', 819 '<(blink_core_output_dir)',
822 '<(bison_exe)', 820 '<(bison_exe)',
823 ], 821 ],
824 }, 822 },
825 ], 823 ],
826 }, 824 },
827 ], 825 ],
828 } 826 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698