commit | 1fd496147f651ccbe83ea5dae5e3b06a6ab039d6 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 29 05:16:02 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 29 05:16:02 2014 |
tree | 79ebd6c0b8673c8f193c6346dbf17f4a7e1655d4 | |
parent | 124782e1b7c5950b2098c76214bb5e1b1ade7400 [diff] [blame] |
Skeleton of a View Manager. This CL doesn't add any real View Management nor does it convert any apps to use this API. Mostly this is just getting the target in and doing the event interception to load the Launcher. [email protected] BUG= Review URL: https://codereview.chromium.org/145403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247623 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp index eeff174c..d2a82dc 100644 --- a/mojo/mojo.gyp +++ b/mojo/mojo.gyp
@@ -54,6 +54,7 @@ 'dependencies': [ 'mojo_aura_demo', 'mojo_launcher', + 'mojo_view_manager', ], }], ]