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
(543)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: content/common/gpu/DEPS
Issue
198073003
:
Remove some content_child dependency from content_common (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffd442cb fix for bots barfing on clang style checks
Created 6 years, 9 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:
content/child/child_thread.h
content/child/child_thread.cc
content/child/webmessageportchannel_impl.cc
content/common/gpu/DEPS
content/common/gpu/gpu_channel_manager.h
content/common/gpu/gpu_channel_manager.cc
content/common/gpu/media/vaapi_video_decode_accelerator.cc
content/gpu/gpu_child_thread.cc
content/renderer/pepper/ppb_broker_impl.cc
content/renderer/render_thread_impl.cc
content/renderer/shared_worker_repository.cc
content/renderer/websharedworker_proxy.h
content/renderer/websharedworker_proxy.cc
content/worker/websharedworker_stub.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« content/child/webmessageportchannel_impl.cc
('k') |
content/common/gpu/gpu_channel_manager.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 "+gpu/command_buffer",
2 "+gpu/command_buffer",
3 "+libEGL",
3 "+libEGL",
4 "+libGLESv2",
4 "+libGLESv2",
5 "+media/video/video_decode_accelerator.h",
5 "+media/video/video_decode_accelerator.h",
6 "+media/video/video_encode_accelerator.h",
6 "+media/video/video_encode_accelerator.h",
7 "+skia",
7 "+skia",
8 "+third_party/mesa",
8 "+third_party/mesa",
9
10
# For single process mode
11
"+content/child/child_thread.h",
12 ]
9 ]
OLD
NEW
« no previous file with comments
|
« content/child/webmessageportchannel_impl.cc
('k') |
content/common/gpu/gpu_channel_manager.h »
('j') |
no next file with comments »
Issue 198073003: Remove some content_child dependency from content_common (Closed)
Created 6 years, 9 months ago by sheu
Modified 6 years, 9 months ago
Reviewers: piman, Pawel Osciak
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 1
This is Rietveld
408576698