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

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: gn 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'css/themeWin.css', 591 'css/themeWin.css',
592 'css/themeWinQuirks.css', 592 'css/themeWinQuirks.css',
593 'css/svg.css', 593 'css/svg.css',
594 'css/navigationTransitions.css', 594 'css/navigationTransitions.css',
595 'css/mathml.css', 595 'css/mathml.css',
596 'css/mediaControls.css', 596 'css/mediaControls.css',
597 'css/mediaControlsAndroid.css', 597 'css/mediaControlsAndroid.css',
598 'css/fullscreen.css', 598 'css/fullscreen.css',
599 'css/xhtmlmp.css', 599 'css/xhtmlmp.css',
600 'css/viewportAndroid.css', 600 'css/viewportAndroid.css',
601 'html/shadow/PluginPlaceholderElement.css',
601 ], 602 ],
602 }, 603 },
603 'inputs': [ 604 'inputs': [
604 '<@(scripts)', 605 '<@(scripts)',
605 '<@(stylesheets)' 606 '<@(stylesheets)'
606 ], 607 ],
607 'outputs': [ 608 'outputs': [
608 '<(blink_core_output_dir)/UserAgentStyleSheets.h', 609 '<(blink_core_output_dir)/UserAgentStyleSheets.h',
609 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', 610 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
610 ], 611 ],
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '../build/scripts/rule_bison.py', 831 '../build/scripts/rule_bison.py',
831 '<(RULE_INPUT_PATH)', 832 '<(RULE_INPUT_PATH)',
832 '<(blink_core_output_dir)', 833 '<(blink_core_output_dir)',
833 '<(bison_exe)', 834 '<(bison_exe)',
834 ], 835 ],
835 }, 836 },
836 ], 837 ],
837 }, 838 },
838 ], 839 ],
839 } 840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698