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

Unified Diff: third_party/WebKit/Source/core/core_generated.gyp

Issue 2088123002: Minimize bundled user-agent CSS: html.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: perf try Created 4 years, 6 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
Index: third_party/WebKit/Source/core/core_generated.gyp
diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp
index c15ab4e41e1ab295c7dd428396bbf3351b2f4095..64ff35acd182f4993bb7c902206ffcd731ac07cd 100644
--- a/third_party/WebKit/Source/core/core_generated.gyp
+++ b/third_party/WebKit/Source/core/core_generated.gyp
@@ -791,6 +791,24 @@
'<(blink_core_output_dir)/origin_trials',
],
},
+ {
+ 'action_name': 'MakeMinimizedCSS',
+ 'inputs': [
+ '<@(scripts_for_in_files)',
+ '../build/scripts/minimize_css.py',
+ 'css/html.css',
+ ],
+ 'outputs': [
+ '<(blink_core_output_dir)/html.css',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/minimize_css.py',
+ 'css/html.css',
+ '--output_dir',
+ '<(blink_core_output_dir)',
+ ],
+ },
],
'rules': [
{

Powered by Google App Engine
This is Rietveld 408576698