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

Unified Diff: ui/message_center/message_center.gyp

Issue 369303003: Fix linking error in message_center (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center.gyp
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp
index 6de3c5bf6eafa3697ab100a1487c834f7520f783..26751e91f7e8bae2152935b40ccea9a6049fc69b 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -106,7 +106,7 @@
# This condition is for Windows 8 Metro mode support. We need to
# specify a particular desktop during widget creation in that case.
# This is done using the desktop aura native widget framework.
- ['use_ash==1 and OS=="win"', {
+ ['OS=="win"', {
'dependencies': [
'../aura/aura.gyp:aura',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698