Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: webkit/webkit.gyp

Issue 467045: DevTools: specify dependency of 'devtools.html' from 'webkit.gyp'. (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/build/generate_devtools_html.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index eaf5fff4289a2ce113f13efe7e0f6cb872712d42..6add1baa127eea59337031c792e96fe7871d36fd 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -512,6 +512,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',
'../third_party/WebKit/WebCore/inspector/front-end/inspector.html',
],
'outputs': [
« no previous file with comments | « webkit/build/generate_devtools_html.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698