| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 45710c00b9963e336b162b129288f8a5c8995dbf..34e3ef21d59e8beb85272caa871717b28ba62073 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -211,11 +211,15 @@ static_library("common") {
|
| deps += [ "//remoting/client/plugin" ]
|
| }
|
| if (enable_plugins) {
|
| + sources += [
|
| + "pepper_flash.cc",
|
| + "pepper_flash.h",
|
| + "pepper_permission_util.cc",
|
| + "pepper_permission_util.h",
|
| + ]
|
| deps += [
|
| "//third_party/adobe/flash:flapper_version_h",
|
| ]
|
| - } else {
|
| - sources -= [ "pepper_permission_util.cc" ]
|
| }
|
| if (!enable_webrtc) {
|
| sources -= [ "media/webrtc_logging_messages.h" ]
|
|
|