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

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

Issue 852033002: Revert of 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 5 years, 11 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'action': [ 545 'action': [
546 'python', 546 'python',
547 '../build/scripts/make_qualified_names.py', 547 '../build/scripts/make_qualified_names.py',
548 'html/parser/MathMLTagNames.in', 548 'html/parser/MathMLTagNames.in',
549 'html/parser/MathMLAttributeNames.in', 549 'html/parser/MathMLAttributeNames.in',
550 '--output_dir', 550 '--output_dir',
551 '<(blink_core_output_dir)', 551 '<(blink_core_output_dir)',
552 ], 552 ],
553 }, 553 },
554 { 554 {
555 'action_name': 'UserAgentStyleSheets',
556 'variables': {
557 'scripts': [
558 '../build/scripts/make-file-arrays.py',
559 ],
560 'stylesheets': [
561 'css/html.css',
562 'css/quirks.css',
563 'css/view-source.css',
564 'css/themeChromium.css',
565 'css/themeChromiumAndroid.css',
566 'css/themeChromiumLinux.css',
567 'css/themeChromiumSkia.css',
568 'css/themeInputMultipleFields.css',
569 'css/themeMac.css',
570 'css/themeWin.css',
571 'css/themeWinQuirks.css',
572 'css/svg.css',
573 'css/navigationTransitions.css',
574 'css/mathml.css',
575 'css/mediaControls.css',
576 'css/mediaControlsAndroid.css',
577 'css/fullscreen.css',
578 'css/xhtmlmp.css',
579 'css/viewportAndroid.css',
580 ],
581 },
582 'inputs': [
583 '<@(scripts)',
584 '<@(stylesheets)'
585 ],
586 'outputs': [
587 '<(blink_core_output_dir)/UserAgentStyleSheets.h',
588 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
589 ],
590 'action': [
591 'python',
592 '<@(scripts)',
593 '--namespace',
594 'blink',
595 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h',
596 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
597 '<@(stylesheets)',
598 ],
599 },
600 {
555 'action_name': 'FetchInitiatorTypeNames', 601 'action_name': 'FetchInitiatorTypeNames',
556 'inputs': [ 602 'inputs': [
557 '<@(make_names_files)', 603 '<@(make_names_files)',
558 'fetch/FetchInitiatorTypeNames.in', 604 'fetch/FetchInitiatorTypeNames.in',
559 ], 605 ],
560 'outputs': [ 606 'outputs': [
561 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', 607 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp',
562 '<(blink_core_output_dir)/FetchInitiatorTypeNames.h', 608 '<(blink_core_output_dir)/FetchInitiatorTypeNames.h',
563 ], 609 ],
564 'action': [ 610 'action': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 '../build/scripts/rule_bison.py', 809 '../build/scripts/rule_bison.py',
764 '<(RULE_INPUT_PATH)', 810 '<(RULE_INPUT_PATH)',
765 '<(blink_core_output_dir)', 811 '<(blink_core_output_dir)',
766 '<(bison_exe)', 812 '<(bison_exe)',
767 ], 813 ],
768 }, 814 },
769 ], 815 ],
770 }, 816 },
771 ], 817 ],
772 } 818 }
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