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

Unified Diff: net/tools/dafsa/PRESUBMIT.py

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix patch errors on try bots. Created 5 years, 1 month 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
Index: net/tools/dafsa/PRESUBMIT.py
diff --git a/net/tools/tld_cleanup/PRESUBMIT.py b/net/tools/dafsa/PRESUBMIT.py
similarity index 84%
rename from net/tools/tld_cleanup/PRESUBMIT.py
rename to net/tools/dafsa/PRESUBMIT.py
index 8391e0e61a131b4a218debfef9e285310ee8b697..253fcbbf248d8ad1fa919f3f7970d90d1b41b3e6 100644
--- a/net/tools/tld_cleanup/PRESUBMIT.py
+++ b/net/tools/dafsa/PRESUBMIT.py
@@ -3,13 +3,13 @@
# found in the LICENSE file.
-"""Chromium presubmit script for src/net/tools/tld_cleanup."""
+"""Chromium presubmit script for src/net/tools/dafsa."""
def _RunMakeDafsaTests(input_api, output_api):
"""Runs unittest for make_dafsa if any related file has been modified."""
- files = ('net/tools/tld_cleanup/make_dafsa.py',
- 'net/tools/tld_cleanup/make_dafsa_unittest.py')
+ files = ('net/tools/dafsa/make_dafsa.py',
+ 'net/tools/dafsa/make_dafsa_unittest.py')
if not any(f in input_api.LocalPaths() for f in files):
return []
test_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
« net/net.gypi ('K') | « net/net.gypi ('k') | net/tools/dafsa/make_dafsa.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698