summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
Diffstat (limited to 'mojo')
-rw-r--r--mojo/mojo.gyp1
-rw-r--r--mojo/mojo_examples.gypi1
-rw-r--r--mojo/mojo_services.gypi2
3 files changed, 4 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index d2e29d6..12a552b 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -369,6 +369,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
'mojo_common_lib',
'mojo_jni_headers',
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index dfd95b8..3766c4d 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -7,6 +7,7 @@
'../base/base.gyp:base',
'../gpu/gpu.gyp:gles2_c_lib',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
'mojo_common_lib',
'mojo_gles2',
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index cf51ac3..7ae489e 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -20,6 +20,7 @@
'../gpu/gpu.gyp:command_buffer_service',
'../gpu/gpu.gyp:gles2_implementation',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
'mojo_gles2_bindings',
],
@@ -50,6 +51,7 @@
'../base/base.gyp:base',
'../ui/events/events.gyp:events',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'mojo_common_lib',
'mojo_gles2_service',
'mojo_native_viewport_bindings',