diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 16:55:32 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 16:55:32 +0000 |
commit | 5bbe1597629c0b99b1dd9a80a634bd575bbb2a93 (patch) | |
tree | f39459f508d22ed882d9a1b737e443ad2fd83411 /ui/aura | |
parent | 9aa5c51b49de1934e40cd5e2b35b4d7187748e96 (diff) | |
download | chromium_src-5bbe1597629c0b99b1dd9a80a634bd575bbb2a93.zip chromium_src-5bbe1597629c0b99b1dd9a80a634bd575bbb2a93.tar.gz chromium_src-5bbe1597629c0b99b1dd9a80a634bd575bbb2a93.tar.bz2 |
Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewerProcessHost
Bringing LaunchViewerAndWaitForConnection() to the common base so that ChromeMetroViewerProcessHost can also benefit from it (required for ash browser tests).
BUG=179830
1st Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201806
Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=201966
R=robertshield@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/14629025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura')
-rw-r--r-- | ui/aura/aura.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index feab883..547b719 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -122,8 +122,8 @@ }], ['OS=="win"', { 'dependencies': [ - '../metro_viewer/metro_viewer.gyp:metro_viewer', - '../../ipc/ipc.gyp:ipc', + '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', + '../../ipc/ipc.gyp:ipc', ], }], ], |