Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index c9d40e87cfe543a9b6d0f89b0981586ed96b5a31..f29e9769ea0c4f9d11f352c968b0264e2ab4660d 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -12,7 +12,6 @@ import("//build/config/features.gni") |
| import("//build/config/sanitizers/sanitizers.gni") |
| import("//build/config/ui.gni") |
| import("//build_overrides/v8.gni") |
| -import("//build_overrides/webrtc.gni") |
| import("//media/media_options.gni") |
| import("//third_party/openh264/openh264_args.gni") |
| @@ -205,16 +204,6 @@ group("both_gn_and_gyp") { |
| "//ios/web:ios_web_unittests", |
| "//ios/web/shell:ios_web_shell", |
| ] |
| - |
| - if (ios_use_webrtc) { |
| - deps += [ |
| - "//ios/chrome:ios_chrome_unittests", |
|
kjellander_chromium
2016/02/22 04:23:40
Shouldn't these be added by default now then?
Dirk Pranke
2016/02/22 04:34:27
Ooo, good catch. I had thought that they might alr
kjellander_chromium
2016/02/22 05:26:51
Just to be clear: I didn't analyze if they were, b
|
| - "//ios/chrome/app", |
| - "//ios/chrome/browser", |
| - "//ios/chrome/common", |
| - "//ios/public/provider/chrome/browser", |
| - ] |
| - } |
| } |
| deps += root_extra_deps |