Commit 7ac2831f authored by tsepez@chromium.org's avatar tsepez@chromium.org

Fix IPC fuzzer compilation errors.

Adds a direct dependence on WebKit/public so as full-path
includes under that directory are successful.

TBR=inferno@chromium.org

Review URL: https://codereview.chromium.org/322643002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275644 0039d316-1c4b-4281-b951-d872f2087c98
parent dbffc7a7
......@@ -17,6 +17,7 @@
'../../../media/cast/cast.gyp:cast_transport',
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
],
'sources': [
......
......@@ -19,6 +19,7 @@
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
],
......@@ -55,6 +56,7 @@
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment