| 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",
|
| ]
|
| }
|
|
|
|
|