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

Unified Diff: ppapi/native_client/native_client.gyp

Issue 10409032: Enable PPAPINaCl GLIBC browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More ARM build fixes Created 8 years, 6 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
Index: ppapi/native_client/native_client.gyp
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index df3007e34dae2774d92e6a48f7672a1e277d72e9..989d2c24232ea879657f7f2dd6e2c12f9ed1434b 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -16,6 +16,8 @@
'../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
'../../native_client/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.
'copies': [
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32',
@@ -30,6 +32,20 @@
],
},
{
+ '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',
+ ],
+ },
+ {
+ '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',
+ ],
+ },
+ {
'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm',
'files': [
'<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a',
« no previous file with comments | « native_client_sdk/src/tools/create_nmf.py ('k') | ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698