| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 0b31eae00575a99d40e93ad92f84ddd4bb480a00..49d8471bcc05481bcb01e349d5cd7edc1568143f 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',
|
| @@ -1658,7 +1656,6 @@
|
|
|
| '../breakpad/breakpad.gyp:*',
|
| '../courgette/courgette.gyp:*',
|
| - '../gears/gears.gyp:*',
|
| '../rlz/rlz.gyp:*',
|
| '../sandbox/sandbox.gyp:*',
|
| '../tools/memory_watcher/memory_watcher.gyp:*',
|
|
|