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
(274)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chromecast/graphics/DEPS
Issue
2643553002
:
[Chromecast] Reuse the Aura window manager across receiver apps. (Closed)
Patch Set:
Created 3 years, 11 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:
chromecast/browser/BUILD.gn
chromecast/browser/DEPS
chromecast/browser/android/cast_content_window_android.h
chromecast/browser/android/cast_content_window_android.cc
chromecast/browser/cast_browser_main_parts.h
chromecast/browser/cast_browser_main_parts.cc
chromecast/browser/cast_content_browser_client.h
chromecast/browser/cast_content_browser_client.cc
chromecast/browser/cast_content_window.h
chromecast/browser/cast_content_window_linux.h
chromecast/browser/cast_content_window_linux.cc
chromecast/browser/service/cast_service_simple.h
chromecast/browser/service/cast_service_simple.cc
chromecast/browser/test/cast_browser_test.cc
chromecast/graphics/BUILD.gn
chromecast/graphics/DEPS
chromecast/graphics/cast_window_manager.h
chromecast/graphics/cast_window_manager_aura.h
chromecast/graphics/cast_window_manager_aura.cc
chromecast/graphics/cast_window_manager_default.h
chromecast/graphics/cast_window_manager_default.cc
View unified diff
|
Download patch
« chromecast/browser/BUILD.gn
('K') |
« chromecast/graphics/BUILD.gn
('k') |
chromecast/graphics/cast_window_manager.h »
('j') |
chromecast/graphics/cast_window_manager.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 "+ui/aura",
2 "+ui/aura",
3
"+ui/base/ime",
3 "+ui/display",
4 "+ui/display",
4 "+ui/gfx",
5 "+ui/gfx",
5 ]
6 ]
OLD
NEW
« chromecast/browser/BUILD.gn
('K') |
« chromecast/graphics/BUILD.gn
('k') |
chromecast/graphics/cast_window_manager.h »
('j') |
chromecast/graphics/cast_window_manager.h »
('J')
Issue 2643553002: [Chromecast] Reuse the Aura window manager across receiver apps. (Closed)
Created 3 years, 11 months ago by Joshua LeVasseur
Modified 3 years, 11 months ago
Reviewers: halliwell, derekjchow1, alokp, Shu Chen
Base URL:
Comments: 51
This is Rietveld
408576698