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

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

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add the actual .css file 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 | Annotate | Revision Log
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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'css/themeWin.css', 590 'css/themeWin.css',
591 'css/themeWinQuirks.css', 591 'css/themeWinQuirks.css',
592 'css/svg.css', 592 'css/svg.css',
593 'css/navigationTransitions.css', 593 'css/navigationTransitions.css',
594 'css/mathml.css', 594 'css/mathml.css',
595 'css/mediaControls.css', 595 'css/mediaControls.css',
596 'css/mediaControlsAndroid.css', 596 'css/mediaControlsAndroid.css',
597 'css/fullscreen.css', 597 'css/fullscreen.css',
598 'css/xhtmlmp.css', 598 'css/xhtmlmp.css',
599 'css/viewportAndroid.css', 599 'css/viewportAndroid.css',
600 'css/pluginPlaceholder.css',
600 ], 601 ],
601 }, 602 },
602 'inputs': [ 603 'inputs': [
603 '<@(scripts)', 604 '<@(scripts)',
604 '<@(stylesheets)' 605 '<@(stylesheets)'
605 ], 606 ],
606 'outputs': [ 607 'outputs': [
607 '<(blink_core_output_dir)/UserAgentStyleSheets.h', 608 '<(blink_core_output_dir)/UserAgentStyleSheets.h',
608 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', 609 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
609 ], 610 ],
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '../build/scripts/rule_bison.py', 830 '../build/scripts/rule_bison.py',
830 '<(RULE_INPUT_PATH)', 831 '<(RULE_INPUT_PATH)',
831 '<(blink_core_output_dir)', 832 '<(blink_core_output_dir)',
832 '<(bison_exe)', 833 '<(bison_exe)',
833 ], 834 ],
834 }, 835 },
835 ], 836 ],
836 }, 837 },
837 ], 838 ],
838 } 839 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698