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
(85)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/gl/test/DEPS
Issue
2270463002
:
Add OzoneGLImpl interface. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments.
Created 4 years, 3 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/gl/BUILD.gn
ui/gl/init/BUILD.gn
ui/gl/init/gl_factory.h
ui/gl/init/gl_factory_ozone.cc
ui/gl/init/gl_initializer_ozone.cc
ui/gl/init/ozone_util.h
ui/gl/test/DEPS
ui/gl/test/gl_surface_test_support.cc
ui/ozone/BUILD.gn
ui/ozone/common/BUILD.gn
ui/ozone/common/gl_ozone_egl.h
ui/ozone/common/gl_ozone_egl.cc
ui/ozone/platform/x11/x11_surface_factory.h
ui/ozone/platform/x11/x11_surface_factory.cc
ui/ozone/public/gl_ozone.h
ui/ozone/public/surface_factory_ozone.h
ui/ozone/public/surface_factory_ozone.cc
View unified diff
|
Download patch
« no previous file with comments
|
« ui/gl/init/ozone_util.h
('k') |
ui/gl/test/gl_surface_test_support.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
"+ui/ozone/public",
2 "+ui/platform_window/x11",
3 "+ui/platform_window/x11",
3 ]
4 ]
4
5
specific_include_rules = {
6
"run_all_unittests.cc": [
7
"+ui/ozone/public",
8
],
9
}
OLD
NEW
« no previous file with comments
|
« ui/gl/init/ozone_util.h
('k') |
ui/gl/test/gl_surface_test_support.cc »
('j') |
no next file with comments »
Issue 2270463002: Add OzoneGLImpl interface. (Closed)
Created 4 years, 3 months ago by kylechar
Modified 4 years, 3 months ago
Reviewers: rjkroege, piman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 21
This is Rietveld
408576698