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

Unified Diff: content/content_tests.gypi

Issue 23455019: Compile content_gl_tests on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix component build 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 | « build/all_android.gyp ('k') | no next file » | 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 f7f595156e16e9392ebc051d0fd6f6c9182c653d..ebe38906b3f5cbc537100cf58742bd11120c6e6d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -243,6 +243,7 @@
}],
['OS=="android"', {
'dependencies': [
+ '../ui/ui.gyp:shell_dialogs',
'test_support_content_jni_headers',
],
}],
@@ -705,9 +706,6 @@
],
}],
['OS == "android"', {
- 'dependencies': [
- '../ui/ui.gyp:shell_dialogs',
- ],
'sources!': [
'browser/geolocation/gps_location_provider_unittest_linux.cc',
'browser/geolocation/network_location_provider_unittest.cc',
@@ -1015,6 +1013,13 @@
'common/gpu/client/gl_helper_unittests.cc',
'common/gpu/client/gpu_in_process_context_tests.cc',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'dependencies': [
+ '../testing/android/native_test.gyp:native_test_native_code',
+ ],
+ }],
+ ],
},
{
'target_name': 'content_gl_benchmark',
@@ -1150,6 +1155,21 @@
['OS == "android" and gtest_target_type == "shared_library"', {
'targets': [
{
+ 'target_name': 'content_gl_tests_apk',
+ 'type': 'none',
+ 'dependencies': [
+ 'content_gl_tests',
+ 'content_java_test_support',
+ ],
+ 'variables': {
+ 'test_suite_name': 'content_gl_tests',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_gl_tests<(SHARED_LIB_SUFFIX)',
+ },
+ 'includes': [
+ '../build/apk_test.gypi',
+ ],
+ },
+ {
'target_name': 'content_unittests_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « build/all_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698