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

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

Issue 438843004: 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: Rebased patch Created 6 years, 3 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", 355 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp",
356 "$blink_core_output_dir/HTMLElementFactory.cpp", 356 "$blink_core_output_dir/HTMLElementFactory.cpp",
357 "$blink_core_output_dir/HTMLElementFactory.h", 357 "$blink_core_output_dir/HTMLElementFactory.h",
358 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 358 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
359 "$blink_core_output_dir/HTMLElementLookupTrie.h", 359 "$blink_core_output_dir/HTMLElementLookupTrie.h",
360 "$blink_core_output_dir/HTMLNames.cpp", 360 "$blink_core_output_dir/HTMLNames.cpp",
361 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 361 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
362 "$blink_core_output_dir/InputTypeNames.cpp", 362 "$blink_core_output_dir/InputTypeNames.cpp",
363 "$blink_core_output_dir/MathMLNames.cpp", 363 "$blink_core_output_dir/MathMLNames.cpp",
364 "$blink_core_output_dir/SVGNames.cpp", 364 "$blink_core_output_dir/SVGNames.cpp",
365 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
366 "$blink_core_output_dir/XLinkNames.cpp", 365 "$blink_core_output_dir/XLinkNames.cpp",
367 "$blink_core_output_dir/XMLNSNames.cpp", 366 "$blink_core_output_dir/XMLNSNames.cpp",
368 "$blink_core_output_dir/XMLNames.cpp", 367 "$blink_core_output_dir/XMLNames.cpp",
369 368
370 # Generated from HTMLEntityNames.in 369 # Generated from HTMLEntityNames.in
371 "$blink_core_output_dir/HTMLEntityTable.cpp", 370 "$blink_core_output_dir/HTMLEntityTable.cpp",
372 371
373 # Generated from MediaFeatureNames.in 372 # Generated from MediaFeatureNames.in
374 "$blink_core_output_dir/MediaFeatureNames.cpp", 373 "$blink_core_output_dir/MediaFeatureNames.cpp",
375 374
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 ":make_core_generated_style_builder", 563 ":make_core_generated_style_builder",
565 ":make_core_generated_css_value_keywords", 564 ":make_core_generated_css_value_keywords",
566 ":make_core_generated_html_element_factory", 565 ":make_core_generated_html_element_factory",
567 ":make_core_generated_html_element_type_helpers", 566 ":make_core_generated_html_element_type_helpers",
568 ":make_core_generated_svg_names", 567 ":make_core_generated_svg_names",
569 ":make_core_generated_svg_element_type_helpers", 568 ":make_core_generated_svg_element_type_helpers",
570 ":make_core_generated_event_factory", 569 ":make_core_generated_event_factory",
571 ":make_core_generated_event_names", 570 ":make_core_generated_event_names",
572 ":make_core_generated_event_target_names", 571 ":make_core_generated_event_target_names",
573 ":make_core_generated_math_ml_names", 572 ":make_core_generated_math_ml_names",
574 ":make_core_generated_user_agent_style_sheets",
575 ":make_core_generated_fetch_initiator_type_names", 573 ":make_core_generated_fetch_initiator_type_names",
576 ":make_core_generated_event_type_names", 574 ":make_core_generated_event_type_names",
577 ":make_core_generated_html_tokenizer_names", 575 ":make_core_generated_html_tokenizer_names",
578 ":make_core_generated_input_type_names", 576 ":make_core_generated_input_type_names",
579 ":make_core_generated_xlink_names", 577 ":make_core_generated_xlink_names",
580 ":make_core_generated_xml_ns_names", 578 ":make_core_generated_xml_ns_names",
581 ":make_core_generated_xml_names", 579 ":make_core_generated_xml_names",
582 ":make_core_generated_make_token_matcher", 580 ":make_core_generated_make_token_matcher",
583 ":make_core_generated_make_parser", 581 ":make_core_generated_make_parser",
584 ":make_core_generated_make_token_matcher_for_viewport", 582 ":make_core_generated_make_token_matcher_for_viewport",
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp", 975 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp",
978 ] 976 ]
979 977
980 args = [ 978 args = [
981 "--output_dir", rel_blink_core_gen_dir, 979 "--output_dir", rel_blink_core_gen_dir,
982 ] 980 ]
983 981
984 deps = make_core_generated_deps 982 deps = make_core_generated_deps
985 } 983 }
986 984
987 # "UserAgentStyleSheets" in make_core_generated from GYP.
988 action("make_core_generated_user_agent_style_sheets") {
989 visibility = [] # Allow re-assignment of list.
990 visibility = [ ":make_core_generated" ]
991 script = "../build/scripts/make-file-arrays.py"
992
993 inputs = [
994 "css/html.css",
995 "css/quirks.css",
996 "css/view-source.css",
997 "css/themeChromium.css",
998 "css/themeChromiumAndroid.css",
999 "css/themeChromiumLinux.css",
1000 "css/themeChromiumSkia.css",
1001 "css/themeInputMultipleFields.css",
1002 "css/themeMac.css",
1003 "css/themeWin.css",
1004 "css/themeWinQuirks.css",
1005 "css/svg.css",
1006 "css/navigationTransitions.css",
1007 "css/mathml.css",
1008 "css/mediaControls.css",
1009 "css/mediaControlsAndroid.css",
1010 "css/fullscreen.css",
1011 "css/xhtmlmp.css",
1012 "css/viewportAndroid.css",
1013 ]
1014
1015 outputs = [
1016 "$blink_core_output_dir/UserAgentStyleSheets.h",
1017 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1018 ]
1019
1020 args =
1021 [ "--namespace", "blink" ] +
1022 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1023 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1024 rebase_path(inputs, root_build_dir)
1025
1026 deps = make_core_generated_deps
1027 }
1028
1029 # "HTMLElementLookupTrie" in make_core_generated from GYP. 985 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1030 action("make_core_generated_html_element_lookup_trie") { 986 action("make_core_generated_html_element_lookup_trie") {
1031 visibility = [] # Allow re-assignment of list. 987 visibility = [] # Allow re-assignment of list.
1032 visibility = [ ":make_core_generated" ] 988 visibility = [ ":make_core_generated" ]
1033 script = "../build/scripts/make_element_lookup_trie.py" 989 script = "../build/scripts/make_element_lookup_trie.py"
1034 990
1035 input_file = "html/HTMLTagNames.in" 991 input_file = "html/HTMLTagNames.in"
1036 inputs = scripts_for_in_files + [ 992 inputs = scripts_for_in_files + [
1037 input_file, 993 input_file,
1038 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl", 994 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
(...skipping 24 matching lines...) Expand all
1063 "$blink_core_output_dir/{{source_name_part}}.h", 1019 "$blink_core_output_dir/{{source_name_part}}.h",
1064 ] 1020 ]
1065 args = [ 1021 args = [
1066 "{{source}}", 1022 "{{source}}",
1067 rel_blink_core_gen_dir, 1023 rel_blink_core_gen_dir,
1068 bison_exe, 1024 bison_exe,
1069 ] 1025 ]
1070 1026
1071 deps = make_core_generated_deps 1027 deps = make_core_generated_deps
1072 } 1028 }
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