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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes and use FILEAPI_EXPORT_PRIVATE Created 8 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
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index d2fca69098024d617a0eceef1e719eed9c06d908..bca8f628c38935e7d7c79e4242726e616ac6fc07 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -133,8 +133,8 @@
'<(DEPTH)/ui/gl/gl.gyp:gl',
'<(DEPTH)/ui/ui.gyp:ui',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
benwells 2012/05/29 10:23:00 I don't think this change is needed; I'll remove i
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
- 'fileapi',
'webkit_media',
'webkit_resources',
'webkit_strings',

Powered by Google App Engine
This is Rietveld 408576698