| Index: build/config/arm.gni
|
| diff --git a/build/config/arm.gni b/build/config/arm.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1feec385aae60c853b2c01f3a388b706d45e1090
|
| --- /dev/null
|
| +++ b/build/config/arm.gni
|
| @@ -0,0 +1,9 @@
|
| +# Copyright 2014 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.
|
| +
|
| +declare_args() {
|
| + # Version of the ARM processor when compiling on ARM. Ignored on non-ARM
|
| + # platforms.
|
| + arm_version = 7
|
| +}
|
|
|