Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(66)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: infra/bots/assets/skimage/upload.py
Issue
2155163002
:
Convert SK Images to new assets format (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove more stuff
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
SK_IMAGE_VERSION
infra/bots/assets/skimage/VERSION
infra/bots/assets/skimage/common.py
infra/bots/assets/skimage/create.py
infra/bots/assets/skimage/create_and_upload.py
infra/bots/assets/skimage/download.py
infra/bots/assets/skimage/upload.py
infra/bots/common.py
infra/bots/download_images.py
infra/bots/images.isolate
infra/bots/perf_skia.isolate
infra/bots/test_skia.isolate
View unified diff
|
Download patch
« no previous file with comments
|
« infra/bots/assets/skimage/download.py
('k') |
infra/bots/common.py »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 #!/usr/bin/env python
1 #!/usr/bin/env python
2 #
2 #
3 # Copyright 2016 Google Inc.
3 # Copyright 2016 Google Inc.
4 #
4 #
5 # Use of this source code is governed by a BSD-style license that can be
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
6 # found in the LICENSE file.
7
7
8
8
9 """Upload a new version of the asset."""
9 """Upload a new version of the asset."""
10
10
11
11
12 import common
12 import common
13
13
14
14
15 if __name__ == '__main__':
15 if __name__ == '__main__':
16 common.run('upload')
16 common.run('upload')
OLD
NEW
« no previous file with comments
|
« infra/bots/assets/skimage/download.py
('k') |
infra/bots/common.py »
('j') |
no next file with comments »
Issue 2155163002: Convert SK Images to new assets format (Closed)
Created 4 years, 5 months ago by borenet2
Modified 4 years, 5 months ago
Reviewers: rmistry, borenet
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 0
This is Rietveld
408576698