| 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",
|
|
|