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

Unified Diff: content/renderer/background_sync/PRESUBMIT.py

Issue 1171173002: [Background Sync] Use Mojo IPC to fire background sync events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS and PRESUBMIT.py Created 5 years, 6 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
Index: content/renderer/background_sync/PRESUBMIT.py
diff --git a/components/data_reduction_proxy/PRESUBMIT.py b/content/renderer/background_sync/PRESUBMIT.py
similarity index 85%
copy from components/data_reduction_proxy/PRESUBMIT.py
copy to content/renderer/background_sync/PRESUBMIT.py
index b91867873b31c65aceaea9229bcca769a79f90aa..f49b1bbd0d7196018a114015efc1d897828c0b80 100644
--- a/components/data_reduction_proxy/PRESUBMIT.py
+++ b/content/renderer/background_sync/PRESUBMIT.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
jochen (gone - plz use gerrit) 2015/06/23 14:56:02 why did you add this?
jkarlin 2015/06/23 14:59:53 I asked him to. The rest of the background sync co
# found in the LICENSE file.
-"""Top-level presubmit script for the data_reduction_proxy component.
+"""Top-level presubmit script for src/content/renderer/background_sync/
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.

Powered by Google App Engine
This is Rietveld 408576698