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

Unified Diff: base/BUILD.gn

Issue 2723423002: Start BindStateBase ref count from 1 instead of 0 (Closed)
Patch Set: +MAKE_REF_COUNT_START_FROM_ONE. +document Created 3 years, 9 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 | base/callback_internal.h » ('j') | base/memory/ref_counted.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/callback_internal.h » ('j') | base/memory/ref_counted.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698