diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-21 21:12:08 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-21 21:12:08 +0000 |
commit | 8c17298b91bc30c753d333af3496429ca292aeae (patch) | |
tree | ffdaec13da8aaed09d0f4dec668f00134fe9e551 /mojo/mojo_examples.gypi | |
parent | 25866264106adba0372acb476691f2ea5ac694c9 (diff) | |
download | chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.zip chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.tar.gz chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.tar.bz2 |
Get sample_app running on Android again
Second try after first broke build
https://codereview.chromium.org/240003006/
TBR=viettrungluu
BUG=
Review URL: https://codereview.chromium.org/242973004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 590285f..1aa4438 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -9,9 +9,8 @@ 'type': 'shared_library', 'dependencies': [ # TODO(darin): we should not be linking against these libraries! - '../ui/gfx/gfx.gyp:gfx', + '../ui/events/events.gyp:events', '../ui/gfx/gfx.gyp:gfx_geometry', - '../ui/gl/gl.gyp:gl', 'mojo_bindings', 'mojo_environment_standalone', 'mojo_gles2', |