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

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

Issue 573553002: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase! Created 5 years, 11 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 | « no previous file | Source/core/core.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 # 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", 371 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp",
372 "$blink_core_output_dir/HTMLElementFactory.cpp", 372 "$blink_core_output_dir/HTMLElementFactory.cpp",
373 "$blink_core_output_dir/HTMLElementFactory.h", 373 "$blink_core_output_dir/HTMLElementFactory.h",
374 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 374 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
375 "$blink_core_output_dir/HTMLElementLookupTrie.h", 375 "$blink_core_output_dir/HTMLElementLookupTrie.h",
376 "$blink_core_output_dir/HTMLNames.cpp", 376 "$blink_core_output_dir/HTMLNames.cpp",
377 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 377 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
378 "$blink_core_output_dir/InputTypeNames.cpp", 378 "$blink_core_output_dir/InputTypeNames.cpp",
379 "$blink_core_output_dir/MathMLNames.cpp", 379 "$blink_core_output_dir/MathMLNames.cpp",
380 "$blink_core_output_dir/SVGNames.cpp", 380 "$blink_core_output_dir/SVGNames.cpp",
381 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
382 "$blink_core_output_dir/XLinkNames.cpp", 381 "$blink_core_output_dir/XLinkNames.cpp",
383 "$blink_core_output_dir/XMLNSNames.cpp", 382 "$blink_core_output_dir/XMLNSNames.cpp",
384 "$blink_core_output_dir/XMLNames.cpp", 383 "$blink_core_output_dir/XMLNames.cpp",
385 384
386 # Generated from HTMLEntityNames.in 385 # Generated from HTMLEntityNames.in
387 "$blink_core_output_dir/HTMLEntityTable.cpp", 386 "$blink_core_output_dir/HTMLEntityTable.cpp",
388 387
389 # Generated from MediaFeatureNames.in 388 # Generated from MediaFeatureNames.in
390 "$blink_core_output_dir/MediaFeatureNames.cpp", 389 "$blink_core_output_dir/MediaFeatureNames.cpp",
391 390
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 ":make_core_generated_style_builder", 579 ":make_core_generated_style_builder",
581 ":make_core_generated_css_value_keywords", 580 ":make_core_generated_css_value_keywords",
582 ":make_core_generated_html_element_factory", 581 ":make_core_generated_html_element_factory",
583 ":make_core_generated_html_element_type_helpers", 582 ":make_core_generated_html_element_type_helpers",
584 ":make_core_generated_svg_names", 583 ":make_core_generated_svg_names",
585 ":make_core_generated_svg_element_type_helpers", 584 ":make_core_generated_svg_element_type_helpers",
586 ":make_core_generated_event_factory", 585 ":make_core_generated_event_factory",
587 ":make_core_generated_event_names", 586 ":make_core_generated_event_names",
588 ":make_core_generated_event_target_names", 587 ":make_core_generated_event_target_names",
589 ":make_core_generated_math_ml_names", 588 ":make_core_generated_math_ml_names",
590 ":make_core_generated_user_agent_style_sheets",
591 ":make_core_generated_fetch_initiator_type_names", 589 ":make_core_generated_fetch_initiator_type_names",
592 ":make_core_generated_event_type_names", 590 ":make_core_generated_event_type_names",
593 ":make_core_generated_html_tokenizer_names", 591 ":make_core_generated_html_tokenizer_names",
594 ":make_core_generated_input_type_names", 592 ":make_core_generated_input_type_names",
595 ":make_core_generated_xlink_names", 593 ":make_core_generated_xlink_names",
596 ":make_core_generated_xml_ns_names", 594 ":make_core_generated_xml_ns_names",
597 ":make_core_generated_xml_names", 595 ":make_core_generated_xml_names",
598 ":make_core_generated_make_token_matcher", 596 ":make_core_generated_make_token_matcher",
599 ":make_core_generated_make_parser", 597 ":make_core_generated_make_parser",
600 ":make_core_generated_make_token_matcher_for_viewport", 598 ":make_core_generated_make_token_matcher_for_viewport",
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 "$blink_core_output_dir/CSSTokenizerCodepoints.cpp", 993 "$blink_core_output_dir/CSSTokenizerCodepoints.cpp",
996 ] 994 ]
997 995
998 args = [ 996 args = [
999 "--output_dir", rel_blink_core_gen_dir, 997 "--output_dir", rel_blink_core_gen_dir,
1000 ] 998 ]
1001 999
1002 deps = make_core_generated_deps 1000 deps = make_core_generated_deps
1003 } 1001 }
1004 1002
1005 # "UserAgentStyleSheets" in make_core_generated from GYP.
1006 action("make_core_generated_user_agent_style_sheets") {
1007 visibility = [] # Allow re-assignment of list.
1008 visibility = [ ":make_core_generated" ]
1009 script = "../build/scripts/make-file-arrays.py"
1010
1011 inputs = [
1012 "css/html.css",
1013 "css/quirks.css",
1014 "css/view-source.css",
1015 "css/themeChromium.css",
1016 "css/themeChromiumAndroid.css",
1017 "css/themeChromiumLinux.css",
1018 "css/themeChromiumSkia.css",
1019 "css/themeInputMultipleFields.css",
1020 "css/themeMac.css",
1021 "css/themeWin.css",
1022 "css/themeWinQuirks.css",
1023 "css/svg.css",
1024 "css/navigationTransitions.css",
1025 "css/mathml.css",
1026 "css/mediaControls.css",
1027 "css/mediaControlsAndroid.css",
1028 "css/fullscreen.css",
1029 "css/xhtmlmp.css",
1030 "css/viewportAndroid.css",
1031 ]
1032
1033 outputs = [
1034 "$blink_core_output_dir/UserAgentStyleSheets.h",
1035 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1036 ]
1037
1038 args =
1039 [ "--namespace", "blink" ] +
1040 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1041 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1042 rebase_path(inputs, root_build_dir)
1043
1044 deps = make_core_generated_deps
1045 }
1046
1047 # "HTMLElementLookupTrie" in make_core_generated from GYP. 1003 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1048 action("make_core_generated_html_element_lookup_trie") { 1004 action("make_core_generated_html_element_lookup_trie") {
1049 visibility = [] # Allow re-assignment of list. 1005 visibility = [] # Allow re-assignment of list.
1050 visibility = [ ":make_core_generated" ] 1006 visibility = [ ":make_core_generated" ]
1051 script = "../build/scripts/make_element_lookup_trie.py" 1007 script = "../build/scripts/make_element_lookup_trie.py"
1052 1008
1053 input_file = "html/HTMLTagNames.in" 1009 input_file = "html/HTMLTagNames.in"
1054 inputs = scripts_for_in_files + [ 1010 inputs = scripts_for_in_files + [
1055 input_file, 1011 input_file,
1056 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl", 1012 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
(...skipping 24 matching lines...) Expand all
1081 "$blink_core_output_dir/{{source_name_part}}.h", 1037 "$blink_core_output_dir/{{source_name_part}}.h",
1082 ] 1038 ]
1083 args = [ 1039 args = [
1084 "{{source}}", 1040 "{{source}}",
1085 rel_blink_core_gen_dir, 1041 rel_blink_core_gen_dir,
1086 bison_exe, 1042 bison_exe,
1087 ] 1043 ]
1088 1044
1089 deps = make_core_generated_deps 1045 deps = make_core_generated_deps
1090 } 1046 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698