diff options
author | ygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-13 12:16:36 +0000 |
---|---|---|
committer | ygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-13 12:16:36 +0000 |
commit | dbda279f32c583b735212546cff0077cd9d47052 (patch) | |
tree | d0c61ee98b7fac4735b1481fc3320c2f8adfe945 /ppapi/ppapi_untrusted.gyp | |
parent | 3f71d8b28319b01ee5431136dcff46d429760de8 (diff) | |
download | chromium_src-dbda279f32c583b735212546cff0077cd9d47052.zip chromium_src-dbda279f32c583b735212546cff0077cd9d47052.tar.gz chromium_src-dbda279f32c583b735212546cff0077cd9d47052.tar.bz2 |
Revert "Add support in NaCl browser tests for testing pnacl-translated nexes"
This reverts commit 07815732b9a77b013671f8942aa92e33049314fd.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2484
TBR=dschuff@chromium.org
Review URL: https://codereview.chromium.org/11360223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index 3f817de..9f14e12 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -20,7 +20,6 @@ 'nso_target': 'libppapi_cpp.so', 'build_glibc': 1, 'build_newlib': 1, - 'build_pnacl_newlib': 1, 'sources': [ '<@(cpp_source_files)', 'cpp/module_embedder.h', @@ -39,7 +38,6 @@ 'nso_target': 'libppapi_gles2.so', 'build_glibc': 1, 'build_newlib': 1, - 'build_pnacl_newlib': 1, 'include_dirs': [ 'lib/gl/include', ], |