summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 22:05:47 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 22:05:47 +0000
commit188a91a31b55437aa725e67373f3495df60e9e53 (patch)
treec7ddb1c16bfffa6fdefb9675a0038eda159e5cec /build
parentc7520c34b0139c6a5b641ef669d7c9cd07e21ae3 (diff)
downloadchromium_src-188a91a31b55437aa725e67373f3495df60e9e53.zip
chromium_src-188a91a31b55437aa725e67373f3495df60e9e53.tar.gz
chromium_src-188a91a31b55437aa725e67373f3495df60e9e53.tar.bz2
[Android] Temporarily force gtests to be unmanaged.
There's a little more to support these as managed both in packaging and the scripts that run tests. Disable for now. BUG=158821 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14198002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/apk_test.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index f0101d0..f774831 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -33,6 +33,8 @@
'java_in_dir': '<(DEPTH)/testing/android/java',
'android_manifest_path': '<(DEPTH)/testing/android/AndroidManifest.xml',
'native_lib_target': 'lib<(test_suite_name)',
+ # TODO(yfriedman, cjhopman): Support managed installs for gtests.
+ 'gyp_managed_install': 0,
},
'includes': [ 'java_apk.gypi' ],
}], # 'OS == "android" and gtest_target_type == "shared_library"