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
(268)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: gyp/skflate.gyp
Issue
1285913002
:
SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-12 (Wednesday) 13:09:57 EDT
Created 5 years, 4 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:
gyp/pdf.gyp
gyp/pdf.gypi
gyp/skflate.gyp
src/core/SkFlate.h
src/core/SkFlate.cpp
src/pdf/SkDeflate.h
src/pdf/SkDeflate.cpp
src/pdf/SkPDFBitmap.cpp
src/pdf/SkPDFStream.cpp
tests/PDFDeflateWStreamTest.cpp
tests/PDFFlateTest.cpp
tests/PDFPrimitivesTest.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« gyp/pdf.gypi
('k') |
src/core/SkFlate.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# Copyright 2015 Google Inc.
2
#
3
# Use of this source code is governed by a BSD-style license that can be
4
# found in the LICENSE file.
5
# Target for including SkFlate.
6
{
7
'targets': [
8
{
9
'target_name': 'skflate',
10
'type': 'static_library',
11
'dependencies': [
12
'skia_lib.gyp:skia_lib',
13
'zlib.gyp:zlib',
14
],
15
'sources': [ '../src/core/SkFlate.cpp' ],
16
},
17
],
18
}
OLD
NEW
« no previous file with comments
|
« gyp/pdf.gypi
('k') |
src/core/SkFlate.h »
('j') |
no next file with comments »
Issue 1285913002: SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] (Closed)
Created 5 years, 4 months ago by hal.canary
Modified 5 years, 4 months ago
Reviewers: bungeman-skia
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 0
This is Rietveld
408576698