| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 6fd61117e9a4a049e95fa4ef9036655bf05d7513..e97a7f89932f6970f3b6d54e3c0f38b76b6c3eb3 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -202,10 +202,14 @@ static_library("common") {
|
| sources += [
|
| "pepper_flash.cc",
|
| "pepper_flash.h",
|
| + ]
|
| + deps += [ "//third_party/adobe/flash:flapper_version_h" ]
|
| + }
|
| + if (enable_plugins && enable_extensions) {
|
| + sources += [
|
| "pepper_permission_util.cc",
|
| "pepper_permission_util.h",
|
| ]
|
| - deps += [ "//third_party/adobe/flash:flapper_version_h" ]
|
| }
|
| if (!enable_webrtc) {
|
| sources -= [ "media/webrtc_logging_messages.h" ]
|
|
|