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

Unified Diff: base/BUILD.gn

Issue 1215673002: Add a stub __cxa_demangle to disable LLVM's demangler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/android/cxa_demangle_stub.cc » ('j') | base/android/cxa_demangle_stub.cc » ('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 e904b33615182f2c6af1b0736c8e9db7864c8447..13224b3f8fe35f45019a0710c76a3c067890bfa0 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -83,6 +83,7 @@ component("base") {
"android/content_uri_utils.cc",
"android/content_uri_utils.h",
"android/cpu_features.cc",
+ "android/cxa_demangle_stub.cc",
"android/event_log.cc",
"android/event_log.h",
"android/field_trial_list.cc",
« no previous file with comments | « no previous file | base/android/cxa_demangle_stub.cc » ('j') | base/android/cxa_demangle_stub.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698