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

Unified Diff: content/content_browser.gypi

Issue 16091011: 2nd try: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: splint_link fix Created 7 years, 6 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0ebc9927feccb11d7b48e2661bc78a1601e5813e..f2732e30ea0ba9a12a10453aaf98b41d8afc807e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1156,8 +1156,9 @@
'../ui/surface/surface.gyp:surface',
'../webkit/support/webkit_support.gyp:webkit_common',
'../webkit/support/webkit_support.gyp:webkit_resources',
- '../webkit/support/webkit_support.gyp:webkit_storage',
'../webkit/support/webkit_support.gyp:webkit_strings',
+ '../webkit/storage_browser.gyp:webkit_storage_browser',
+ '../webkit/storage_common.gyp:webkit_storage_common',
],
}],
['OS!="mac" and OS!="ios"', {

Powered by Google App Engine
This is Rietveld 408576698