Commit b665f608 authored by sky@chromium.org's avatar sky@chromium.org

Fixes gyp bindings generator dependencies

BUG=none
TEST=none
R=darin@chromium.org, davemoore@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252103 0039d316-1c4b-4281-b951-d872f2087c98
parent 94df49e7
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
} }
], ],
'dependencies': [ 'dependencies': [
'mojo_bindings', '<(DEPTH)/mojo/mojo.gyp:mojo_bindings',
'mojo_system', '<(DEPTH)/mojo/mojo.gyp:mojo_system',
], ],
'include_dirs': [ 'include_dirs': [
'<(DEPTH)', '<(DEPTH)',
......
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