Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: ppapi/native_client/native_client.gyp

Issue 10914169: DEPS roll plus copy list update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop gio and platform Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/native_client.gyp
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index 3a5bac6e933aea6ec7f83ba164c5ed98db3612d2..a4745f4dd81e6e3954b3cba60bbf3ae162361859 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -16,10 +16,27 @@
'../../native_client/src/untrusted/pthread/pthread.gyp:pthread_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.
+ 'include_dirs': [
+ '..',
+ ],
'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',
« no previous file with comments | « DEPS ('k') | ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698