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
(177)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: native_client_sdk/src/examples/file_io/example.dsc
Issue
10539082
:
Add DSC files for the various examples. (Closed)
Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set:
Created 8 years, 6 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:
native_client_sdk/src/build_tools/build_sdk.py
native_client_sdk/src/build_tools/generate_make.py
native_client_sdk/src/build_tools/template.mk
native_client_sdk/src/examples/debugging/debugging.html
native_client_sdk/src/examples/dlopen/dlopen.html
native_client_sdk/src/examples/file_io/example.dsc
native_client_sdk/src/examples/file_io/file_io.cc
native_client_sdk/src/examples/file_io/file_io.html
native_client_sdk/src/examples/hello_world_newlib/hello_world.c
native_client_sdk/src/examples/hello_world_newlib/hello_world.html
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« native_client_sdk/src/examples/dlopen/dlopen.html
('k') |
native_client_sdk/src/examples/file_io/file_io.cc »
('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 {
1 {
2
'TOOLS': ['newlib'
, 'glibc'
],
2
'TOOLS': ['newlib'],
3 'TARGETS': [
3 'TARGETS': [
4 {
4 {
5 'NAME' : 'file_io',
5 'NAME' : 'file_io',
6 'TYPE' : 'main',
6 'TYPE' : 'main',
7 'SOURCES' : ['file_io.cc'],
7 'SOURCES' : ['file_io.cc'],
8 }
8 }
9 ],
9 ],
10 'DEST': 'examples',
10 'DEST': 'examples',
11 'NAME': 'file_io'
11 'NAME': 'file_io'
12 }
12 }
13
13
OLD
NEW
« no previous file with comments
|
« native_client_sdk/src/examples/dlopen/dlopen.html
('k') |
native_client_sdk/src/examples/file_io/file_io.cc »
('j') |
no next file with comments »
Issue 10539082: Add DSC files for the various examples. (Closed)
Created 8 years, 6 months ago by noelallen1
Modified 8 years, 6 months ago
Reviewers: binji
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 8
This is Rietveld
408576698