Skip to content

Commit

Permalink
Fix IPC fuzzer compilation errors.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsepez@chromium.org committed Jun 7, 2014
1 parent dbffc7a commit 7ac2831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/ipc_fuzzer/message_lib/message_lib.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down
2 changes: 2 additions & 0 deletions tools/ipc_fuzzer/mutate/mutate.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down Expand Up @@ -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',
],
Expand Down

0 comments on commit 7ac2831

Please sign in to comment.