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

Unified Diff: BUILD.gn

Issue 1718073002: Remove the 'ios_use_webrtc' build flag hack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698