| 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" ]
|
| }
|
|
|