Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: webrtc/test/DEPS

Issue 2998123002: Revert of Add Jpeg frame writer for test support.
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/testsupport/frame_writer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/libjpeg",
3 "+third_party/libjpeg_turbo",
4 "+webrtc/base", 2 "+webrtc/base",
5 "+webrtc/call", 3 "+webrtc/call",
6 "+webrtc/common_audio", 4 "+webrtc/common_audio",
7 "+webrtc/common_video", 5 "+webrtc/common_video",
8 "+webrtc/logging/rtc_event_log", 6 "+webrtc/logging/rtc_event_log",
9 "+webrtc/media/base", 7 "+webrtc/media/base",
10 "+webrtc/modules/audio_coding", 8 "+webrtc/modules/audio_coding",
11 "+webrtc/modules/audio_device", 9 "+webrtc/modules/audio_device",
12 "+webrtc/modules/audio_mixer", 10 "+webrtc/modules/audio_mixer",
13 "+webrtc/modules/audio_processing", 11 "+webrtc/modules/audio_processing",
14 "+webrtc/modules/media_file", 12 "+webrtc/modules/media_file",
15 "+webrtc/modules/rtp_rtcp", 13 "+webrtc/modules/rtp_rtcp",
16 "+webrtc/modules/video_capture", 14 "+webrtc/modules/video_capture",
17 "+webrtc/modules/video_coding", 15 "+webrtc/modules/video_coding",
18 "+webrtc/sdk", 16 "+webrtc/sdk",
19 "+webrtc/system_wrappers", 17 "+webrtc/system_wrappers",
20 "+webrtc/voice_engine", 18 "+webrtc/voice_engine",
21 ] 19 ]
22 20
23 specific_include_rules = { 21 specific_include_rules = {
24 "gmock\.h": [ 22 "gmock\.h": [
25 "+testing/gmock/include/gmock", 23 "+testing/gmock/include/gmock",
26 ], 24 ],
27 "gtest\.h": [ 25 "gtest\.h": [
28 "+testing/gtest/include/gtest", 26 "+testing/gtest/include/gtest",
29 ], 27 ],
30 } 28 }
OLDNEW
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/testsupport/frame_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698