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

Unified Diff: chrome/BUILD.gn

Issue 2490253002: [Mac/GN] Create symlinks for every item //chrome:chrome_framework when versioned. (Closed)
Patch Set: Created 4 years, 1 month 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 7792bd525ae1b402506521ff088befbd44ee568c..024c61021801f175f5514d593b5cd38d80d6c3a7 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1015,6 +1015,15 @@ if (is_win) {
"Resources",
]
+ if (is_chrome_branded) {
+ framework_contents += [ "Default Apps" ]
+ }
+ if (enable_nacl) {
+ framework_contents += [ "Internet Plug-Ins" ]
+ }
+ if (_should_bundle_widevine) {
+ framework_contents += [ "Libraries" ]
+ }
if (enable_xpc_notifications) {
framework_contents += [ "XPCServices" ]
}
« 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