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

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 overscroller jni generation 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9fac88c437b063fbcc898c2f6d64d9fca07ff7e6..84b6a2f8d4650d6a408445a5d47e8f4d54db7ca2 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',
@@ -552,6 +553,7 @@
}, { # OS != "ios"
'dependencies': [
'content_browser',
+ 'content_child',
'content_gpu',
'content_plugin',
'content_renderer',
@@ -751,6 +753,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': [

Powered by Google App Engine
This is Rietveld 408576698