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
(299)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: native_client_sdk/src/libraries/zlib/library.dsc
Issue
11417098
:
Added libjpeg and zlib to SDK (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated include and experimental
Created 8 years 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:
native_client_sdk/src/build_tools/build_sdk.py
native_client_sdk/src/build_tools/library.mk
native_client_sdk/src/build_tools/make_rules.py
native_client_sdk/src/libraries/libjpeg/library.dsc
native_client_sdk/src/libraries/zlib/library.dsc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« native_client_sdk/src/libraries/libjpeg/library.dsc
('k') |
no next file »
|
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
{
2
'TOOLS': ['newlib', 'glibc', 'linux', 'win'],
3
'SEARCH': [
4
'../../../../third_party/zlib',
5
],
6
'TARGETS': [
7
{
8
'NAME' : 'zlib',
9
'TYPE' : 'lib',
10
'INCLUDES': ['../../include/zlib'],
11
'SOURCES' : [
12
'adler32.c',
13
'compress.c',
14
'contrib',
15
'crc32.c',
16
'deflate.c',
17
'gzio.c',
18
'infback.c',
19
'inffast.c',
20
'inflate.c',
21
'inftrees.c',
22
'trees.c',
23
'uncompr.c',
24
'zutil.c',
25
],
26
}
27
],
28
'HEADERS': [
29
{
30
'DEST': 'include/zlib',
31
'FILES': [
32
'crc32.h',
33
'deflate.h',
34
'inffast.h',
35
'inffixed.h',
36
'inflate.h',
37
'inftrees.h',
38
'mozzconf.h',
39
'trees.h',
40
'zconf.h',
41
'zlib.h',
42
'zutil.h',
43
],
44
},
45
],
46
'DATA': [
47
'LICENSE',
48
'google.patch',
49
'mixed-source.patch',
50
'README.chromium',
51
],
52
'DEST': 'src',
53
'NAME': 'zlib',
54
'EXPERIMENTAL': True,
55
}
56
OLD
NEW
« no previous file with comments
|
« native_client_sdk/src/libraries/libjpeg/library.dsc
('k') |
no next file »
|
no next file with comments »
Issue 11417098: Added libjpeg and zlib to SDK (Closed)
Created 8 years, 1 month ago by noelallen1
Modified 8 years ago
Reviewers: binji
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 8
This is Rietveld
408576698