Chromium Code Reviews| 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', |
|
Timothy Loh
2016/08/10 05:37:39
Do we still need to edit gyp files? :)
kouhei (in TOK)
2016/11/01 10:49:16
No.
|
| + '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': [ |
| { |