diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files 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': [ |