| 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': [
|
| {
|
|
|