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

Unified Diff: runtime/bin/BUILD.gn

Issue 3000873002: Copy libhello_fuchsia.so into root output directory (Closed)
Patch Set: Comment out the copy rule Created 3 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 1b17b1489c2e48e491c2ed3c81c7816e9796adc1..d4a07bfd9cee2fca82e2b5b48ed824a71674b47d 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -892,6 +892,19 @@ if (is_fuchsia) {
]
output_name = "hello_fuchsia"
}
+
+ #copy("copy_hello_fuchsia_dylib") {
+ # sources = [
+ # get_label_info(":hello_fuchsia_lib($shlib_toolchain)", "root_out_dir") +
+ # "/libhello_fuchsia.so",
+ # ]
+ # outputs = [
+ # "$root_build_dir/{{source_file_part}}",
+ # ]
+ # deps = [
+ # ":hello_fuchsia_dylib($shlib_toolchain)",
+ # ]
+ #}
}
executable("process_test") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698