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
(15)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/app/chrome.dll.deps
Issue
9317096
:
Fix media code to work with new ffmpeg. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix years.
Created 8 years, 10 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:
DEPS
chrome/app/chrome.dll.deps
chrome/tools/build/win/FILES.cfg
chrome_frame/test/perf/chrome_frame_perftest.cc
media/base/audio_decoder_config.h
media/base/media_posix.cc
media/base/media_win.cc
media/ffmpeg/ffmpeg_common.h
media/ffmpeg/ffmpeg_common.cc
media/ffmpeg/ffmpeg_regression_tests.cc
media/ffmpeg/ffmpeg_unittest.cc
media/ffmpeg/file_protocol.cc
media/filters/audio_file_reader.cc
media/filters/ffmpeg_audio_decoder.cc
media/filters/ffmpeg_demuxer.cc
media/filters/ffmpeg_demuxer_unittest.cc
media/filters/ffmpeg_glue.h
media/filters/ffmpeg_glue.cc
media/filters/ffmpeg_glue_unittest.cc
media/filters/ffmpeg_video_decoder.cc
media/filters/ffmpeg_video_decoder_unittest.cc
media/test/ffmpeg_tests/ffmpeg_tests.cc
media/tools/media_bench/media_bench.cc
media/webm/webm_stream_parser.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« DEPS
('k') |
chrome/tools/build/win/FILES.cfg »
('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 # List of chrome.dll's dependencies.
1 # List of chrome.dll's dependencies.
2
2
3 dependents = [
3 dependents = [
4 'KERNEL32.dll',
4 'KERNEL32.dll',
5 'ADVAPI32.dll',
5 'ADVAPI32.dll',
6 'WINMM.dll',
6 'WINMM.dll',
7 'COMCTL32.dll',
7 'COMCTL32.dll',
8 'SHLWAPI.dll',
8 'SHLWAPI.dll',
9 'GDI32.dll',
9 'GDI32.dll',
10 'SHELL32.dll',
10 'SHELL32.dll',
(...skipping
13
matching lines...)
Expand all
Loading...
24 'CRYPTUI.dll',
24 'CRYPTUI.dll',
25 'IMM32.dll',
25 'IMM32.dll',
26 'CRYPT32.dll',
26 'CRYPT32.dll',
27 'WINHTTP.dll',
27 'WINHTTP.dll',
28 'WININET.dll',
28 'WININET.dll',
29 'WS2_32.dll',
29 'WS2_32.dll',
30 'dwmapi.dll',
30 'dwmapi.dll',
31 'dbghelp.dll',
31 'dbghelp.dll',
32 'COMDLG32.dll',
32 'COMDLG32.dll',
33 'urlmon.dll',
33 'urlmon.dll',
34
'avcodec-
53
.dll',
34
'avcodec-
54
.dll',
35
'avformat-
53
.dll',
35
'avformat-
54
.dll',
36 'avutil-51.dll',
36 'avutil-51.dll',
37 'pthreads.dll',
37 'pthreads.dll',
38 'IPHLPAPI.dll',
38 'IPHLPAPI.dll',
39 ]
39 ]
OLD
NEW
« no previous file with comments
|
« DEPS
('k') |
chrome/tools/build/win/FILES.cfg »
('j') |
no next file with comments »
Issue 9317096: Fix media code to work with new ffmpeg. (Closed)
Created 8 years, 10 months ago by DaleCurtis
Modified 8 years, 10 months ago
Reviewers: scherkus (not reviewing)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 18
This is Rietveld
408576698