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

Unified Diff: base/base.gyp

Issue 10792003: Android: Disable tests failing on Jellybean devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/android/gtest_filter/base_unittests_disabled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c7596acfd693f0b3bb43abf76339dbedcc15ae01..9dded4df573602b08503917c4b9b034d41d1ec3c 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -532,8 +532,6 @@
'sources!': [
# TODO(michaelbai): Removed the below once the fix upstreamed.
'debug/stack_trace_unittest.cc',
- 'memory/mru_cache_unittest.cc',
- 'synchronization/cancellation_flag_unittest.cc',
],
'dependencies': [
'android/jni_generator/jni_generator.gyp:jni_generator_tests',
@@ -543,13 +541,6 @@
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
],
- }, { # gtest_target_type != shared_library
- 'sources!': [
- # The below files are excluded because of the missing JNI.
- 'android/jni_android_unittest.cc',
- 'android/path_utils_unittest.cc',
- 'android/scoped_java_ref_unittest.cc',
- ],
}],
],
}],
« no previous file with comments | « no previous file | build/android/gtest_filter/base_unittests_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698