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

Unified Diff: base/memory/BUILD.gn

Issue 1142423004: Make GN header checker more lenient about toolchains. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | tools/gn/header_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index bd864caa245b32bb57dcf4737f08c87074ea69b4..8b13c7ac9db9b9518c6d2406774504bae69b07e0 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -52,6 +52,12 @@ source_set("memory") {
sources -= [ "shared_memory_nacl.cc" ]
}
+ if (is_android) {
+ deps = [
+ "//third_party/ashmem",
+ ]
+ }
+
configs += [ "//base:base_implementation" ]
visibility = [ "//base/*" ]
« no previous file with comments | « no previous file | tools/gn/header_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698