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
(318)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: mojo/shell/DEPS
Issue
769963004
:
Add tracing service and make the shell+sky_viewer+services talk to it (Closed)
Base URL: git@github.com:domokit/mojo.git@master
Patch Set:
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:
mojo/common/BUILD.gn
mojo/common/DEPS
mojo/common/tracing.mojom
mojo/common/tracing_impl.h
mojo/common/tracing_impl.cc
mojo/services/native_viewport/BUILD.gn
mojo/services/native_viewport/main.cc
mojo/services/surfaces/BUILD.gn
mojo/services/surfaces/surfaces_service_application.h
mojo/services/surfaces/surfaces_service_application.cc
mojo/services/view_manager/BUILD.gn
mojo/services/view_manager/view_manager_app.h
mojo/services/view_manager/view_manager_app.cc
mojo/services/window_manager/BUILD.gn
mojo/services/window_manager/main.cc
mojo/shell/BUILD.gn
mojo/shell/DEPS
mojo/shell/context.cc
services/BUILD.gn
services/tracing/BUILD.gn
services/tracing/main.cc
services/tracing/trace_data_sink.h
services/tracing/trace_data_sink.cc
services/tracing/tracing.mojom
sky/tools/debugger/prompt/BUILD.gn
sky/tools/debugger/prompt/prompt.cc
sky/viewer/viewer.cc
View unified diff
|
Download patch
« no previous file with comments
|
« mojo/shell/BUILD.gn
('k') |
mojo/shell/context.cc »
('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",
2 "+gpu",
3 "+mojo/edk/embedder",
3 "+mojo/edk/embedder",
4 "+net",
4 "+net",
5
"+services",
5 "+ui/gfx/switches.h",
6 "+ui/gfx/switches.h",
6 "+ui/gl",
7 "+ui/gl",
7 ]
8 ]
OLD
NEW
« no previous file with comments
|
« mojo/shell/BUILD.gn
('k') |
mojo/shell/context.cc »
('j') |
no next file with comments »
Issue 769963004: Add tracing service and make the shell+sky_viewer+services talk to it (Closed)
Created 6 years ago by jamesr
Modified 6 years ago
Reviewers: eseidel
Base URL: git@github.com:domokit/mojo.git@master
Comments: 0
This is Rietveld
408576698