diff options
author | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 19:38:09 +0000 |
---|---|---|
committer | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 19:38:09 +0000 |
commit | 5554aeebfa13d7447b2e22c44d15f98404a96352 (patch) | |
tree | b04642482220a28061b0a852052e6e5866446e54 /mojo/mojo_examples.gypi | |
parent | 8e5c35d717390a632cadfef6b882491abaf35df5 (diff) | |
download | chromium_src-5554aeebfa13d7447b2e22c44d15f98404a96352.zip chromium_src-5554aeebfa13d7447b2e22c44d15f98404a96352.tar.gz chromium_src-5554aeebfa13d7447b2e22c44d15f98404a96352.tar.bz2 |
Revert 267293 "First step at synchronizing client model changes ..."
Reverted due to compile errors
> First step at synchronizing client model changes with service.
>
> R=sky@chromium.org
> http://crbug.com/365012
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266940
>
> Review URL: https://codereview.chromium.org/258623005
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/262583008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 79a3242..a81802a 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -285,11 +285,11 @@ '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/gl/gl.gyp:gl', 'mojo_cpp_bindings', - 'mojo_environment_chromium', + 'mojo_environment_standalone', 'mojo_gles2', - 'mojo_view_manager_lib', + 'mojo_view_manager_bindings', 'mojo_shell_client', - 'mojo_system_impl', + 'mojo_system', 'mojo_utility', ], 'sources': [ |