Commit 507b5808 authored by aa@chromium.org's avatar aa@chromium.org

Make webkit_glue depend on v8 explicitly. This is needed for

https://bugs.webkit.org/show_bug.cgi?id=66037 upstream.

BUG=
TEST=

Review URL: http://codereview.chromium.org/7637002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96618 0039d316-1c4b-4281-b951-d872f2087c98
parent 8b33ed93
......@@ -114,6 +114,7 @@
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'webkit_resources',
'webkit_strings',
'webkit_user_agent',
......@@ -509,7 +510,6 @@
['inside_chromium_build==1 and component=="shared_library"', {
'dependencies': [
'<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
],
'export_dependent_settings': [
'<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
......
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