| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//third_party/WebKit/Source/bindings/bindings.gni") | 6 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") | 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") |
| 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") |
| 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
| 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 ":make_core_generated_make_parser", | 584 ":make_core_generated_make_parser", |
| 585 ":make_core_generated_make_token_matcher_for_viewport", | 585 ":make_core_generated_make_token_matcher_for_viewport", |
| 586 ":make_core_generated_html_element_lookup_trie", | 586 ":make_core_generated_html_element_lookup_trie", |
| 587 ":make_core_generated_bison", | 587 ":make_core_generated_bison", |
| 588 ] | 588 ] |
| 589 } | 589 } |
| 590 | 590 |
| 591 # "CSSPropertyNames" in make_core_generated from GYP. | 591 # "CSSPropertyNames" in make_core_generated from GYP. |
| 592 process_in_files("make_core_generated_css_property_names") { | 592 process_in_files("make_core_generated_css_property_names") { |
| 593 script = "../build/scripts/make_css_property_names.py" | 593 script = "../build/scripts/make_css_property_names.py" |
| 594 in_files = [ | 594 in_files = [ |
| 595 "css/CSSPropertyNames.in", | 595 "css/CSSPropertyNames.in", |
| 596 "css/SVGCSSPropertyNames.in", | 596 "css/SVGCSSPropertyNames.in", |
| 597 ] | 597 ] |
| 598 outputs = [ | 598 outputs = [ |
| 599 "$blink_core_output_dir/CSSPropertyNames.cpp", | 599 "$blink_core_output_dir/CSSPropertyNames.cpp", |
| 600 "$blink_core_output_dir/CSSPropertyNames.h", | 600 "$blink_core_output_dir/CSSPropertyNames.h", |
| 601 ] | 601 ] |
| 602 } | 602 } |
| 603 | 603 |
| 604 # "MediaFeatures" in make_core_generated from GYP. | 604 # "MediaFeatures" in make_core_generated from GYP. |
| 605 process_in_files("make_core_generated_media_features") { | 605 process_in_files("make_core_generated_media_features") { |
| 606 script = "../build/scripts/make_media_features.py" | 606 script = "../build/scripts/make_media_features.py" |
| 607 in_files = [ | 607 in_files = [ |
| 608 "css/MediaFeatureNames.in", | 608 "css/MediaFeatureNames.in", |
| 609 ] | 609 ] |
| 610 other_inputs = [ | 610 other_inputs = [ |
| 611 "../build/scripts/make_media_features.py", | 611 "../build/scripts/make_media_features.py", |
| 612 "../build/scripts/templates/MediaFeatures.h.tmpl", | 612 "../build/scripts/templates/MediaFeatures.h.tmpl", |
| 613 ] | 613 ] |
| 614 outputs = [ | 614 outputs = [ |
| 615 "$blink_core_output_dir/MediaFeatures.h", | 615 "$blink_core_output_dir/MediaFeatures.h", |
| 616 ] | 616 ] |
| 617 } | 617 } |
| 618 | 618 |
| 619 # "StylePropertyShorthand" in make_core_generated from GYP. | 619 # "StylePropertyShorthand" in make_core_generated from GYP. |
| 620 process_in_files("make_core_generated_style_property_shorthand") { | 620 css_properties("make_core_generated_style_property_shorthand") { |
| 621 script = "../build/scripts/make_style_shorthands.py" | 621 script = "../build/scripts/make_style_shorthands.py" |
| 622 in_files = [ | |
| 623 "css/CSSShorthands.in", | |
| 624 ] | |
| 625 other_inputs = [ | 622 other_inputs = [ |
| 626 "../build/scripts/templates/StylePropertyShorthand.cpp.tmpl", | 623 "../build/scripts/templates/StylePropertyShorthand.cpp.tmpl", |
| 627 "../build/scripts/templates/StylePropertyShorthand.h.tmpl", | 624 "../build/scripts/templates/StylePropertyShorthand.h.tmpl", |
| 628 ] | 625 ] |
| 629 outputs = [ | 626 outputs = [ |
| 630 "$blink_core_output_dir/StylePropertyShorthand.cpp", | 627 "$blink_core_output_dir/StylePropertyShorthand.cpp", |
| 631 "$blink_core_output_dir/StylePropertyShorthand.h", | 628 "$blink_core_output_dir/StylePropertyShorthand.h", |
| 632 ] | 629 ] |
| 633 } | 630 } |
| 634 | 631 |
| 635 # "StyleBuilder" in make_core_generated from GYP. | 632 # "StyleBuilder" in make_core_generated from GYP. |
| 636 process_in_files("make_core_generated_style_builder") { | 633 css_properties("make_core_generated_style_builder") { |
| 637 script = "../build/scripts/make_style_builder.py" | 634 script = "../build/scripts/make_style_builder.py" |
| 638 | |
| 639 in_files = [ | |
| 640 "css/CSSProperties.in", | |
| 641 ] | |
| 642 other_inputs = [ | 635 other_inputs = [ |
| 643 "../build/scripts/templates/StyleBuilder.cpp.tmpl", | 636 "../build/scripts/templates/StyleBuilder.cpp.tmpl", |
| 644 "../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl", | 637 "../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl", |
| 645 "../build/scripts/templates/StyleBuilderFunctions.h.tmpl", | 638 "../build/scripts/templates/StyleBuilderFunctions.h.tmpl", |
| 646 ] | 639 ] |
| 647 outputs = [ | 640 outputs = [ |
| 648 "$blink_core_output_dir/StyleBuilder.cpp", | 641 "$blink_core_output_dir/StyleBuilder.cpp", |
| 649 "$blink_core_output_dir/StyleBuilderFunctions.h", | 642 "$blink_core_output_dir/StyleBuilderFunctions.h", |
| 650 "$blink_core_output_dir/StyleBuilderFunctions.cpp", | 643 "$blink_core_output_dir/StyleBuilderFunctions.cpp", |
| 651 ] | 644 ] |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 "$blink_core_output_dir/{{source_name_part}}.h", | 1065 "$blink_core_output_dir/{{source_name_part}}.h", |
| 1073 ] | 1066 ] |
| 1074 args = [ | 1067 args = [ |
| 1075 "{{source}}", | 1068 "{{source}}", |
| 1076 rel_blink_core_gen_dir, | 1069 rel_blink_core_gen_dir, |
| 1077 bison_exe, | 1070 bison_exe, |
| 1078 ] | 1071 ] |
| 1079 | 1072 |
| 1080 deps = make_core_generated_deps | 1073 deps = make_core_generated_deps |
| 1081 } | 1074 } |
| OLD | NEW |