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

Side by Side Diff: Source/core/core_generated.gyp

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 | « Source/core/core.gyp ('k') | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'action': [ 543 'action': [
544 'python', 544 'python',
545 '../build/scripts/make_qualified_names.py', 545 '../build/scripts/make_qualified_names.py',
546 'html/parser/MathMLTagNames.in', 546 'html/parser/MathMLTagNames.in',
547 'html/parser/MathMLAttributeNames.in', 547 'html/parser/MathMLAttributeNames.in',
548 '--output_dir', 548 '--output_dir',
549 '<(blink_core_output_dir)', 549 '<(blink_core_output_dir)',
550 ], 550 ],
551 }, 551 },
552 { 552 {
553 'action_name': 'UserAgentStyleSheets',
554 'variables': {
555 'scripts': [
556 '../build/scripts/make-file-arrays.py',
557 ],
558 'stylesheets': [
559 'css/html.css',
560 'css/quirks.css',
561 'css/view-source.css',
562 'css/themeChromium.css',
563 'css/themeChromiumAndroid.css',
564 'css/themeChromiumLinux.css',
565 'css/themeChromiumSkia.css',
566 'css/themeInputMultipleFields.css',
567 'css/themeMac.css',
568 'css/themeWin.css',
569 'css/themeWinQuirks.css',
570 'css/svg.css',
571 'css/navigationTransitions.css',
572 'css/mathml.css',
573 'css/mediaControls.css',
574 'css/mediaControlsAndroid.css',
575 'css/fullscreen.css',
576 'css/xhtmlmp.css',
577 'css/viewportAndroid.css',
578 ],
579 },
580 'inputs': [
581 '<@(scripts)',
582 '<@(stylesheets)'
583 ],
584 'outputs': [
585 '<(blink_core_output_dir)/UserAgentStyleSheets.h',
586 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
587 ],
588 'action': [
589 'python',
590 '<@(scripts)',
591 '--namespace',
592 'blink',
593 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h',
594 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
595 '<@(stylesheets)',
596 ],
597 },
598 {
599 'action_name': 'FetchInitiatorTypeNames', 553 'action_name': 'FetchInitiatorTypeNames',
600 'inputs': [ 554 'inputs': [
601 '<@(make_names_files)', 555 '<@(make_names_files)',
602 'fetch/FetchInitiatorTypeNames.in', 556 'fetch/FetchInitiatorTypeNames.in',
603 ], 557 ],
604 'outputs': [ 558 'outputs': [
605 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', 559 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp',
606 '<(blink_core_output_dir)/FetchInitiatorTypeNames.h', 560 '<(blink_core_output_dir)/FetchInitiatorTypeNames.h',
607 ], 561 ],
608 'action': [ 562 'action': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 '../build/scripts/rule_bison.py', 761 '../build/scripts/rule_bison.py',
808 '<(RULE_INPUT_PATH)', 762 '<(RULE_INPUT_PATH)',
809 '<(blink_core_output_dir)', 763 '<(blink_core_output_dir)',
810 '<(bison_exe)', 764 '<(bison_exe)',
811 ], 765 ],
812 }, 766 },
813 ], 767 ],
814 }, 768 },
815 ], 769 ],
816 } 770 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698