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

Unified Diff: content/content_child.gypi

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: storage/ no longer depends on webkit/ Created 6 years, 3 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index c61d6ff3af2f101cebad3baaea81a77cc4b5e9c3..5da4bc3139a547e0ab70320e58bfd9afa270a492 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -324,11 +324,11 @@
'dependencies': [
'app/resources/content_resources.gyp:content_resources',
'app/strings/content_strings.gyp:content_strings',
+ '../storage/storage_common.gyp:storage_common',
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/WebKit/public/blink_resources.gyp:blink_resources',
'../third_party/npapi/npapi.gyp:npapi',
'../webkit/child/webkit_child.gyp:webkit_child',
- '../webkit/common/webkit_common.gyp:webkit_common',
],
}],
['use_aura==1', {

Powered by Google App Engine
This is Rietveld 408576698