export hard dependencies where needed in mojo
mojo/application_manager/application_loader.h #includes a generated header from mojo_network_bindings. This means any target that uses this header (and thus depends on application_manager) must declare a hard dependency on mojo_network_bindings so that the generated header exists before that target tries to compile. This exports the hard dep (via gyp's export_dependent_settings) and from other targets with similar needs. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/496813002 Cr-Commit-Position: refs/heads/master@{#291273} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291273 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment