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

Unified Diff: Source/core/core_generated.gyp

Issue 567073004: 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 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index c8f042c5b42ad7a38a0691b23eb45aba3acccd2e..d040e9f0613170fb83090632624af64a16e5a25d 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -550,6 +550,52 @@
],
},
{
+ 'action_name': 'UserAgentStyleSheets',
+ 'variables': {
+ 'scripts': [
+ '../build/scripts/make-file-arrays.py',
+ ],
+ 'stylesheets': [
+ 'css/html.css',
+ 'css/quirks.css',
+ 'css/view-source.css',
+ 'css/themeChromium.css',
+ 'css/themeChromiumAndroid.css',
+ 'css/themeChromiumLinux.css',
+ 'css/themeChromiumSkia.css',
+ 'css/themeInputMultipleFields.css',
+ 'css/themeMac.css',
+ 'css/themeWin.css',
+ 'css/themeWinQuirks.css',
+ 'css/svg.css',
+ 'css/navigationTransitions.css',
+ 'css/mathml.css',
+ 'css/mediaControls.css',
+ 'css/mediaControlsAndroid.css',
+ 'css/fullscreen.css',
+ 'css/xhtmlmp.css',
+ 'css/viewportAndroid.css',
+ ],
+ },
+ 'inputs': [
+ '<@(scripts)',
+ '<@(stylesheets)'
+ ],
+ 'outputs': [
+ '<(blink_core_output_dir)/UserAgentStyleSheets.h',
+ '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
+ ],
+ 'action': [
+ 'python',
+ '<@(scripts)',
+ '--namespace',
+ 'blink',
+ '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h',
+ '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
+ '<@(stylesheets)',
+ ],
+ },
+ {
'action_name': 'FetchInitiatorTypeNames',
'inputs': [
'<@(make_names_files)',
« 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