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

Unified Diff: chrome/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 | « no previous file | chrome/common/chrome_content_client.cc » ('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 b3a7b8c3356400bd6d5a2af4a4af065e200c1d9e..af2d2f0cbfa4276404ccabbe45c894ed79fd834e 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -257,10 +257,10 @@ if (!is_android && !is_mac) {
]
deps += [ "//components/startup_metric_utils/browser:lib" ]
- # Precompiled plugins that need to get copied to the output directory.
- # On Mac, internal plugins go inside the framework, so these
- # dependencies are on chrome.dll. On Windows, these are not bundled.
- if (!is_win) {
+ # Only ChromeOS has precompiled Flash that needs to get copied to the output
+ # directory. On other platforms, Flash is either component-updated only or
+ # not supported at all.
+ if (is_chromeos) {
deps += [ "//third_party/adobe/flash:flapper_binaries" ]
}
« no previous file with comments | « no previous file | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698