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

Unified Diff: content/content_tests.gypi

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 5 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_child.gypi ('k') | webkit/child/DEPS » ('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 2fe5d1fb00dad41098bbc463dfd23b7a26cf98d7..54adf6faaec4ab0604215f60eb9667bb9ae1a1d1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -159,6 +159,7 @@
],
}, { # OS != "ios"
'dependencies': [
+ 'content_child',
'content_ppapi_plugin',
'content_utility',
'content_worker',
@@ -551,6 +552,7 @@
}, { # OS != "ios"
'dependencies': [
'content_browser',
+ 'content_child',
'content_gpu',
'content_plugin',
'content_renderer',
@@ -750,6 +752,7 @@
'../ui/ui.gyp:shell_dialogs',
'../ui/ui.gyp:ui',
'../webkit/support/webkit_support.gyp:glue',
+ '../webkit/support/webkit_support.gyp:glue_child',
'../webkit/support/webkit_support.gyp:glue_renderer',
],
'include_dirs': [
« no previous file with comments | « content/content_child.gypi ('k') | webkit/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698