Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 889d754e99cfefd96fefc0116a2bdb857ac4d0ee..a63eaaad365a183c1fc303a7528a61a840f0a0f9 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -703,9 +703,19 @@ |
], |
}, { # enable_plugins == 0 |
'sources!': [ |
+ 'common/pepper_file_util.cc', |
+ 'common/pepper_file_util.h', |
+ 'common/pepper_messages.h', |
'common/pepper_plugin_list.cc', |
'common/pepper_plugin_list.h', |
+ 'common/pepper_renderer_instance_data.cc', |
+ 'common/pepper_renderer_instance_data.h', |
+ 'common/plugin_list.cc', |
+ 'common/plugin_list.h', |
+ 'common/plugin_list_posix.cc', |
'common/sandbox_util.cc', |
+ 'public/common/pepper_plugin_info.cc', |
+ 'public/common/pepper_plugin_info.h', |
], |
}], |
['OS=="android"', { |