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

Unified Diff: webkit/webkit.gyp

Issue 256076: DevTools: fix 'devtools.html' generation on Linux. (Closed)
Patch Set: Created 11 years, 2 months 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 | « no previous file | 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 41339167ca10aa251fdb4b0efae6106783a9631a..2dd6bba97f1804509388589c58b1649a7f12ec22 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -749,6 +749,9 @@
'target_name': 'devtools_html',
'type': 'none',
'msvs_guid': '9BE5D4D5-E800-44F9-B6C0-27DF15A9D817',
+ 'sources': [
+ '<(PRODUCT_DIR)/resources/inspector/devtools.html',
+ ],
'actions': [
{
'action_name': 'devtools_html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698