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

Side by Side Diff: base/android/linker/config.gni

Issue 2462333002: Crazylinker: remove the code to load component build library (Closed)
Patch Set: Revert "Revert of Crazylinker: remove the code to load component build library (patchset #4 id:6000… Created 4 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 unified diff | Download patch
« no previous file with comments | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 8
9 # Chromium linker crashes on component builds on Android 4.4. See b/11379966 9 # Chromium linker doesn't reliably support loading multiple libraries;
10 # disable for component builds, see crbug.com/657093.
10 # Chromium linker causes instrumentation to return incorrect results. 11 # Chromium linker causes instrumentation to return incorrect results.
11 chromium_linker_supported = 12 chromium_linker_supported =
12 !is_component_build && !enable_profiling && !use_order_profiling && !is_asan 13 !is_component_build && !enable_profiling && !use_order_profiling && !is_asan
OLDNEW
« no previous file with comments | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698