Add Apps.AppListSearchQueryLength UMA histogram.
[chromium-blink-merge.git] / build / android / cpufeatures.gypi
blob672ff1f3d058123b52e378b09ab89c4b684431b2
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
11   'dependencies': [
12     '<(DEPTH)/build/android/ndk.gyp:cpu_features',
13   ],