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

Unified Diff: content/content_tests.gypi

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] 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
« no previous file with comments | « content/content_renderer.gypi ('k') | webkit/base/webkit_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 39e14bc7d67930f3be5b1b9d3cb920f0368613c3..33e0713362d315772bba57e8ca062524a7e349f9 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -171,8 +171,10 @@
'../ui/surface/surface.gyp:surface',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
- '../webkit/support/webkit_support.gyp:webkit_storage',
'../webkit/support/webkit_support.gyp:webkit_support_common',
+ '../webkit/storage_browser.gyp:webkit_storage_browser',
+ '../webkit/storage_common.gyp:webkit_storage_common',
+ '../webkit/storage_renderer.gyp:webkit_storage_renderer',
],
}],
['OS == "win" or toolkit_uses_gtk == 1', {
@@ -564,16 +566,18 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../ui/gl/gl.gyp:gl',
'../v8/tools/gyp/v8.gyp:v8',
+ '../webkit/base/webkit_base.gyp:webkit_base',
'../webkit/plugins/webkit_plugins.gyp:plugins_common',
'../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
+ '../webkit/storage_browser.gyp:webkit_storage_browser',
+ '../webkit/storage_common.gyp:webkit_storage_common',
+ '../webkit/storage_renderer.gyp:webkit_storage_renderer',
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:glue_common',
'../webkit/support/webkit_support.gyp:glue_renderer',
'../webkit/support/webkit_support.gyp:plugins',
- '../webkit/support/webkit_support.gyp:webkit_base',
'../webkit/support/webkit_support.gyp:webkit_common',
'../webkit/support/webkit_support.gyp:webkit_media',
- '../webkit/support/webkit_support.gyp:webkit_storage',
],
}],
['enable_plugins==0', {
« no previous file with comments | « content/content_renderer.gypi ('k') | webkit/base/webkit_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698