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
(255)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ppapi/shared_impl/DEPS
Issue
7398033
:
Revert 92885 - Completed the implementation for PPB_Graphics3D interface. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set:
Created 9 years, 5 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:
ppapi/c/dev/ppb_graphics_3d_trusted_dev.h
ppapi/ppapi_cpp.gypi
ppapi/ppapi_proxy.gypi
ppapi/ppapi_shared.gypi
ppapi/proxy/interface_id.h
ppapi/proxy/plugin_resource.h
ppapi/proxy/ppapi_messages.h
ppapi/proxy/ppb_graphics_3d_proxy.h
ppapi/proxy/ppb_graphics_3d_proxy.cc
ppapi/proxy/resource_creation_proxy.h
ppapi/proxy/resource_creation_proxy.cc
ppapi/shared_impl/DEPS
ppapi/shared_impl/graphics_3d_impl.h
ppapi/shared_impl/graphics_3d_impl.cc
ppapi/tests/all_c_includes.h
ppapi/thunk/ppb_graphics_3d_api.h
ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
ppapi/thunk/resource_creation_api.h
webkit/plugins/ppapi/ppb_graphics_3d_impl.h
webkit/plugins/ppapi/ppb_graphics_3d_impl.cc
webkit/plugins/ppapi/resource_creation_impl.h
webkit/plugins/ppapi/resource_creation_impl.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ppapi/proxy/resource_creation_proxy.cc
('k') |
ppapi/shared_impl/graphics_3d_impl.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
1 include_rules = [
1 include_rules = [
2 "+base",
2 "+base",
3
"+gpu",
4 "+skia",
3 "+skia",
5 "+webkit/glue",
4 "+webkit/glue",
6
5
7 # Since this is used by the implementation in /webkit, we don't want it to
6 # Since this is used by the implementation in /webkit, we don't want it to
8 # depend on IPC.
7 # depend on IPC.
9 "-ipc",
8 "-ipc",
10
9
11 "-ppapi/cpp",
10 "-ppapi/cpp",
12 ]
11 ]
OLD
NEW
« no previous file with comments
|
« ppapi/proxy/resource_creation_proxy.cc
('k') |
ppapi/shared_impl/graphics_3d_impl.h »
('j') |
no next file with comments »
Issue 7398033: Revert 92885 - Completed the implementation for PPB_Graphics3D interface. (Closed)
Created 9 years, 5 months ago by alokp
Modified 9 years, 5 months ago
Reviewers: alokp
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 0
This is Rietveld
408576698