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

Unified Diff: components/nacl_nonsfi.gyp

Issue 649183005: Non-SFI Mode: Build gpu/ libraries by PNaCl toolchain for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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 | « no previous file | gpu/command_buffer/command_buffer_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index 2a06df0273e987511a4be0025a6140c930d92adc..45465fb0859eefb2dfcb75a0040673828f07c0b7 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -41,7 +41,13 @@
['target_arch=="ia32" or target_arch=="x64"', {
'extra_deps_newlib32_nonsfi': [
'>(tc_lib_dir_nonsfi_helper32)/libbase_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_client_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_common_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a',
],
}],
],
@@ -51,6 +57,16 @@
'../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
'../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
'../native_client/tools.gyp:prep_toolchain',
+
+ # Temporarily depends on some libraries to make sure they can be
+ # built properly. These are depended by PPAPI library.
Mark Seaborn 2014/10/20 19:23:49 Nit: "depended on by"
hidehiko 2014/10/21 14:16:22 Done.
+ # TODO(hidehiko): Remove them when PPAPI library is introduced.
+ '../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl',
+ '../gpu/gpu_nacl.gyp:command_buffer_client_nacl',
+ '../gpu/gpu_nacl.gyp:command_buffer_common_nacl',
+ '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl',
+ '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
+ '../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
],
},
# TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
« no previous file with comments | « no previous file | gpu/command_buffer/command_buffer_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698