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

Side by Side Diff: testing_support/patches_data.py

Issue 8508015: Create a new depot_tools_testing_lib to move utility modules there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Renamed to testing_support Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « testing_support/local_rietveld.py ('k') | testing_support/super_mox.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Samples patches to test patch.py.""" 5 """Samples patches to test patch.py."""
6 6
7 7
8 class RAW(object): 8 class RAW(object):
9 PATCH = ( 9 PATCH = (
10 'Index: chrome/file.cc\n' 10 'Index: chrome/file.cc\n'
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 MODE_EXE = ( 191 MODE_EXE = (
192 'diff --git a/git_cl/git-cl b/git_cl/git-cl\n' 192 'diff --git a/git_cl/git-cl b/git_cl/git-cl\n'
193 'old mode 100644\n' 193 'old mode 100644\n'
194 'new mode 100755\n') 194 'new mode 100755\n')
195 195
196 MODE_EXE_JUNK = ( 196 MODE_EXE_JUNK = (
197 'Index: Junk\n' 197 'Index: Junk\n'
198 'diff --git a/git_cl/git-cl b/git_cl/git-cl\n' 198 'diff --git a/git_cl/git-cl b/git_cl/git-cl\n'
199 'old mode 100644\n' 199 'old mode 100644\n'
200 'new mode 100755\n') 200 'new mode 100755\n')
OLDNEW
« no previous file with comments | « testing_support/local_rietveld.py ('k') | testing_support/super_mox.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698