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

Unified Diff: testing/android/native_test/BUILD.gn

Issue 2513363003: repro for crbug.com/663886
Patch Set: Created 4 years, 1 month 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/config/compiler/BUILD.gn ('k') | testing/android/native_test/native_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/BUILD.gn
diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
index f08a8d1b5a421d5481c124d6ca26f54b8a790c31..5ee6c2a46597804e7741a2e0dfae35bedd9567f5 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -15,8 +15,8 @@ source_set("native_test_support") {
deps = [
":native_test_jni_headers",
"//base",
- "//base/test:test_support",
- "//base/third_party/dynamic_annotations",
+ #"//base/test:test_support",
+ #"//base/third_party/dynamic_annotations",
"//testing/gtest",
]
}
@@ -29,7 +29,7 @@ source_set("native_test_native_code") {
libs = [ "log" ]
deps = [
":native_test_support",
- "//base",
+ #"//base",
]
}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | testing/android/native_test/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698