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
(270)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: native_client_sdk/src/libraries/ppapi_main/library.dsc
Issue
11725003
:
Update make for hello examples (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set:
Created 7 years, 11 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/examples/hello_world/Makefile
native_client_sdk/src/examples/hello_world/example.dsc
native_client_sdk/src/examples/hello_world_gles/Makefile
native_client_sdk/src/examples/hello_world_gles/example.dsc
native_client_sdk/src/examples/hello_world_interactive/Makefile
native_client_sdk/src/examples/hello_world_interactive/example.dsc
native_client_sdk/src/examples/hello_world_stdio/Makefile
native_client_sdk/src/examples/hello_world_stdio/example.dsc
native_client_sdk/src/examples/hello_world_stdio/hello_world.c
native_client_sdk/src/libraries/ppapi_main/library.dsc
native_client_sdk/src/tools/common.mk
native_client_sdk/src/tools/create_nmf.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« native_client_sdk/src/examples/hello_world_stdio/Makefile
('K') |
« native_client_sdk/src/examples/hello_world_stdio/hello_world.c
('k') |
native_client_sdk/src/tools/common.mk »
('j') |
native_client_sdk/src/tools/common.mk »
('J')
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', 'glibc'
, 'pnacl'
],
3 'SEARCH': [
3 'SEARCH': [
4 '.',
4 '.',
5 ],
5 ],
6 'TARGETS': [
6 'TARGETS': [
7 {
7 {
8 'NAME' : 'ppapi_main',
8 'NAME' : 'ppapi_main',
9 'TYPE' : 'lib',
9 'TYPE' : 'lib',
10 'SOURCES' : [
10 'SOURCES' : [
11 "ppapi_instance.cc",
11 "ppapi_instance.cc",
12 "ppapi_main.cc",
12 "ppapi_main.cc",
13 ],
13 ],
14 }
14 }
15 ],
15 ],
16 'HEADERS': [
16 'HEADERS': [
17 {
17 {
18 'FILES': [
18 'FILES': [
19 "ppapi_instance.h",
19 "ppapi_instance.h",
20 "ppapi_main.h",
20 "ppapi_main.h",
21 ],
21 ],
22 'DEST': 'include/ppapi_main',
22 'DEST': 'include/ppapi_main',
23 },
23 },
24 ],
24 ],
25 'DEST': 'src',
25 'DEST': 'src',
26 'NAME': 'ppapi_main',
26 'NAME': 'ppapi_main',
27 }
27 }
OLD
NEW
« native_client_sdk/src/examples/hello_world_stdio/Makefile
('K') |
« native_client_sdk/src/examples/hello_world_stdio/hello_world.c
('k') |
native_client_sdk/src/tools/common.mk »
('j') |
native_client_sdk/src/tools/common.mk »
('J')
Issue 11725003: Update make for hello examples (Closed)
Created 7 years, 11 months ago by noelallen1
Modified 7 years, 11 months ago
Reviewers: binji, noelallen_use_chromium
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 16
This is Rietveld
408576698