| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index f7a2c0f39d6ade196215f04a69c636bfb6bcf1be..daaab35bb76af040f7a8a1f7f56e22d90f3d615f 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -566,8 +566,6 @@
|
| 'sources': [
|
| # All .cc, .h, .m, and .mm files under plugins except for tests and
|
| # mocks.
|
| - 'plugin/chrome_plugin_host.cc',
|
| - 'plugin/chrome_plugin_host.h',
|
| 'plugin/npobject_base.h',
|
| 'plugin/npobject_proxy.cc',
|
| 'plugin/npobject_proxy.h',
|
| @@ -1646,7 +1644,6 @@
|
|
|
| '../breakpad/breakpad.gyp:*',
|
| '../courgette/courgette.gyp:*',
|
| - '../gears/gears.gyp:*',
|
| '../rlz/rlz.gyp:*',
|
| '../sandbox/sandbox.gyp:*',
|
| '../tools/memory_watcher/memory_watcher.gyp:*',
|
|
|