summaryrefslogtreecommitdiffstats
path: root/build/android/cpufeatures.gypi
blob: 672ff1f3d058123b52e378b09ab89c4b684431b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Depend on the Android NDK's cpu feature detection. This additional level of
# abstraction is no longer necessary and targets can depend directly on
# build/android/ndk.gyp:cpu_features instead.
# TODO(torne): delete this once all DEPS have been rolled to not use it.
# http://crbug.com/440793
{
  'dependencies': [
    '<(DEPTH)/build/android/ndk.gyp:cpu_features',
  ],
}