1 # Copyright (c) 2012 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.
5 # Depend on the Android NDK's cpu feature detection. This additional level of
6 # abstraction is no longer necessary and targets can depend directly on
7 # build/android/ndk.gyp:cpu_features instead.
8 # TODO(torne): delete this once all DEPS have been rolled to not use it.
9 # http://crbug.com/440793
12 '<(DEPTH)/build/android/ndk.gyp:cpu_features',