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

Unified 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 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 0e91058d25a35e8dbe1d20e6305f8543ee934259..2a16559695a808df6835706a7b655f267bf3c51e 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -552,6 +552,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