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

Unified Diff: build/config/ios/rules.gni

Issue 1882843002: [GN/iOS] Create a symlink to iossim for compatibility with gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-iossim
Patch Set: Rebase Created 4 years, 8 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 | testing/iossim/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index 0abd252bfce4eb21e14366ef770c7be67addffcd..2c079d45cc9782ebc3707160fcd5e073b93cae96 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -153,7 +153,7 @@ template("ios_app_bundle") {
if (!defined(data_deps)) {
data_deps = []
}
- data_deps += [ "//testing/iossim(${host_toolchain})" ]
+ data_deps += [ "//testing/iossim" ]
}
bundle_root_dir = "$root_out_dir/$_output_name.app"
« no previous file with comments | « no previous file | testing/iossim/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698