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

Unified Diff: third_party/WebKit/public/blink_resources.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/public/blink_resources.gyp
diff --git a/third_party/WebKit/public/blink_resources.gyp b/third_party/WebKit/public/blink_resources.gyp
index 7d848e826cad6d5edf33db5df2fb6e0cf19a0674..da7a917811516b6f2eb75a5b385f1dfc6b5487b7 100644
--- a/third_party/WebKit/public/blink_resources.gyp
+++ b/third_party/WebKit/public/blink_resources.gyp
@@ -3,12 +3,19 @@
# found in the LICENSE file.
{
+ 'includes': [ '../Source/core/core_generated.gypi' ],
+ 'variables': {
+ 'html_min_css': '<(blink_core_output_dir)/html.css'
+ },
'targets': [
{
'target_name': 'blink_resources',
'type': 'none',
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources',
+ 'grit_additional_defines': [
+ '-E', 'html_min_css=<(html_min_css)'
+ ],
},
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698