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

Unified Diff: webkit/webkit.gyp

Issue 115122: Add 'inspector_resources' as a dependency of 'glue'. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/chrome.sln ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 15617)
+++ webkit/webkit.gyp (working copy)
@@ -4316,9 +4316,10 @@
'type': '<(library)',
'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
'dependencies': [
+ '../net/net.gyp:net',
+ 'inspector_resources',
'webcore',
'webkit',
- '../net/net.gyp:net',
'webkit_resources',
'webkit_strings',
],
« no previous file with comments | « chrome/chrome.sln ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698