| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 8ebf36bf8344a9eca27a4abab9e08d37b04db2b8..b8e8129df973c08951e9b6241ac64cc43f1ae3a6 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -2396,6 +2396,7 @@ if (enable_nocompile_tests) {
|
| "bind_unittest.nc",
|
| "callback_list_unittest.nc",
|
| "callback_unittest.nc",
|
| + "memory/ref_counted_unittest.nc",
|
| "memory/weak_ptr_unittest.nc",
|
| "metrics/histogram_unittest.nc",
|
| ]
|
| @@ -2556,10 +2557,9 @@ if (is_android) {
|
| android_aidl("base_java_aidl") {
|
| import_include = [ "android/java/src" ]
|
| sources = [
|
| - "android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl",
|
| + "android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl",
|
| ]
|
| -}
|
| -
|
| + }
|
|
|
| android_library("base_javatests") {
|
| testonly = true
|
|
|