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
(280)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: media/mojo/DEPS
Issue
763883006
:
Add Mojo CDM Service. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed
Created 6 years 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:
media/mojo/DEPS
media/mojo/interfaces/BUILD.gn
media/mojo/interfaces/content_decryption_module.mojom
media/mojo/interfaces/decryptor.mojom
media/mojo/services/BUILD.gn
media/mojo/services/mojo_cdm.h
media/mojo/services/mojo_cdm.cc
media/mojo/services/mojo_cdm_promise.h
media/mojo/services/mojo_cdm_promise.cc
media/mojo/services/mojo_cdm_service.h
media/mojo/services/mojo_cdm_service.cc
media/mojo/services/mojo_type_trait.h
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
media/mojo/interfaces/BUILD.gn »
('j') |
media/mojo/interfaces/content_decryption_module.mojom »
('J')
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 "+mojo/application",
2 "+mojo/application",
3
"+mojo/common",
3 "+mojo/converters",
4 "+mojo/converters",
4 "+mojo/public",
5 "+mojo/public",
5 ]
6 ]
OLD
NEW
« no previous file with comments
|
« no previous file
|
media/mojo/interfaces/BUILD.gn »
('j') |
media/mojo/interfaces/content_decryption_module.mojom »
('J')
Issue 763883006: Add Mojo CDM Service. (Closed)
Created 6 years ago by xhwang
Modified 6 years ago
Reviewers: ddorwin, jamesr, jrummell
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 96
This is Rietveld
408576698