Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Side by Side Diff: build/android/cpufeatures.gypi

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/android/chrome_with_libs.gyp ('k') | build/android/create_standalone_apk_action.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
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
10 {
11 'dependencies': [
12 '<(DEPTH)/build/android/ndk.gyp:cpu_features',
13 ],
14 }
OLDNEW
« no previous file with comments | « build/android/chrome_with_libs.gyp ('k') | build/android/create_standalone_apk_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698