| Index: build/android/gyp/util/build_utils.py
|
| diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
|
| index e3a3525e52e92295c9be5d52bb95766db3156e3c..a0cd7c12eee06df60e4539b775af639275f9e830 100644
|
| --- a/build/android/gyp/util/build_utils.py
|
| +++ b/build/android/gyp/util/build_utils.py
|
| @@ -22,6 +22,9 @@ CHROMIUM_SRC = os.path.normpath(
|
| os.pardir, os.pardir, os.pardir, os.pardir))
|
| COLORAMA_ROOT = os.path.join(CHROMIUM_SRC,
|
| 'third_party', 'colorama', 'src')
|
| +# aapt should ignore OWNERS files in addition the default ignore pattern.
|
| +AAPT_IGNORE_PATTERN = ('!OWNERS:!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:' +
|
| + '!CVS:!thumbs.db:!picasa.ini:!*~')
|
|
|
|
|
| @contextlib.contextmanager
|
|
|