OLD | NEW |
---|---|
(Empty) | |
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 | |
3 # found in the LICENSE file. | |
4 | |
5 # TODO(GYP) add "|| profiling_full_stack_frames | |
6 # Only enable the chromium linker on regular builds, since the | |
7 # component build crashes on Android 4.4. See b/11379966 | |
8 chromium_linker_supported = !is_component_build | |
OLD | NEW |