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
(59)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: native_client_sdk/src/examples/demo/drive/example.dsc
Issue
14500010
:
[NaCl SDK] Google Drive example (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: synchronous on thread
Created 7 years, 7 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/parse_dsc.py
native_client_sdk/src/examples/common.js
native_client_sdk/src/examples/demo/drive/background.js
native_client_sdk/src/examples/demo/drive/drive.cc
native_client_sdk/src/examples/demo/drive/example.dsc
native_client_sdk/src/examples/demo/drive/example.js
native_client_sdk/src/examples/demo/drive/index.html
native_client_sdk/src/examples/demo/drive/manifest.json
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« native_client_sdk/src/examples/demo/drive/drive.cc
('K') |
« native_client_sdk/src/examples/demo/drive/drive.cc
('k') |
native_client_sdk/src/examples/demo/drive/example.js »
('j') |
native_client_sdk/src/examples/demo/drive/example.js »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
{
2
'TOOLS': ['newlib', 'glibc', 'pnacl'],
3
'TARGETS': [
4
{
5
'NAME' : 'drive',
6
'TYPE' : 'main',
7
'SOURCES' : ['drive.cc'],
8
'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
9
}
10
],
11
'DATA': [
12
'background.js',
13
'example.js',
14
'manifest.json',
15
],
16
'DEST': 'examples/demo',
17
'NAME': 'drive',
18
'TITLE': 'Google Drive',
19
'GROUP': 'Demo'
20
}
OLD
NEW
« native_client_sdk/src/examples/demo/drive/drive.cc
('K') |
« native_client_sdk/src/examples/demo/drive/drive.cc
('k') |
native_client_sdk/src/examples/demo/drive/example.js »
('j') |
native_client_sdk/src/examples/demo/drive/example.js »
('J')
Issue 14500010: [NaCl SDK] Google Drive example (Closed)
Created 7 years, 7 months ago by binji
Modified 7 years, 7 months ago
Reviewers: noelallen1
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 23
This is Rietveld
408576698