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

Unified Diff: tools/json_to_struct/PRESUBMIT.py

Issue 11377049: Moving prepopulated search engines to a JSON file. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased to fix conflict. Created 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/json_to_struct/element_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_to_struct/PRESUBMIT.py
diff --git a/tools/json_schema_compiler/PRESUBMIT.py b/tools/json_to_struct/PRESUBMIT.py
similarity index 81%
copy from tools/json_schema_compiler/PRESUBMIT.py
copy to tools/json_to_struct/PRESUBMIT.py
index b98649b3b4b83ca452c9cecd20d750ffa5c19ab8..dd4d9a46ba92b778d7139e90673f2e5a3fe821f4 100644
--- a/tools/json_schema_compiler/PRESUBMIT.py
+++ b/tools/json_to_struct/PRESUBMIT.py
@@ -1,8 +1,8 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2012 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.
-"""Presubmit script for changes affecting tools/json_schema_compiler/
+"""Presubmit script for changes affecting tools/json_to_struct/
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into gcl.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/json_to_struct/element_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698