diff options
author | torne <torne@chromium.org> | 2015-05-26 09:53:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-26 16:53:51 +0000 |
commit | 395a219b1af7bfbd5f1e4741998285b21565d571 (patch) | |
tree | b03e7e0c2baa05f27b7781fd989e38b1fec57fd5 /build/android | |
parent | b51b266851c5aa7b8f77cda1d4ce54c012b844d0 (diff) | |
download | chromium_src-395a219b1af7bfbd5f1e4741998285b21565d571.zip chromium_src-395a219b1af7bfbd5f1e4741998285b21565d571.tar.gz chromium_src-395a219b1af7bfbd5f1e4741998285b21565d571.tar.bz2 |
Remove no-longer-used cpufeatures.gypi.
All previous users of this include have been converted to depend
directly on the cpu_features target in the NDK now that
android_webview_build no longer exists.
BUG=440793
Review URL: https://codereview.chromium.org/1154083003
Cr-Commit-Position: refs/heads/master@{#331381}
Diffstat (limited to 'build/android')
-rw-r--r-- | build/android/cpufeatures.gypi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build/android/cpufeatures.gypi b/build/android/cpufeatures.gypi deleted file mode 100644 index 672ff1f..0000000 --- a/build/android/cpufeatures.gypi +++ /dev/null @@ -1,14 +0,0 @@ -# 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', - ], -} |