From 20bfddde906f2c2667adc204bfe1c72b8be1ca39 Mon Sep 17 00:00:00 2001 From: "yurys@chromium.org" Date: Fri, 16 Apr 2010 00:52:58 +0000 Subject: DevTools: specify dependency of 'devtools.html' from 'WebKit.gypi' BUG=29695 Review URL: http://codereview.chromium.org/1545042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44722 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index e03c5dd..3edd0fe5 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -94,8 +94,8 @@ 'action_name': 'devtools_html', 'inputs': [ 'build/generate_devtools_html.py', - # See issue 29695: webkit.gyp is a source file for devtools.html. - 'webkit.gyp', + # See issue 29695: WebKit.gypi is a source file for devtools.html. + '../third_party/WebKit/WebKit/chromium/WebKit.gypi', '../third_party/WebKit/WebCore/inspector/front-end/inspector.html', ], 'outputs': [ -- cgit v1.1