| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index f74c88692847d4e8d727585b03883b8accf4c1db..9684560f040519ee900f93c7ae00697d54f98657 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -63,8 +63,6 @@
|
| 'shared_impl/ppapi_preferences.h',
|
| 'shared_impl/ppp_instance_combined.cc',
|
| 'shared_impl/ppp_instance_combined.h',
|
| - # TODO(viettrungluu): Split this out; it won't be used in NaCl.
|
| - 'shared_impl/private/flash_net_address_impl.cc',
|
| 'shared_impl/proxy_lock.cc',
|
| 'shared_impl/proxy_lock.h',
|
| 'shared_impl/resource.cc',
|
| @@ -88,6 +86,10 @@
|
| 'shared_impl/webkit_forwarding.cc',
|
| 'shared_impl/webkit_forwarding.h',
|
|
|
| + # TODO(viettrungluu): Split these out; it won't be used in NaCl.
|
| + 'shared_impl/private/net_address_private_impl.cc',
|
| + 'shared_impl/private/net_address_private_impl.h',
|
| +
|
| 'thunk/common.h',
|
| 'thunk/common.cc',
|
| 'thunk/enter.cc',
|
|
|