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

Unified Diff: build/shim_headers.gni

Issue 2888363003: Unbundle openh264 (Closed)
Patch Set: Created 3 years, 7 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 | « build/linux/unbundle/replace_gn_files.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/shim_headers.gni
diff --git a/build/shim_headers.gni b/build/shim_headers.gni
index a37bd4a1d8d72a5448b23d2f26549acd82e2525d..c8124ca76582bc6c485032ab77849b6b6692bf49 100644
--- a/build/shim_headers.gni
+++ b/build/shim_headers.gni
@@ -19,7 +19,11 @@ template("shim_headers") {
rebase_path(invoker.root_path),
"--output-directory",
rebase_path(shim_headers_path),
- ] + invoker.headers
+ ]
+ if (defined(invoker.prefix)) {
+ args += [ "--prefix", invoker.prefix ]
+ }
+ args += invoker.headers
outputs = process_file_template(invoker.headers,
"${shim_headers_path}/{{source_file_part}}")
« no previous file with comments | « build/linux/unbundle/replace_gn_files.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698