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

Unified Diff: components/nacl_nonsfi.gyp

Issue 2104403003: pepper: parse context creation attrib list on the plugin side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_pref_size_in_attrs
Patch Set: rebase Created 4 years, 5 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 | content/renderer/pepper/ppb_graphics_3d_impl.h » ('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 20df8231dadfd8d0bfa814a214dcb2939add54f4..7fdfe1f730a895d6c4b558aba00732be19f277b7 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -65,6 +65,8 @@
'-lcontent_common_nacl_nonsfi',
'-lelf_loader',
'-levent_nacl_nonsfi',
+ '-lgfx_geometry_nacl',
+ '-lgfx_ipc_geometry_nacl',
'-lgio',
'-lgles2_cmd_helper_nacl',
'-lgles2_implementation_nacl',
@@ -94,6 +96,8 @@
'>(tc_lib_dir_nonsfi_helper32)/libcontent_common_nacl_nonsfi.a',
'>(tc_lib_dir_nonsfi_helper32)/libelf_loader.a',
'>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgfx_geometry_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper32)/libgfx_ipc_geometry_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libgio.a',
'>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a',
@@ -122,6 +126,8 @@
'>(tc_lib_dir_nonsfi_helper_arm)/libcontent_common_nacl_nonsfi.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libelf_loader.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libevent_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgfx_geometry_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgfx_ipc_geometry_nacl.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libgio.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libgles2_cmd_helper_nacl.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libgles2_implementation_nacl.a',
« no previous file with comments | « no previous file | content/renderer/pepper/ppb_graphics_3d_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698