Recently we moved webrtc/base to webrtc/rtc_base, so these
directives in our DEPS files are not needed anymore.

Includes from webrtc/rtc_base are also whitelisted in webrtc/DEPS
so we don't have to whitelist it in all the others DEPS files.

BUG=webrtc:7634
NOTRY=True

Review-Url: https://codereview.webrtc.org/3006583002
Cr-Original-Commit-Position: refs/heads/master@{#19601}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: 16adf03d2555f186ae7c986a405c657c35aaca6d
diff --git a/DEPS b/DEPS
index 74cf09d..276991d 100644
--- a/DEPS
+++ b/DEPS
@@ -17,7 +17,6 @@
 
   "+WebRTC",
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/modules/include",
   "+webrtc/rtc_base",
   "+webrtc/test",
diff --git a/api/DEPS b/api/DEPS
index b0493fa..b73e337 100644
--- a/api/DEPS
+++ b/api/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+third_party/libyuv",
-  "+webrtc/base",
   "+webrtc/common_video",
   "+webrtc/media",
   "+webrtc/p2p",
diff --git a/audio/DEPS b/audio/DEPS
index da9e8e1..e77e1d1 100644
--- a/audio/DEPS
+++ b/audio/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_audio",
   "+webrtc/logging/rtc_event_log",
diff --git a/call/DEPS b/call/DEPS
index 65026b0..54dcebb 100644
--- a/call/DEPS
+++ b/call/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/audio",
-  "+webrtc/base",
   "+webrtc/logging/rtc_event_log",
   "+webrtc/modules/audio_coding",
   "+webrtc/modules/audio_device",
diff --git a/common_audio/DEPS b/common_audio/DEPS
index 7df03ea..01e7f31 100644
--- a/common_audio/DEPS
+++ b/common_audio/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
   "+dl/sp/api",  # For openmax_dl.
-  "+webrtc/base",
   "+webrtc/system_wrappers",
 ]
diff --git a/common_video/DEPS b/common_video/DEPS
index 7dbbdb4..0044419 100644
--- a/common_video/DEPS
+++ b/common_video/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/media/base",
   "+webrtc/system_wrappers",
   # TODO(magjed): This is temporary, remove once external clients are updated.
diff --git a/examples/DEPS b/examples/DEPS
index 524aa26..6c26780 100644
--- a/examples/DEPS
+++ b/examples/DEPS
@@ -1,7 +1,6 @@
 include_rules = [
   "+WebRTC",
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/media",
   "+webrtc/modules/audio_device",
   "+webrtc/modules/video_capture",
diff --git a/logging/rtc_event_log/DEPS b/logging/rtc_event_log/DEPS
index 58257f5..f0ae6d1 100644
--- a/logging/rtc_event_log/DEPS
+++ b/logging/rtc_event_log/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/modules/audio_coding/audio_network_adaptor",
   "+webrtc/modules/remote_bitrate_estimator/include",
diff --git a/media/DEPS b/media/DEPS
index 81cd321..3d3dce4 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video",
   "+webrtc/logging/rtc_event_log",
diff --git a/modules/audio_coding/DEPS b/modules/audio_coding/DEPS
index 013cce7..3a745ff 100644
--- a/modules/audio_coding/DEPS
+++ b/modules/audio_coding/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_audio",
   "+webrtc/logging/rtc_event_log",
diff --git a/modules/audio_conference_mixer/DEPS b/modules/audio_conference_mixer/DEPS
index 0b95ab7..031c602 100644
--- a/modules/audio_conference_mixer/DEPS
+++ b/modules/audio_conference_mixer/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
   "+webrtc/audio/utility/audio_frame_operations.h",
-  "+webrtc/base",
   "+webrtc/system_wrappers",
 ]
diff --git a/modules/audio_device/DEPS b/modules/audio_device/DEPS
index 8ad9db7..3ae86e8 100644
--- a/modules/audio_device/DEPS
+++ b/modules/audio_device/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/common_audio",
   "+webrtc/system_wrappers",
 ]
diff --git a/modules/audio_mixer/DEPS b/modules/audio_mixer/DEPS
index 647ba2a..025ce05 100644
--- a/modules/audio_mixer/DEPS
+++ b/modules/audio_mixer/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/audio/utility/audio_frame_operations.h",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_audio",
   "+webrtc/modules/audio_coding",
diff --git a/modules/audio_processing/DEPS b/modules/audio_processing/DEPS
index 9b588d0..742971f 100644
--- a/modules/audio_processing/DEPS
+++ b/modules/audio_processing/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/audio/utility/audio_frame_operations.h",
-  "+webrtc/base",
   "+webrtc/common_audio",
   "+webrtc/system_wrappers",
 ]
diff --git a/modules/bitrate_controller/DEPS b/modules/bitrate_controller/DEPS
index 553c36b..f84eb8d 100644
--- a/modules/bitrate_controller/DEPS
+++ b/modules/bitrate_controller/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/logging/rtc_event_log",
   "+webrtc/system_wrappers",
diff --git a/modules/congestion_controller/DEPS b/modules/congestion_controller/DEPS
index 30984ed..1bff845 100644
--- a/modules/congestion_controller/DEPS
+++ b/modules/congestion_controller/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/logging/rtc_event_log",
   "+webrtc/system_wrappers",
   "+webrtc/video",
diff --git a/modules/desktop_capture/DEPS b/modules/desktop_capture/DEPS
index 9229e7f..43c8441 100644
--- a/modules/desktop_capture/DEPS
+++ b/modules/desktop_capture/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/system_wrappers",
   "+third_party/libyuv",
 ]
diff --git a/modules/include/DEPS b/modules/include/DEPS
index aad6d8a..d3f1725 100644
--- a/modules/include/DEPS
+++ b/modules/include/DEPS
@@ -1,4 +1,3 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/common_video",
 ]
diff --git a/modules/media_file/DEPS b/modules/media_file/DEPS
index 5c5452a..45852cd 100644
--- a/modules/media_file/DEPS
+++ b/modules/media_file/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/common_audio",
   "+webrtc/system_wrappers",
 ]
diff --git a/modules/pacing/DEPS b/modules/pacing/DEPS
index e4b8c61..ab0885b 100644
--- a/modules/pacing/DEPS
+++ b/modules/pacing/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/system_wrappers",
   "+webrtc/logging/rtc_event_log"
 ]
diff --git a/modules/remote_bitrate_estimator/DEPS b/modules/remote_bitrate_estimator/DEPS
index d061d57..6d0079d 100644
--- a/modules/remote_bitrate_estimator/DEPS
+++ b/modules/remote_bitrate_estimator/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/logging/rtc_event_log",
   "+webrtc/system_wrappers",
 ]
diff --git a/modules/rtp_rtcp/DEPS b/modules/rtp_rtcp/DEPS
index 4004651..83abb27 100644
--- a/modules/rtp_rtcp/DEPS
+++ b/modules/rtp_rtcp/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video",
   "+webrtc/logging/rtc_event_log",
diff --git a/modules/utility/DEPS b/modules/utility/DEPS
index d07d352..7e57356 100644
--- a/modules/utility/DEPS
+++ b/modules/utility/DEPS
@@ -2,7 +2,6 @@
   # TODO(aleloi): remove when clients update. See
   # bugs.webrtc.org/6548.
   "+webrtc/audio/utility/audio_frame_operations.h",
-  "+webrtc/base",
   "+webrtc/common_audio",
   "+webrtc/common_video",
   "+webrtc/system_wrappers",
diff --git a/modules/video_capture/DEPS b/modules/video_capture/DEPS
index 1c271d9..86af6db 100644
--- a/modules/video_capture/DEPS
+++ b/modules/video_capture/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/common_video",
   "+webrtc/media/base",
   "+webrtc/system_wrappers",
diff --git a/modules/video_coding/DEPS b/modules/video_coding/DEPS
index 69984cf..09f9152 100644
--- a/modules/video_coding/DEPS
+++ b/modules/video_coding/DEPS
@@ -2,7 +2,6 @@
   "+third_party/ffmpeg",
   "+third_party/openh264",
   "+vpx",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video",
   "+webrtc/system_wrappers",
diff --git a/modules/video_processing/DEPS b/modules/video_processing/DEPS
index 1a2885b..a0dd9c3 100644
--- a/modules/video_processing/DEPS
+++ b/modules/video_processing/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/common_audio",
   "+webrtc/common_video",
   "+webrtc/system_wrappers",
diff --git a/ortc/DEPS b/ortc/DEPS
index 4e18244..b72aa6b 100644
--- a/ortc/DEPS
+++ b/ortc/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/logging/rtc_event_log",
   "+webrtc/media",
diff --git a/p2p/DEPS b/p2p/DEPS
index 161835f..083e8d4 100644
--- a/p2p/DEPS
+++ b/p2p/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
   "+net",
-  "+webrtc/base",
   "+webrtc/system_wrappers",
 ]
diff --git a/pc/DEPS b/pc/DEPS
index ee87af1..20bbba2 100644
--- a/pc/DEPS
+++ b/pc/DEPS
@@ -1,7 +1,6 @@
 include_rules = [
   "+third_party/libsrtp",
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video/h264",
   "+webrtc/logging/rtc_event_log",
diff --git a/rtc_tools/DEPS b/rtc_tools/DEPS
index c55eb59..69b7e58 100644
--- a/rtc_tools/DEPS
+++ b/rtc_tools/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video",
   "+webrtc/logging/rtc_event_log",
diff --git a/stats/DEPS b/stats/DEPS
index 6431936..276073f 100644
--- a/stats/DEPS
+++ b/stats/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
   "+webrtc/api",
-  "+webrtc/base",
   "+webrtc/media",
 ]
diff --git a/system_wrappers/DEPS b/system_wrappers/DEPS
index 7452a9f..f1bede5 100644
--- a/system_wrappers/DEPS
+++ b/system_wrappers/DEPS
@@ -1,4 +1,3 @@
 include_rules = [
-  "+webrtc/base",
 ]
 
diff --git a/test/DEPS b/test/DEPS
index 9d4e6af..33d0e48 100644
--- a/test/DEPS
+++ b/test/DEPS
@@ -1,7 +1,6 @@
 include_rules = [
   "+third_party/libjpeg",
   "+third_party/libjpeg_turbo",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_audio",
   "+webrtc/common_video",
diff --git a/video/DEPS b/video/DEPS
index 258bb92..b80e1c9 100644
--- a/video/DEPS
+++ b/video/DEPS
@@ -1,5 +1,4 @@
 include_rules = [
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_video",
   "+webrtc/logging/rtc_event_log",
diff --git a/voice_engine/DEPS b/voice_engine/DEPS
index 9f6d0d5..c5a97cc 100644
--- a/voice_engine/DEPS
+++ b/voice_engine/DEPS
@@ -1,6 +1,5 @@
 include_rules = [
   "+webrtc/audio/utility/audio_frame_operations.h",
-  "+webrtc/base",
   "+webrtc/call",
   "+webrtc/common_audio",
   "+webrtc/logging/rtc_event_log",