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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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
OLDNEW
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 360 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
361 "$blink_core_output_dir/HTMLElementLookupTrie.h", 361 "$blink_core_output_dir/HTMLElementLookupTrie.h",
362 "$blink_core_output_dir/HTMLNames.cpp", 362 "$blink_core_output_dir/HTMLNames.cpp",
363 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 363 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
364 "$blink_core_output_dir/InputTypeNames.cpp", 364 "$blink_core_output_dir/InputTypeNames.cpp",
365 "$blink_core_output_dir/MathMLNames.cpp", 365 "$blink_core_output_dir/MathMLNames.cpp",
366 "$blink_core_output_dir/SVGNames.cpp", 366 "$blink_core_output_dir/SVGNames.cpp",
367 "$blink_core_output_dir/XLinkNames.cpp", 367 "$blink_core_output_dir/XLinkNames.cpp",
368 "$blink_core_output_dir/XMLNSNames.cpp", 368 "$blink_core_output_dir/XMLNSNames.cpp",
369 "$blink_core_output_dir/XMLNames.cpp", 369 "$blink_core_output_dir/XMLNames.cpp",
370 "$blink_core_output_dir/experiments/ExperimentalFeatures.cpp",
371 "$blink_core_output_dir/experiments/ExperimentalFeatures.h",
372 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.cpp", 370 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.cpp",
371 "$blink_core_output_dir/origin_trials/OriginTrials.cpp",
372 "$blink_core_output_dir/origin_trials/OriginTrials.h",
373 373
374 # Generated from HTMLEntityNames.in 374 # Generated from HTMLEntityNames.in
375 "$blink_core_output_dir/HTMLEntityTable.cpp", 375 "$blink_core_output_dir/HTMLEntityTable.cpp",
376 376
377 # Generated from MediaFeatureNames.in 377 # Generated from MediaFeatureNames.in
378 "$blink_core_output_dir/MediaFeatureNames.cpp", 378 "$blink_core_output_dir/MediaFeatureNames.cpp",
379 379
380 # Generated from MediaTypeNames.in 380 # Generated from MediaTypeNames.in
381 "$blink_core_output_dir/MediaTypeNames.cpp", 381 "$blink_core_output_dir/MediaTypeNames.cpp",
382 382
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 public_deps = [ 571 public_deps = [
572 ":make_core_generated_bison", 572 ":make_core_generated_bison",
573 ":make_core_generated_css_property_metadata", 573 ":make_core_generated_css_property_metadata",
574 ":make_core_generated_css_property_names", 574 ":make_core_generated_css_property_names",
575 ":make_core_generated_css_tokenizer_codepoints", 575 ":make_core_generated_css_tokenizer_codepoints",
576 ":make_core_generated_css_value_keywords", 576 ":make_core_generated_css_value_keywords",
577 ":make_core_generated_event_factory", 577 ":make_core_generated_event_factory",
578 ":make_core_generated_event_names", 578 ":make_core_generated_event_names",
579 ":make_core_generated_event_target_names", 579 ":make_core_generated_event_target_names",
580 ":make_core_generated_event_type_names", 580 ":make_core_generated_event_type_names",
581 ":make_core_generated_experimental_features",
582 ":make_core_generated_fetch_initiator_type_names", 581 ":make_core_generated_fetch_initiator_type_names",
583 ":make_core_generated_html_element_factory", 582 ":make_core_generated_html_element_factory",
584 ":make_core_generated_html_element_lookup_trie", 583 ":make_core_generated_html_element_lookup_trie",
585 ":make_core_generated_html_element_type_helpers", 584 ":make_core_generated_html_element_type_helpers",
586 ":make_core_generated_html_entity_table", 585 ":make_core_generated_html_entity_table",
587 ":make_core_generated_html_tokenizer_names", 586 ":make_core_generated_html_tokenizer_names",
588 ":make_core_generated_input_type_names", 587 ":make_core_generated_input_type_names",
589 ":make_core_generated_make_token_matcher_for_viewport", 588 ":make_core_generated_make_token_matcher_for_viewport",
590 ":make_core_generated_math_ml_names", 589 ":make_core_generated_math_ml_names",
591 ":make_core_generated_media_feature_names", 590 ":make_core_generated_media_feature_names",
592 ":make_core_generated_media_features", 591 ":make_core_generated_media_features",
593 ":make_core_generated_media_type_names", 592 ":make_core_generated_media_type_names",
593 ":make_core_generated_origin_trials",
594 ":make_core_generated_private_script", 594 ":make_core_generated_private_script",
595 ":make_core_generated_private_script_for_testing", 595 ":make_core_generated_private_script_for_testing",
596 ":make_core_generated_style_builder", 596 ":make_core_generated_style_builder",
597 ":make_core_generated_style_property_shorthand", 597 ":make_core_generated_style_property_shorthand",
598 ":make_core_generated_svg_element_type_helpers", 598 ":make_core_generated_svg_element_type_helpers",
599 ":make_core_generated_svg_names", 599 ":make_core_generated_svg_names",
600 ":make_core_generated_xlink_names", 600 ":make_core_generated_xlink_names",
601 ":make_core_generated_xml_names", 601 ":make_core_generated_xml_names",
602 ":make_core_generated_xml_ns_names", 602 ":make_core_generated_xml_ns_names",
603 ] 603 ]
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 980
981 args = [ 981 args = [
982 rebase_path(input_file, root_build_dir), 982 rebase_path(input_file, root_build_dir),
983 "--output_dir", 983 "--output_dir",
984 rel_blink_core_gen_dir, 984 rel_blink_core_gen_dir,
985 ] 985 ]
986 986
987 deps = make_core_generated_deps 987 deps = make_core_generated_deps
988 } 988 }
989 989
990 # "ExperimentalFeatures" action in make_core_generated from GYP. 990 # "OriginTrials" action in make_core_generated from GYP.
991 action("make_core_generated_experimental_features") { 991 action("make_core_generated_origin_trials") {
992 script = "../build/scripts/make_experimental_features.py" 992 script = "../build/scripts/make_origin_trials.py"
993 993
994 inputs = scripts_for_in_files + [ 994 inputs = scripts_for_in_files + [
995 "../build/scripts/make_experimental_features.py", 995 "../build/scripts/make_origin_trials.py",
996 "../platform/RuntimeEnabledFeatures.in", 996 "../platform/RuntimeEnabledFeatures.in",
997 "../build/scripts/templates/ExperimentalFeatures.cpp.tmpl", 997 "../build/scripts/templates/OriginTrials.cpp.tmpl",
998 "../build/scripts/templates/ExperimentalFeatures.h.tmpl", 998 "../build/scripts/templates/OriginTrials.h.tmpl",
999 ] 999 ]
1000 outputs = [ 1000 outputs = [
1001 "$blink_core_output_dir/experiments/ExperimentalFeatures.cpp", 1001 "$blink_core_output_dir/origin_trials/OriginTrials.cpp",
1002 "$blink_core_output_dir/experiments/ExperimentalFeatures.h", 1002 "$blink_core_output_dir/origin_trials/OriginTrials.h",
1003 ] 1003 ]
1004 1004
1005 args = [ 1005 args = [
1006 rebase_path("../platform/RuntimeEnabledFeatures.in", root_build_dir), 1006 rebase_path("../platform/RuntimeEnabledFeatures.in", root_build_dir),
1007 "--output_dir", 1007 "--output_dir",
1008 "$rel_blink_core_gen_dir/experiments", 1008 "$rel_blink_core_gen_dir/origin_trials",
1009 ] 1009 ]
1010 } 1010 }
1011 1011
1012 # The bison rules from make_core_generated. 1012 # The bison rules from make_core_generated.
1013 action_foreach("make_core_generated_bison") { 1013 action_foreach("make_core_generated_bison") {
1014 script = "../build/scripts/rule_bison.py" 1014 script = "../build/scripts/rule_bison.py"
1015 sources = [ 1015 sources = [
1016 "xml/XPathGrammar.y", 1016 "xml/XPathGrammar.y",
1017 ] 1017 ]
1018 outputs = [ 1018 outputs = [
1019 "$blink_core_output_dir/{{source_name_part}}.cpp", 1019 "$blink_core_output_dir/{{source_name_part}}.cpp",
1020 "$blink_core_output_dir/{{source_name_part}}.h", 1020 "$blink_core_output_dir/{{source_name_part}}.h",
1021 ] 1021 ]
1022 args = [ 1022 args = [
1023 "{{source}}", 1023 "{{source}}",
1024 rel_blink_core_gen_dir, 1024 rel_blink_core_gen_dir,
1025 bison_exe, 1025 bison_exe,
1026 ] 1026 ]
1027 1027
1028 deps = make_core_generated_deps 1028 deps = make_core_generated_deps
1029 } 1029 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698