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

Unified Diff: build/android/gyp/util/build_utils.py

Issue 647043007: Add OWNERS for chrome/android/java/res directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make aapt ignore OWNERS files Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/gyp/process_resources.py ('k') | chrome/android/java/res/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build/android/gyp/process_resources.py ('k') | chrome/android/java/res/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698