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

Unified Diff: components/previews/PRESUBMIT.py

Issue 2179863003: Adding a new component, Previews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macro change Created 4 years, 5 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: components/previews/PRESUBMIT.py
diff --git a/components/data_reduction_proxy/PRESUBMIT.py b/components/previews/PRESUBMIT.py
similarity index 88%
copy from components/data_reduction_proxy/PRESUBMIT.py
copy to components/previews/PRESUBMIT.py
index b91867873b31c65aceaea9229bcca769a79f90aa..3af0bfe5ba6d7adbf9b6766156981a5f624e8d74 100644
--- a/components/data_reduction_proxy/PRESUBMIT.py
+++ b/components/previews/PRESUBMIT.py
@@ -1,11 +1,11 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Top-level presubmit script for the data_reduction_proxy component.
tbansal1 2016/07/26 20:11:37 s/data_reduction_proxy/??/
RyanSturm 2016/07/26 21:56:52 Done.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
def CheckChangeOnUpload(input_api, output_api):

Powered by Google App Engine
This is Rietveld 408576698