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

Unified Diff: content/content_shell.gypi

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios? Created 7 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 85a88c4c8be137135a983c08d4e8c8256a435c48..233a7c4ebab1626e38a2920c1d95c9323229cb24 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -51,8 +51,10 @@
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
- '../webkit/support/webkit_support.gyp:webkit_support',
+ '../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/webkit_resources.gyp:webkit_resources',
+ '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
+ '../webkit/support/webkit_support.gyp:glue',
],
'include_dirs': [
'..',
@@ -203,7 +205,7 @@
'dependencies': [
# This dependency is for running DRT against the content shell, and
# this combination is not yet supported on Android.
- '../webkit/support/webkit_support.gyp:webkit_support',
+ 'test_support_content',
],
}], # OS=="android"
['(os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (android_use_tcmalloc==1)', {
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698