| Index: ppapi/native_client/native_client.gyp
|
| diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
|
| index cdace0892f17a1564bf5173441e081893abcb226..3a5bac6e933aea6ec7f83ba164c5ed98db3612d2 100644
|
| --- a/ppapi/native_client/native_client.gyp
|
| +++ b/ppapi/native_client/native_client.gyp
|
| @@ -14,7 +14,7 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
|
| - '../../native_client/src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib',
|
| + 'src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib',
|
| ],
|
| # Here we copy linker scripts out of the Native Client repository.
|
| # These are source, not build artifacts.
|
| @@ -22,33 +22,33 @@
|
| {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32',
|
| 'files': [
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
|
| + 'src/untrusted/irt_stub/libppapi.a',
|
| ],
|
| },
|
| {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64',
|
| 'files': [
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
|
| + 'src/untrusted/irt_stub/libppapi.a',
|
| ],
|
| },
|
| {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib32',
|
| 'files': [
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.so',
|
| + 'src/untrusted/irt_stub/libppapi.a',
|
| + 'src/untrusted/irt_stub/libppapi.so',
|
| ],
|
| },
|
| {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64',
|
| 'files': [
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.so',
|
| + 'src/untrusted/irt_stub/libppapi.a',
|
| + 'src/untrusted/irt_stub/libppapi.so',
|
| ],
|
| },
|
| {
|
| 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm',
|
| 'files': [
|
| - '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
|
| + 'src/untrusted/irt_stub/libppapi.a',
|
| ],
|
| },
|
| ],
|
|
|