Commit 695382f0 authored by tkent@chromium.org's avatar tkent@chromium.org

webkit_support_common should depend on setup_third_party.gyp:third_party_headers.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6251007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71405 0039d316-1c4b-4281-b951-d872f2087c98
parent af7e9d3a
......@@ -102,6 +102,13 @@
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
],
'conditions': [
['inside_chromium_build==0', {
'dependencies': [
'setup_third_party.gyp:third_party_headers',
],
}],
],
},
],
}
......
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