From 8c2f290e2e178336ab89a01d94ebba774152a6f5 Mon Sep 17 00:00:00 2001 From: "gab@chromium.org" Date: Fri, 21 Jun 2013 07:49:58 +0000 Subject: Make the browser<-->metro_viewer IPC channel name a constant instead of hardcoding it in a few places and passing it via a flag. Supporting a more generic use case via flags was making things more complicated for no apparent reason (other than perhaps one day supporting a random-channel-id -- I removed that TODO in this CL). This simplification will make it easier to introduce some sort of --viewer-launch-via-appid-and-connect flag for https://codereview.chromium.org/16022003/ BUG=179830 TEST=Can still launch Ash in Metro. Review URL: https://chromiumcodereview.appspot.com/15731003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207750 0039d316-1c4b-4281-b951-d872f2087c98 --- win8/win8.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win8/win8.gyp') diff --git a/win8/win8.gyp b/win8/win8.gyp index 6e3d5a8..00bfa3b 100644 --- a/win8/win8.gyp +++ b/win8/win8.gyp @@ -60,6 +60,8 @@ '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', ], 'sources': [ + 'viewer/metro_viewer_constants.cc', + 'viewer/metro_viewer_constants.h', 'viewer/metro_viewer_process_host.cc', 'viewer/metro_viewer_process_host.h', ], -- cgit v1.1