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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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 | « no previous file | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index bb9cc0f195dba351ec580f59a22de911e1cb15ce..e416559c53ad2846a8cb500c0c338e0e557df55c 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -51,7 +51,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java_test_support',
- '../content/content.gyp:content_java_test_support',
+ '../content/content_shell_and_tests.gyp:content_java_test_support',
'../net/net.gyp:net_java_test_support',
'android_webview_apk_java',
],
@@ -67,7 +67,7 @@
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:test_support_base',
- '../content/content.gyp:test_support_content',
+ '../content/content_shell_and_tests.gyp:test_support_content',
'../net/net.gyp:net_test_support',
'../testing/android/native_test.gyp:native_test_native_code',
'../testing/gmock.gyp:gmock',
@@ -94,7 +94,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java_test_support',
- '../content/content.gyp:content_java_test_support',
+ '../content/content_shell_and_tests.gyp:content_java_test_support',
'android_webview_java',
],
'variables': {
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698