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

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, 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') | 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", 362 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp",
363 "$blink_core_output_dir/HTMLElementFactory.cpp", 363 "$blink_core_output_dir/HTMLElementFactory.cpp",
364 "$blink_core_output_dir/HTMLElementFactory.h", 364 "$blink_core_output_dir/HTMLElementFactory.h",
365 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 365 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
366 "$blink_core_output_dir/HTMLElementLookupTrie.h", 366 "$blink_core_output_dir/HTMLElementLookupTrie.h",
367 "$blink_core_output_dir/HTMLNames.cpp", 367 "$blink_core_output_dir/HTMLNames.cpp",
368 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 368 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
369 "$blink_core_output_dir/InputTypeNames.cpp", 369 "$blink_core_output_dir/InputTypeNames.cpp",
370 "$blink_core_output_dir/MathMLNames.cpp", 370 "$blink_core_output_dir/MathMLNames.cpp",
371 "$blink_core_output_dir/SVGNames.cpp", 371 "$blink_core_output_dir/SVGNames.cpp",
372 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
373 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp", 372 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
374 "$blink_core_output_dir/XLinkNames.cpp", 373 "$blink_core_output_dir/XLinkNames.cpp",
375 "$blink_core_output_dir/XMLNSNames.cpp", 374 "$blink_core_output_dir/XMLNSNames.cpp",
376 "$blink_core_output_dir/XMLNames.cpp", 375 "$blink_core_output_dir/XMLNames.cpp",
377 376
378 # Generated from HTMLEntityNames.in 377 # Generated from HTMLEntityNames.in
379 "$blink_core_output_dir/HTMLEntityTable.cpp", 378 "$blink_core_output_dir/HTMLEntityTable.cpp",
380 379
381 # Generated from MediaFeatureNames.in 380 # Generated from MediaFeatureNames.in
382 "$blink_core_output_dir/MediaFeatureNames.cpp", 381 "$blink_core_output_dir/MediaFeatureNames.cpp",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ":make_core_generated_css_value_keywords", 573 ":make_core_generated_css_value_keywords",
575 ":make_core_generated_html_element_factory", 574 ":make_core_generated_html_element_factory",
576 ":make_core_generated_html_element_type_helpers", 575 ":make_core_generated_html_element_type_helpers",
577 ":make_core_generated_svg_names", 576 ":make_core_generated_svg_names",
578 ":make_core_generated_svg_element_type_helpers", 577 ":make_core_generated_svg_element_type_helpers",
579 ":make_core_generated_event_factory", 578 ":make_core_generated_event_factory",
580 ":make_core_generated_event_names", 579 ":make_core_generated_event_names",
581 ":make_core_generated_event_target_factory", 580 ":make_core_generated_event_target_factory",
582 ":make_core_generated_event_target_names", 581 ":make_core_generated_event_target_names",
583 ":make_core_generated_math_ml_names", 582 ":make_core_generated_math_ml_names",
584 ":make_core_generated_user_agent_style_sheets",
585 ":make_core_generated_fetch_initiator_type_names", 583 ":make_core_generated_fetch_initiator_type_names",
586 ":make_core_generated_event_type_names", 584 ":make_core_generated_event_type_names",
587 ":make_core_generated_html_tokenizer_names", 585 ":make_core_generated_html_tokenizer_names",
588 ":make_core_generated_input_type_names", 586 ":make_core_generated_input_type_names",
589 ":make_core_generated_xlink_names", 587 ":make_core_generated_xlink_names",
590 ":make_core_generated_xml_ns_names", 588 ":make_core_generated_xml_ns_names",
591 ":make_core_generated_xml_names", 589 ":make_core_generated_xml_names",
592 ":make_core_generated_make_token_matcher", 590 ":make_core_generated_make_token_matcher",
593 ":make_core_generated_make_parser", 591 ":make_core_generated_make_parser",
594 ":make_core_generated_make_token_matcher_for_viewport", 592 ":make_core_generated_make_token_matcher_for_viewport",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp", 997 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp",
1000 ] 998 ]
1001 999
1002 args = [ 1000 args = [
1003 "--output_dir", rel_blink_core_gen_dir, 1001 "--output_dir", rel_blink_core_gen_dir,
1004 ] 1002 ]
1005 1003
1006 deps = make_core_generated_deps 1004 deps = make_core_generated_deps
1007 } 1005 }
1008 1006
1009 # "UserAgentStyleSheets" in make_core_generated from GYP.
1010 action("make_core_generated_user_agent_style_sheets") {
1011 visibility = ":make_core_generated"
1012 script = "../build/scripts/make-file-arrays.py"
1013
1014 inputs = [
1015 "css/html.css",
1016 "css/quirks.css",
1017 "css/view-source.css",
1018 "css/themeChromium.css",
1019 "css/themeChromiumAndroid.css",
1020 "css/themeChromiumLinux.css",
1021 "css/themeChromiumSkia.css",
1022 "css/themeInputMultipleFields.css",
1023 "css/themeMac.css",
1024 "css/themeWin.css",
1025 "css/themeWinQuirks.css",
1026 "css/svg.css",
1027 "css/navigationTransitions.css",
1028 "css/mathml.css",
1029 "css/mediaControls.css",
1030 "css/mediaControlsAndroid.css",
1031 "css/fullscreen.css",
1032 "css/xhtmlmp.css",
1033 "css/viewportAndroid.css",
1034 ]
1035
1036 outputs = [
1037 "$blink_core_output_dir/UserAgentStyleSheets.h",
1038 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1039 ]
1040
1041 args =
1042 [ "--namespace", "blink" ] +
1043 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1044 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1045 rebase_path(inputs, root_build_dir)
1046
1047 deps = make_core_generated_deps
1048 }
1049
1050 # "HTMLElementLookupTrie" in make_core_generated from GYP. 1007 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1051 action("make_core_generated_html_element_lookup_trie") { 1008 action("make_core_generated_html_element_lookup_trie") {
1052 visibility = ":make_core_generated" 1009 visibility = ":make_core_generated"
1053 script = "../build/scripts/make_element_lookup_trie.py" 1010 script = "../build/scripts/make_element_lookup_trie.py"
1054 1011
1055 input_file = "html/HTMLTagNames.in" 1012 input_file = "html/HTMLTagNames.in"
1056 inputs = scripts_for_in_files + [ 1013 inputs = scripts_for_in_files + [
1057 input_file, 1014 input_file,
1058 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl", 1015 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
1059 "../build/scripts/templates/ElementLookupTrie.h.tmpl", 1016 "../build/scripts/templates/ElementLookupTrie.h.tmpl",
(...skipping 23 matching lines...) Expand all
1083 "$blink_core_output_dir/{{source_name_part}}.h", 1040 "$blink_core_output_dir/{{source_name_part}}.h",
1084 ] 1041 ]
1085 args = [ 1042 args = [
1086 "{{source}}", 1043 "{{source}}",
1087 rel_blink_core_gen_dir, 1044 rel_blink_core_gen_dir,
1088 bison_exe, 1045 bison_exe,
1089 ] 1046 ]
1090 1047
1091 deps = make_core_generated_deps 1048 deps = make_core_generated_deps
1092 } 1049 }
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