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

Unified Diff: win8/metro_driver/metro_driver.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/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index bad7c795dced9258ba9ca02de20968fd81a339a7..483d7d9cdf7942c8e9300716fce9790b20ddc10c 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -72,6 +72,9 @@
],
'conditions': [
['use_aura==1', {
+ 'dependencies': [
+ '../win8.gyp:metro_viewer',
+ ],
'sources': [
'chrome_app_view_ash.cc',
'chrome_app_view_ash.h',

Powered by Google App Engine
This is Rietveld 408576698