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

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

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 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/audio_processing/DEPS ('k') | webrtc/rtc_tools/BUILD.gn » ('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", 5 "+webrtc/base",
6 "+webrtc/common_video", 6 "+webrtc/common_video",
7 "+webrtc/media/base", 7 "+webrtc/media/base",
8 "+webrtc/system_wrappers", 8 "+webrtc/system_wrappers",
9 "+webrtc/tools", 9 "+webrtc/rtc_tools",
10 ] 10 ]
11 11
12 specific_include_rules = { 12 specific_include_rules = {
13 "android_test_initializer\.cc": [ 13 "android_test_initializer\.cc": [
14 "+base/android", 14 "+base/android",
15 "+webrtc/sdk", 15 "+webrtc/sdk",
16 ], 16 ],
17 "(.*test\.cc|.*test\.h)": [ 17 "(.*test\.cc|.*test\.h)": [
18 "+webrtc/media/engine", 18 "+webrtc/media/engine",
19 "+webrtc/sdk", 19 "+webrtc/sdk",
20 ], 20 ],
21 } 21 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/DEPS ('k') | webrtc/rtc_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698