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

Unified Diff: content/content_shell.gypi

Issue 10830260: Add local file system directory listings support for content shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | content/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
===================================================================
--- content/content_shell.gypi (revision 150808)
+++ content/content_shell.gypi (working copy)
@@ -32,11 +32,12 @@
'../ipc/ipc.gyp:ipc',
'../media/media.gyp:media',
'../net/net.gyp:net',
+ '../net/net.gyp:net_resources',
'../skia/skia.gyp:skia',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
'../ui/ui.gyp:ui',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/support/webkit_support.gyp:webkit_support',
+ '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'include_dirs': [
'..',
@@ -239,7 +240,6 @@
'dependencies': [
'browser/debugger/devtools_resources.gyp:devtools_resources',
'content_shell_resources',
- '<(DEPTH)/net/net.gyp:net_resources',
jochen (gone - plz use gerrit) 2012/08/13 09:43:46 why is this move required?
jam 2012/08/13 15:07:25 in patchset 1, I tried putting net.gyp:net_resourc
'<(DEPTH)/ui/ui.gyp:ui_resources',
],
'variables': {
« no previous file with comments | « no previous file | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698