| Index: components/nacl.gyp
|
| diff --git a/components/nacl.gyp b/components/nacl.gyp
|
| index a9933cad5a19654dd229878f17971b3772c0bd89..477200995a1d464b684d3086ccce5e1127a2da11 100644
|
| --- a/components/nacl.gyp
|
| +++ b/components/nacl.gyp
|
| @@ -78,7 +78,6 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_static',
|
| '../ipc/ipc.gyp:ipc',
|
| - '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '../ppapi/ppapi_internal.gyp:ppapi_ipc',
|
| '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel_main_chrome',
|
| @@ -183,6 +182,7 @@
|
| ],
|
| 'dependencies': [
|
| '../content/content.gyp:content_renderer',
|
| + '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
|
| '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| ],
|
|
|