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
(74)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: gpu/command_buffer/common/DEPS
Issue
2744363002
:
Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Fix dependency issues.
Created 3 years, 9 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:
content/browser/gpu/gpu_process_host.h
content/browser/gpu/gpu_process_host.cc
content/gpu/gpu_child_thread.h
content/gpu/gpu_child_thread.cc
gpu/BUILD.gn
gpu/command_buffer/common/BUILD.gn
gpu/command_buffer/common/DEPS
gpu/command_buffer/common/activity_flags.h
gpu/command_buffer/common/activity_flags.cc
gpu/command_buffer/common/activity_flags_unittest.cc
gpu/command_buffer/service/memory_program_cache.cc
gpu/ipc/host/shader_disk_cache.h
gpu/ipc/host/shader_disk_cache.cc
services/ui/gpu/gpu_main.h
services/ui/gpu/gpu_main.cc
services/ui/gpu/interfaces/gpu_main.mojom
services/ui/ws/gpu_host.cc
View unified diff
|
Download patch
« no previous file with comments
|
« gpu/command_buffer/common/BUILD.gn
('k') |
gpu/command_buffer/common/activity_flags.h »
('j') |
gpu/command_buffer/common/activity_flags.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 specific_include_rules = {
1 specific_include_rules = {
2 "unittest_main\.cc": [
2 "unittest_main\.cc": [
3 "+mojo/edk/embedder/embedder.h",
3 "+mojo/edk/embedder/embedder.h",
4 ],
4 ],
5
"activity_flags.h": [
6
"+mojo/public/cpp/system/buffer.h",
7
],
5 }
8 }
OLD
NEW
« no previous file with comments
|
« gpu/command_buffer/common/BUILD.gn
('k') |
gpu/command_buffer/common/activity_flags.h »
('j') |
gpu/command_buffer/common/activity_flags.h »
('J')
Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Created 3 years, 9 months ago by ericrk
Modified 3 years, 9 months ago
Reviewers: vmiura, jbauman, Tom Sepez, sadrul, Fady Samuel, sky
Base URL:
Comments: 9
This is Rietveld
408576698