Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 785d1422cd233c5d83114f930e43da537e3dbee5..3e872d4b8e503ff32a9b6c38a586d01d07fefbe1 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -348,9 +348,9 @@ static_library("test_support") { |
| deps += [ |
| "//third_party/webrtc/api:libjingle_peerconnection", |
| "//third_party/webrtc/api:rtc_stats_api", |
| - "//third_party/webrtc/rtc_base:rtc_base_approved", |
| "//third_party/webrtc/media:rtc_media_base", |
| "//third_party/webrtc/modules/video_capture", |
| + "//third_party/webrtc/rtc_base:rtc_base_approved", |
|
chaopeng
2017/06/30 19:32:37
I got warning point to format this file.
|
| "//third_party/webrtc/stats:rtc_stats", |
| "//third_party/webrtc_overrides:init_webrtc", |
| ] |
| @@ -797,6 +797,7 @@ test("content_browsertests") { |
| "//net:test_support", |
| "//ppapi/features", |
| "//services/catalog:lib", |
| + "//services/device/public/cpp:device_features", |
| "//services/device/public/interfaces", |
| "//services/device/public/interfaces:constants", |
| "//services/service_manager/public/cpp", |
| @@ -1697,10 +1698,10 @@ test("content_unittests") { |
| "//third_party/webrtc/api:rtc_stats_api", |
| "//third_party/webrtc/api:video_frame_api", |
| "//third_party/webrtc/api/video_codecs:video_codecs_api", |
| - "//third_party/webrtc/rtc_base:rtc_base", |
| "//third_party/webrtc/media:rtc_media", |
| "//third_party/webrtc/modules/desktop_capture:primitives", |
| "//third_party/webrtc/modules/video_capture", |
| + "//third_party/webrtc/rtc_base:rtc_base", |
| "//third_party/webrtc/stats:rtc_stats_test_utils", |
| "//third_party/webrtc_overrides:init_webrtc", |
| "//ui/shell_dialogs:shell_dialogs", |