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

Unified Diff: chrome/BUILD.gn

Issue 2080313004: Add manifest.json to Flash output for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index fa6cd4c13d20c4d1af4ed4158478dab945b0d7a5..84035dc6727e99114f5e9860aca8bb802f33738f 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -782,6 +782,7 @@ if (is_win) {
bundle_data("flash_player_plugin") {
sources = [
"$root_out_dir/PepperFlash/PepperFlashPlayer.plugin",
+ "$root_out_dir/PepperFlash/manifest.json",
]
outputs = [
"{{bundle_root_dir}}/Internet Plug-Ins/PepperFlash/{{source_file_part}}",
« no previous file with comments | « no previous file | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698