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

Unified Diff: base/allocator/BUILD.gn

Issue 1487403002: Remove allocator_extension_thunks since this layer is not required (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove NULL Created 5 years 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
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index ad781f8f86d685998867bf56b74bb1aefa20c134..dee067e0c15d9a068e9de6424323e6a657b2a2c6 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -305,15 +305,3 @@ if (use_allocator == "tcmalloc") {
}
}
} # !is_android
-
-source_set("extension_thunks") {
- visibility = [ "//base/*" ]
- sources = [
- "allocator_extension_thunks.cc",
- "allocator_extension_thunks.h",
- ]
- if (is_android && !is_debug) {
- configs -= [ "//build/config/compiler:default_optimization" ]
- configs += [ "//build/config/compiler:optimize_max" ]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698