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

Unified Diff: chrome/BUILD.gn

Issue 2273883002: Unbundle Flash on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 075b5b8171a379a0f106752aef6eccef59259744..9c8c362051dbd64a8753047f981d2bd32eead797 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -841,19 +841,6 @@ if (is_win) {
}
if (is_chrome_branded) {
- 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}}",
- ]
- public_deps = [
- "//third_party/adobe/flash:flapper_binaries",
- ]
- }
-
bundle_data("widevine_cdm_library_binaries") {
sources = [
"$root_out_dir/$widevine_cdm_path/libwidevinecdm.dylib",
@@ -879,9 +866,6 @@ if (is_win) {
"//third_party/widevine/cdm:widevine_cdm_manifest",
]
}
- } else {
- group("flash_player_plugin") {
- }
}
group("widevine_cdm_library") {
@@ -1009,7 +993,6 @@ if (is_win) {
":chrome_framework_locales",
":chrome_framework_plugins",
":chrome_framework_resources",
- ":flash_player_plugin",
":widevine_cdm_library",
"//build/config/sanitizers:deps",
"//chrome/app/nibs:chrome_xibs",
« 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