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

Unified Diff: base/allocator/BUILD.gn

Issue 1476323002: Add base to "gn check". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « base/BUILD.gn ('k') | base/debug/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 1d0ba62cb88769892c6531d317b9e8b5243f0273..ad781f8f86d685998867bf56b74bb1aefa20c134 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -90,6 +90,7 @@ if (is_win) {
public_configs = [ ":nocmt" ]
deps = [
":prep_libc",
+ "//base",
]
}
}
@@ -305,7 +306,7 @@ if (use_allocator == "tcmalloc") {
}
} # !is_android
-source_set("allocator_extension_thunks") {
+source_set("extension_thunks") {
visibility = [ "//base/*" ]
sources = [
"allocator_extension_thunks.cc",
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698