From 7f7da3606233d30493b40bc953fafc32d88fd8ce Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Thu, 17 Apr 2014 18:19:07 +0000 Subject: Revert 264559 "Get sample_app running on Android again" > Get sample_app running on Android again > > R=viettrungluu@chromium.org, viettrungluu > BUG= > > Review URL: https://codereview.chromium.org/240003006 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/238563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264576 0039d316-1c4b-4281-b951-d872f2087c98 --- mojo/mojo_examples.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mojo/mojo_examples.gypi') diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 1aa4438..590285f 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -9,8 +9,9 @@ 'type': 'shared_library', 'dependencies': [ # TODO(darin): we should not be linking against these libraries! - '../ui/events/events.gyp:events', + '../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx_geometry', + '../ui/gl/gl.gyp:gl', 'mojo_bindings', 'mojo_environment_standalone', 'mojo_gles2', -- cgit v1.1