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

Unified Diff: chrome/installer/linux/BUILD.gn

Issue 2270243002: Unbundle Flash on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Through #11 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 | « chrome/common/chrome_content_client.cc ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/BUILD.gn
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
index c30993b23e9ed7ecc3084d0738a555ec1d4ec446..9b71c46fcdfb257373e1b80ea232c498b76d1da3 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -168,7 +168,6 @@ group("installer_deps") {
"//chrome",
"//chrome:packed_resources",
"//sandbox/linux:chrome_sandbox",
- "//third_party/adobe/flash:flapper_binaries",
]
if (enable_nacl) {
public_deps += [
@@ -217,8 +216,6 @@ template("linux_package") {
"$root_out_dir/nacl_helper",
"$root_out_dir/nacl_helper_bootstrap",
- "$root_out_dir/PepperFlash/libpepflashplayer.so",
- "$root_out_dir/PepperFlash/manifest.json",
]
if (current_cpu == "x86") {
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698