Chromium Code Reviews| Index: webkit/plugins/webkit_plugins.gypi |
| =================================================================== |
| --- webkit/plugins/webkit_plugins.gypi (revision 201107) |
| +++ webkit/plugins/webkit_plugins.gypi (working copy) |
| @@ -39,6 +39,8 @@ |
| '../plugins/npapi/plugin_list_win.cc', |
| '../plugins/npapi/plugin_utils.cc', |
| '../plugins/npapi/plugin_utils.h', |
| + '../common/plugins/ppapi/ppapi_utils.cc', |
|
jamesr
2013/05/20 23:42:30
is the plan to move the rest of the files referenc
ananta
2013/05/20 23:49:20
Eventually yes. Would be a big change though. Will
|
| + '../common/plugins/ppapi/ppapi_utils.h', |
| ], |
| 'conditions': [ |
| ['toolkit_uses_gtk == 1', { |