Index: third_party/WebKit/Source/platform/blink_platform.gyp |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp |
index a39686514248597cba6db8f817981feac7747861..81ce5d431024fec8a4735c63b7335b9a092dbc57 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gyp |
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp |
@@ -184,6 +184,7 @@ |
'blink_prerequisites', |
'<(DEPTH)/base/base.gyp:base', |
'<(DEPTH)/cc/cc.gyp:cc', |
+ '<(DEPTH)/components/components.gyp:compression', |
'<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
'<(DEPTH)/skia/skia.gyp:skia', |
'<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
@@ -218,6 +219,7 @@ |
], |
'include_dirs': [ |
'<(angle_path)/include', |
+ '<(DEPTH)', |
'<(SHARED_INTERMEDIATE_DIR)/blink', |
], |
'xcode_settings': { |