diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 18:19:07 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 18:19:07 +0000 |
commit | 7f7da3606233d30493b40bc953fafc32d88fd8ce (patch) | |
tree | fc4084ba1c8ca4e4b51d5ed1db2da302d3b5f1b3 /mojo/mojo_examples.gypi | |
parent | 450b03c7117979e702c57652cf6a32fbcaedf78a (diff) | |
download | chromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.zip chromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.tar.gz chromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.tar.bz2 |
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
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
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', |