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

Unified Diff: BUILD.gn

Issue 2646853005: Fuchsia: Copy libraries to SDK bin directory (Closed)
Patch Set: . Created 3 years, 11 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 | tools/create_sdk.py » ('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 5c483f2c464648922f09030b303499a181fcd14f..033a324397de2a3fc69b67f9d1ca583f68e80549 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -121,6 +121,11 @@ action("create_sdk") {
"--snapshot_location",
rebase_path("$root_gen_dir"),
]
+ if (defined(is_fuchsia) && is_fuchsia_host) {
+ args += [
+ "--copy_libs"
+ ]
+ }
}
group("dart2js") {
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698