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

Unified Diff: BUILD.gn

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ios/is_ios/ Created 5 years, 1 month 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_overrides/webrtc.gni » ('j') | build_overrides/webrtc.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2d4e60f4d84fa9660fab9c73a5070399dc235b30..da43acbdd524ec9189b0c9516cdf11129e8736b0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,6 +12,7 @@ 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")
if (is_android) {
@@ -203,17 +204,22 @@ group("both_gn_and_gyp") {
]
} else {
deps += [
- "//ios/chrome:ios_chrome_unittests",
- "//ios/chrome/app",
- "//ios/chrome/browser",
- "//ios/chrome/common",
"//ios/net:ios_net_unittests",
- "//ios/public/provider/chrome/browser",
"//ios/public/provider/web",
"//ios/testing:ocmock_support_unittest",
"//ios/web:ios_web_unittests",
"//ios/web/shell:ios_web_shell",
]
+
+ if (ios_use_webrtc) {
+ deps += [
+ "//ios/chrome:ios_chrome_unittests",
+ "//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_overrides/webrtc.gni » ('j') | build_overrides/webrtc.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698