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

Unified Diff: BUILD.gn

Issue 1388983003: [iOS][GN] Port ios_net_unittests to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/compiler/BUILD.gn » ('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 29f8de7f1ba0b08ea2a8d87ce0ac790c6d2c73bc..a4aac6dfce8bb28444c69a469fe1f3e436887ae2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -176,6 +176,8 @@ group("both_gn_and_gyp") {
"//ui/gl:gl_unittests",
"//ui/touch_selection:ui_touch_selection_unittests",
]
+ } else {
+ deps += [ "//ios/net:ios_net_unittests" ]
}
deps += root_extra_deps
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698