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

Side by Side Diff: webrtc/modules/video_coding/DEPS

Issue 3006583002: Removing references to webrtc/base in DEPS files. (Closed)
Patch Set: Resolving merge conflict Created 3 years, 3 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/modules/video_capture/DEPS ('k') | webrtc/modules/video_processing/DEPS » ('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/ffmpeg", 2 "+third_party/ffmpeg",
3 "+third_party/openh264", 3 "+third_party/openh264",
4 "+vpx", 4 "+vpx",
5 "+webrtc/base",
6 "+webrtc/call", 5 "+webrtc/call",
7 "+webrtc/common_video", 6 "+webrtc/common_video",
8 "+webrtc/system_wrappers", 7 "+webrtc/system_wrappers",
9 "+webrtc/rtc_tools", 8 "+webrtc/rtc_tools",
10 ] 9 ]
11 10
12 specific_include_rules = { 11 specific_include_rules = {
13 "android_test_initializer\.cc": [ 12 "android_test_initializer\.cc": [
14 "+base/android", 13 "+base/android",
15 "+webrtc/sdk", 14 "+webrtc/sdk",
16 ], 15 ],
17 "(.*test\.cc|.*test\.h|.*test\.mm)": [ 16 "(.*test\.cc|.*test\.h|.*test\.mm)": [
18 "+webrtc/media/engine", 17 "+webrtc/media/engine",
19 "+webrtc/sdk", 18 "+webrtc/sdk",
20 ], 19 ],
21 } 20 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_capture/DEPS ('k') | webrtc/modules/video_processing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698