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

Unified Diff: build/all_android.gyp

Issue 13962003: [Android] Use the build-generated list of libraries for gtest APKs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | build/apk_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 4ff5d6aca9e8959abd681f5581942e98de1e37c6..1a3e2efe6f6a62802b4bbdaaff6d6e785dcc6326 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -84,11 +84,6 @@
}],
['"<(gtest_target_type)"=="shared_library"', {
'dependencies': [
- # The first item is simply the template. We add as a dep
- # to make sure it builds in ungenerated form. TODO(jrg):
- # once stable, transition to a test-only (optional)
- # target.
- '../testing/android/native_test.gyp:native_test_apk',
# Unit test bundles packaged as an apk.
'../android_webview/android_webview.gyp:android_webview_unittests_apk',
'../base/base.gyp:base_unittests_apk',
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698