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
(227)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/aura/DEPS
Issue
375053002
:
ozone: Port WindowTreeHostOzone on top of PlatformWindow (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto sadrul's CL
Created 6 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:
ui/aura/DEPS
ui/aura/window_tree_host_ozone.h
ui/aura/window_tree_host_ozone.cc
ui/ozone/DEPS
ui/ozone/common/platform_window_base.h
ui/ozone/common/platform_window_base.cc
ui/ozone/ozone.gyp
ui/ozone/platform/caca/ozone_platform_caca.cc
ui/ozone/platform/dri/ozone_platform_dri.cc
ui/ozone/platform/dri/ozone_platform_gbm.cc
ui/ozone/platform/egltest/ozone_platform_egltest.cc
ui/ozone/platform/test/ozone_platform_test.cc
ui/ozone/public/ozone_platform.h
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« no previous file
|
ui/aura/window_tree_host_ozone.h »
('j') |
ui/aura/window_tree_host_ozone.h »
('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 "+skia/ext",
2 "+skia/ext",
3 "+third_party/skia",
3 "+third_party/skia",
4 "+ui/base",
4 "+ui/base",
5 "+ui/compositor",
5 "+ui/compositor",
6 "+ui/events",
6 "+ui/events",
7 "+ui/gfx",
7 "+ui/gfx",
8 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host
8 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host
9 # to ui/metro_viewer.
9 # to ui/metro_viewer.
10 "+ui/ozone/public",
10 "+ui/ozone/public",
11
"+ui/platform_window",
11 "+ui/wm/public",
12 "+ui/wm/public",
12 ]
13 ]
13
14
OLD
NEW
« no previous file with comments
|
« no previous file
|
ui/aura/window_tree_host_ozone.h »
('j') |
ui/aura/window_tree_host_ozone.h »
('J')
Issue 375053002: ozone: Port WindowTreeHostOzone on top of PlatformWindow (Closed)
Created 6 years, 5 months ago by spang
Modified 6 years, 5 months ago
Reviewers: sadrul
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 5
This is Rietveld
408576698