| Index: ppapi/native_client/native_client.gyp
|
| ===================================================================
|
| --- ppapi/native_client/native_client.gyp (revision 155695)
|
| +++ ppapi/native_client/native_client.gyp (working copy)
|
| @@ -16,27 +16,10 @@
|
| '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
|
| 'src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib',
|
| ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| + # Here we copy linker scripts out of the Native Client repository.
|
| + # These are source, not build artifacts.
|
| 'copies': [
|
| {
|
| - 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/include/nacl',
|
| - 'files': [
|
| - 'src/trusted/weak_ref/call_on_main_thread.h',
|
| - 'src/shared/ppapi_proxy/ppruntime.h',
|
| - ],
|
| - },
|
| - {
|
| - 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/include/nacl',
|
| - 'files': [
|
| - 'src/trusted/weak_ref/call_on_main_thread.h',
|
| - 'src/shared/ppapi_proxy/ppruntime.h',
|
| - ],
|
| - },
|
| - # Here we copy linker scripts out of the Native Client repository.
|
| - # These are source, not build artifacts.
|
| - {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32',
|
| 'files': [
|
| 'src/untrusted/irt_stub/libppapi.a',
|
|
|
| Property changes on: ppapi/native_client/native_client.gyp
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|