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)', |