| Index: build/module_args/nacl.gni
|
| diff --git a/tools/copyright_scanner/__init__.py b/build/module_args/nacl.gni
|
| old mode 100755
|
| new mode 100644
|
| similarity index 70%
|
| copy from tools/copyright_scanner/__init__.py
|
| copy to build/module_args/nacl.gni
|
| index e6b8d8e5bb15ed83268a3d20463e089a312ec049..61e0768e13a370bda81d08f474663673b8422cb3
|
| --- a/tools/copyright_scanner/__init__.py
|
| +++ b/build/module_args/nacl.gni
|
| @@ -1,6 +1,6 @@
|
| -#!/usr/bin/env python
|
| # Copyright 2015 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.
|
|
|
| -__all__ = ['copyright_scanner']
|
| +# Override nacl's build directory.
|
| +nacl_shared_build_dir = "//build"
|
|
|