| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 40639a7d658b94d2c520cad01d64c8212aa54bd8..b16a050b01ce1793e60a58dc8729f1cac8749a6c 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -176,8 +176,16 @@ source_set("common") {
|
| ]
|
| } else {
|
| sources -= [
|
| + "pepper_file_util.cc",
|
| + "pepper_file_util.h",
|
| + "pepper_messages.h",
|
| "pepper_plugin_list.cc",
|
| "pepper_plugin_list.h",
|
| + "pepper_renderer_instance_data.cc",
|
| + "pepper_renderer_instance_data.h",
|
| + "plugin_list.cc",
|
| + "plugin_list.h",
|
| + "plugin_list_posix.cc",
|
| "sandbox_util.cc",
|
| ]
|
| }
|
|
|