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
(469)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: mojo/services/DEPS
Issue
93793009
:
Implement ServiceManager (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup
Created 7 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/handle_watcher.cc
mojo/examples/sample_app/native_viewport_client_impl.h
mojo/examples/sample_app/native_viewport_client_impl.cc
mojo/examples/sample_app/sample_app.cc
mojo/mojo.gyp
mojo/mojo_examples.gypi
mojo/mojo_services.gypi
mojo/services/DEPS
mojo/services/native_viewport/native_viewport.h
mojo/services/native_viewport/native_viewport_impl.h
mojo/services/native_viewport/native_viewport_impl.cc
mojo/services/native_viewport/native_viewport_x11.cc
mojo/shell/app_container.h
mojo/shell/app_container.cc
mojo/shell/desktop/mojo_main.cc
mojo/shell/loader.cc
mojo/shell/network_delegate.cc
mojo/shell/run.cc
mojo/shell/service_manager.h
mojo/shell/service_manager.cc
mojo/shell/shell.mojom
mojo/shell/switches.h
mojo/shell/switches.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« mojo/mojo_services.gypi
('K') |
« mojo/mojo_services.gypi
('k') |
mojo/services/native_viewport/native_viewport.h »
('j') |
mojo/services/native_viewport/native_viewport_impl.cc »
('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",
2 "-mojo",
3 "+mojo/public",
3 "+mojo/public",
4
"+mojo/common",
4 "+jni",
5 "+jni",
5
6
6 # TODO(abarth) Instead of having the services depend on the shell, we
7 # TODO(abarth) Instead of having the services depend on the shell, we
7 # probably should create a layer below the services.
8 # probably should create a layer below the services.
8 "+mojo/shell/context.h",
9 "+mojo/shell/context.h",
9 ]
10 ]
OLD
NEW
« mojo/mojo_services.gypi
('K') |
« mojo/mojo_services.gypi
('k') |
mojo/services/native_viewport/native_viewport.h »
('j') |
mojo/services/native_viewport/native_viewport_impl.cc »
('J')
Issue 93793009: Implement ServiceManager (Closed)
Created 7 years ago by DaveMoore
Modified 7 years ago
Reviewers: abarth-chromium, beng (no_code_reviews), darin (slow to review)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 76
This is Rietveld
408576698