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

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: Removed header inclusion. 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/platform/PlatformResourceLoader.h » ('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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp", 996 "$blink_core_output_dir/MediaQueryTokenizerCodepoints.cpp",
999 ] 997 ]
1000 998
1001 args = [ 999 args = [
1002 "--output_dir", rel_blink_core_gen_dir, 1000 "--output_dir", rel_blink_core_gen_dir,
1003 ] 1001 ]
1004 1002
1005 deps = make_core_generated_deps 1003 deps = make_core_generated_deps
1006 } 1004 }
1007 1005
1008 # "UserAgentStyleSheets" in make_core_generated from GYP.
1009 action("make_core_generated_user_agent_style_sheets") {
1010 visibility = ":make_core_generated"
1011 script = "../build/scripts/make-file-arrays.py"
1012
1013 inputs = [
1014 "css/html.css",
1015 "css/quirks.css",
1016 "css/view-source.css",
1017 "css/themeChromium.css",
1018 "css/themeChromiumAndroid.css",
1019 "css/themeChromiumLinux.css",
1020 "css/themeChromiumSkia.css",
1021 "css/themeInputMultipleFields.css",
1022 "css/themeMac.css",
1023 "css/themeWin.css",
1024 "css/themeWinQuirks.css",
1025 "css/svg.css",
1026 "css/navigationTransitions.css",
1027 "css/mathml.css",
1028 "css/mediaControls.css",
1029 "css/mediaControlsAndroid.css",
1030 "css/fullscreen.css",
1031 "css/xhtmlmp.css",
1032 "css/viewportAndroid.css",
1033 ]
1034
1035 outputs = [
1036 "$blink_core_output_dir/UserAgentStyleSheets.h",
1037 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
1038 ]
1039
1040 args =
1041 [ "--namespace", "blink" ] +
1042 [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
1043 [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
1044 rebase_path(inputs, root_build_dir)
1045
1046 deps = make_core_generated_deps
1047 }
1048
1049 # "HTMLElementLookupTrie" in make_core_generated from GYP. 1006 # "HTMLElementLookupTrie" in make_core_generated from GYP.
1050 action("make_core_generated_html_element_lookup_trie") { 1007 action("make_core_generated_html_element_lookup_trie") {
1051 visibility = ":make_core_generated" 1008 visibility = ":make_core_generated"
1052 script = "../build/scripts/make_element_lookup_trie.py" 1009 script = "../build/scripts/make_element_lookup_trie.py"
1053 1010
1054 input_file = "html/HTMLTagNames.in" 1011 input_file = "html/HTMLTagNames.in"
1055 inputs = scripts_for_in_files + [ 1012 inputs = scripts_for_in_files + [
1056 input_file, 1013 input_file,
1057 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl", 1014 "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
1058 "../build/scripts/templates/ElementLookupTrie.h.tmpl", 1015 "../build/scripts/templates/ElementLookupTrie.h.tmpl",
(...skipping 23 matching lines...) Expand all
1082 "$blink_core_output_dir/{{source_name_part}}.h", 1039 "$blink_core_output_dir/{{source_name_part}}.h",
1083 ] 1040 ]
1084 args = [ 1041 args = [
1085 "{{source}}", 1042 "{{source}}",
1086 rel_blink_core_gen_dir, 1043 rel_blink_core_gen_dir,
1087 bison_exe, 1044 bison_exe,
1088 ] 1045 ]
1089 1046
1090 deps = make_core_generated_deps 1047 deps = make_core_generated_deps
1091 } 1048 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | Source/platform/PlatformResourceLoader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698