Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: win8/win8.gyp

Issue 15731003: Make the browser->metro_viewer IPC channel name a constant instead of hardcoding it in a few places… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrap command_execute_impl.cc::LaunchChromeBrowserProcess() in USE_AURA if defs to fix non-aura comp… Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: win8/win8.gyp
diff --git a/win8/win8.gyp b/win8/win8.gyp
index 6e3d5a8f7647df812ff7864d79e976e4877d01bf..00bfa3bc6637ed326537794eaa173409dc8e7fd4 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',
],

Powered by Google App Engine
This is Rietveld 408576698