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

Unified Diff: runtime/BUILD.gn

Issue 2647793005: Revert "Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Ex… (Closed)
Patch Set: Created 3 years, 11 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 | runtime/bin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index a70b6b27be408938912d2e3bdfc7effbe740a094..36983b6a75caede18bcd48379045163686f254f8 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -2,8 +2,6 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-import("runtime_args.gni")
-
declare_args() {
# Instead of using is_debug, we introduce a different flag for specifying a
# Debug build of Dart so that clients can still use a Release build of Dart
@@ -148,12 +146,6 @@ config("dart_config") {
defines += [ "NDEBUG" ]
}
- include_dirs = []
- if (dart_use_tcmalloc) {
- defines += [ "DART_USE_TCMALLOC" ]
- include_dirs += [ "../third_party/tcmalloc/gperftools/src" ]
- }
-
if (!is_win) {
cflags = [
"-Werror",
« no previous file with comments | « no previous file | runtime/bin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698