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

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: 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 | « no previous file | Source/core/core.gyp » ('j') | Source/core/css/CSSDefaultStyleSheets.cpp » ('J')
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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", 358 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp",
359 "$blink_core_output_dir/HTMLElementFactory.cpp", 359 "$blink_core_output_dir/HTMLElementFactory.cpp",
360 "$blink_core_output_dir/HTMLElementFactory.h", 360 "$blink_core_output_dir/HTMLElementFactory.h",
361 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 361 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
362 "$blink_core_output_dir/HTMLElementLookupTrie.h", 362 "$blink_core_output_dir/HTMLElementLookupTrie.h",
363 "$blink_core_output_dir/HTMLNames.cpp", 363 "$blink_core_output_dir/HTMLNames.cpp",
364 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 364 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
365 "$blink_core_output_dir/InputTypeNames.cpp", 365 "$blink_core_output_dir/InputTypeNames.cpp",
366 "$blink_core_output_dir/MathMLNames.cpp", 366 "$blink_core_output_dir/MathMLNames.cpp",
367 "$blink_core_output_dir/SVGNames.cpp", 367 "$blink_core_output_dir/SVGNames.cpp",
368 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
369 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp", 368 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
370 "$blink_core_output_dir/XLinkNames.cpp", 369 "$blink_core_output_dir/XLinkNames.cpp",
371 "$blink_core_output_dir/XMLNSNames.cpp", 370 "$blink_core_output_dir/XMLNSNames.cpp",
372 "$blink_core_output_dir/XMLNames.cpp", 371 "$blink_core_output_dir/XMLNames.cpp",
373 372
374 # Generated from HTMLEntityNames.in 373 # Generated from HTMLEntityNames.in
375 "$blink_core_output_dir/HTMLEntityTable.cpp", 374 "$blink_core_output_dir/HTMLEntityTable.cpp",
376 375
377 # Generated from MediaFeatureNames.in 376 # Generated from MediaFeatureNames.in
378 "$blink_core_output_dir/MediaFeatureNames.cpp", 377 "$blink_core_output_dir/MediaFeatureNames.cpp",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 ":make_core_generated_css_value_keywords", 566 ":make_core_generated_css_value_keywords",
568 ":make_core_generated_html_element_factory", 567 ":make_core_generated_html_element_factory",
569 ":make_core_generated_html_element_type_helpers", 568 ":make_core_generated_html_element_type_helpers",
570 ":make_core_generated_svg_names", 569 ":make_core_generated_svg_names",
571 ":make_core_generated_svg_element_type_helpers", 570 ":make_core_generated_svg_element_type_helpers",
572 ":make_core_generated_event_factory", 571 ":make_core_generated_event_factory",
573 ":make_core_generated_event_names", 572 ":make_core_generated_event_names",
574 ":make_core_generated_event_target_factory", 573 ":make_core_generated_event_target_factory",
575 ":make_core_generated_event_target_names", 574 ":make_core_generated_event_target_names",
576 ":make_core_generated_math_ml_names", 575 ":make_core_generated_math_ml_names",
577 ":make_core_generated_user_agent_style_sheets",
578 ":make_core_generated_fetch_initiator_type_names", 576 ":make_core_generated_fetch_initiator_type_names",
579 ":make_core_generated_event_type_names", 577 ":make_core_generated_event_type_names",
580 ":make_core_generated_html_tokenizer_names", 578 ":make_core_generated_html_tokenizer_names",
581 ":make_core_generated_input_type_names", 579 ":make_core_generated_input_type_names",
582 ":make_core_generated_xlink_names", 580 ":make_core_generated_xlink_names",
583 ":make_core_generated_xml_ns_names", 581 ":make_core_generated_xml_ns_names",
584 ":make_core_generated_xml_names", 582 ":make_core_generated_xml_names",
585 ":make_core_generated_make_token_matcher", 583 ":make_core_generated_make_token_matcher",
586 ":make_core_generated_make_parser", 584 ":make_core_generated_make_parser",
587 ":make_core_generated_make_token_matcher_for_viewport", 585 ":make_core_generated_make_token_matcher_for_viewport",
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp", 988 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp",
991 ] 989 ]
992 990
993 args = [ 991 args = [
994 "--output_dir", rel_blink_core_gen_dir, 992 "--output_dir", rel_blink_core_gen_dir,
995 ] 993 ]
996 994
997 deps = make_core_generated_deps 995 deps = make_core_generated_deps
998 } 996 }
999 997
1000 # "UserAgentStyleSheets" in make_core_generated from GYP.
1001 action("make_core_generated_user_agent_style_sheets") {
1002 visibility = ":make_core_generated"
1003 script = "../build/scripts/make-file-arrays.py"
1004
1005 inputs = [
1006 "css/html.css",
1007 "css/quirks.css",
1008 "css/view-source.css",
1009 "css/themeChromium.css",
1010 "css/themeChromiumAndroid.css",
1011 "css/themeChromiumLinux.css",
1012 "css/themeChromiumSkia.css",
1013 "css/themeInputMultipleFields.css",
1014 "css/themeMac.css",
1015 "css/themeWin.css",
1016 "css/themeWinQuirks.css",
1017 "css/svg.css",
1018 "css/navigationTransitions.css",
1019 "css/mathml.css",
1020 "css/mediaControls.css",
1021 "css/mediaControlsAndroid.css",
1022 "css/fullscreen.css",
1023 "css/xhtmlmp.css",
1024 "css/viewportAndroid.css",
1025 ]
1026
1027 outputs = [
1028 "$blink_core_output_dir/UserAgentStyleSheets.h",
1029 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1030 ]
1031
1032 args =
1033 [ "--namespace", "blink" ] +
1034 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1035 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1036 rebase_path(inputs, root_build_dir)
1037
1038 deps = make_core_generated_deps
1039 }
1040
1041 # "HTMLElementLookupTrie" in make_core_generated from GYP. 998 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1042 action("make_core_generated_html_element_lookup_trie") { 999 action("make_core_generated_html_element_lookup_trie") {
1043 visibility = ":make_core_generated" 1000 visibility = ":make_core_generated"
1044 script = "../build/scripts/make_element_lookup_trie.py" 1001 script = "../build/scripts/make_element_lookup_trie.py"
1045 1002
1046 input_file = "html/HTMLTagNames.in" 1003 input_file = "html/HTMLTagNames.in"
1047 inputs = scripts_for_in_files + [ 1004 inputs = scripts_for_in_files + [
1048 input_file, 1005 input_file,
1049 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl", 1006 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
1050 "../build/scripts/templates/ElementLookupTrie.h.tmpl", 1007 "../build/scripts/templates/ElementLookupTrie.h.tmpl",
(...skipping 23 matching lines...) Expand all
1074 "$blink_core_output_dir/{{source_name_part}}.h", 1031 "$blink_core_output_dir/{{source_name_part}}.h",
1075 ] 1032 ]
1076 args = [ 1033 args = [
1077 "{{source}}", 1034 "{{source}}",
1078 rel_blink_core_gen_dir, 1035 rel_blink_core_gen_dir,
1079 bison_exe, 1036 bison_exe,
1080 ] 1037 ]
1081 1038
1082 deps = make_core_generated_deps 1039 deps = make_core_generated_deps
1083 } 1040 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | Source/core/css/CSSDefaultStyleSheets.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698