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
(377)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: content/ppapi_plugin/DEPS
Issue
2514593002
:
Field trial synchronization to PPAPI process. (Closed)
Patch Set:
Created 4 years, 1 month 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:
chrome/common/BUILD.gn
chrome/common/variations/child_process_field_trial_syncer.h
chrome/common/variations/child_process_field_trial_syncer.cc
chrome/common/variations/child_process_field_trial_syncer_unittest.cc
chrome/gpu/chrome_content_gpu_client.h
chrome/gpu/chrome_content_gpu_client.cc
chrome/renderer/chrome_render_thread_observer.h
chrome/test/BUILD.gn
components/variations/BUILD.gn
components/variations/child_process_field_trial_syncer.h
components/variations/child_process_field_trial_syncer.cc
components/variations/child_process_field_trial_syncer_unittest.cc
content/browser/ppapi_plugin_process_host.h
content/browser/ppapi_plugin_process_host.cc
content/ppapi_plugin/BUILD.gn
content/ppapi_plugin/DEPS
content/ppapi_plugin/ppapi_thread.h
content/ppapi_plugin/ppapi_thread.cc
ppapi/proxy/ppapi_messages.h
View unified diff
|
Download patch
« content/ppapi_plugin/BUILD.gn
('K') |
« content/ppapi_plugin/BUILD.gn
('k') |
content/ppapi_plugin/ppapi_thread.h »
('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 "+components/discardable_memory/client",
2 "+components/discardable_memory/client",
3
"+components/variations",
3 "+content/child",
4 "+content/child",
4 "+gin/public/isolate_holder.h",
5 "+gin/public/isolate_holder.h",
5 "+gin/v8_initializer.h",
6 "+gin/v8_initializer.h",
6 "+ppapi/c",
7 "+ppapi/c",
7 "+ppapi/proxy",
8 "+ppapi/proxy",
8 ]
9 ]
OLD
NEW
« content/ppapi_plugin/BUILD.gn
('K') |
« content/ppapi_plugin/BUILD.gn
('k') |
content/ppapi_plugin/ppapi_thread.h »
('j') |
no next file with comments »
Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Created 4 years, 1 month ago by Alexei Svitkine (slow)
Modified 4 years ago
Reviewers: jochen (gone - plz use gerrit), piman, Will Harris
Base URL:
Comments: 1
This is Rietveld
408576698