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

Unified Diff: ppapi/ppapi_internal.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 | « ppapi/native_client/native_client.gyp ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_internal.gyp
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index c58423a8d8e5c5c75028ce29a48d2c9b10ff61ee..99b4652d0b589d061d189f1c15affb9eecbad89d 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -107,6 +107,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../gin/gin.gyp:gin',
+ '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../gpu/gpu.gyp:gles2_implementation',
'../gpu/gpu.gyp:command_buffer_traits',
'../media/media.gyp:shared_memory_support',
@@ -116,6 +117,7 @@
'../third_party/icu/icu.gyp:icuuc',
'../third_party/icu/icu.gyp:icui18n',
'../ui/surface/surface.gyp:surface',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'ppapi.gyp:ppapi_c',
'ppapi_shared',
'ppapi_ipc',
@@ -156,6 +158,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../gin/gin.gyp:gin',
+ '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../gpu/gpu.gyp:gles2_implementation',
'../gpu/gpu.gyp:command_buffer_traits',
'../media/media.gyp:shared_memory_support',
@@ -164,6 +167,7 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/icu/icu.gyp:icui18n',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/surface/surface.gyp:surface',
'ppapi.gyp:ppapi_c',
'ppapi_shared',
« no previous file with comments | « ppapi/native_client/native_client.gyp ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698