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

Unified Diff: components/nacl_nonsfi.gyp

Issue 687363004: Introduce content_nacl_nonsfi.gyp 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
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index 1ac95322ac91c53be81c68274f5a452e8a3d8818..22490e064fb39ee8746ee4ee856649c1bfe63da7 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -57,6 +57,7 @@
'>(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)/libcontent_common_nacl_nonsfi.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',
@@ -75,6 +76,7 @@
},
'dependencies': [
'../base/base_nacl.gyp:base_nacl_nonsfi',
+ '../content/content_nacl_nonsfi.gyp:content_common_nacl_nonsfi',
'../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
'../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
'../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',

Powered by Google App Engine
This is Rietveld 408576698