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

Unified Diff: build_tools/find_effected_packages.py

Issue 1503493002: Add libevent port (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years 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 | « AUTHORS ('k') | ports/libevent/README.nacl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/find_effected_packages.py
diff --git a/build_tools/find_effected_packages.py b/build_tools/find_effected_packages.py
index a4c9828526471d10cfbd21f5d78c85ba0db70359..b3c69e932d4730429dba3c19b8e85b9c9c2e1f11 100755
--- a/build_tools/find_effected_packages.py
+++ b/build_tools/find_effected_packages.py
@@ -45,6 +45,7 @@ def main(args):
IGNORE_FILES = [
'build_tools/find_effected_packages.py',
'build_tools/partition*.txt',
+ 'AUTHORS',
'*/test_*.py',
]
« no previous file with comments | « AUTHORS ('k') | ports/libevent/README.nacl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698