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

Unified Diff: content/content_shell.gypi

Issue 10054038: Support WebView in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « ash/shell/window_type_launcher.cc ('k') | content/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
===================================================================
--- content/content_shell.gypi (revision 131874)
+++ content/content_shell.gypi (working copy)
@@ -53,6 +53,7 @@
'shell/paths_mac.mm',
'shell/shell.cc',
'shell/shell.h',
+ 'shell/shell_aura.cc',
'shell/shell_gtk.cc',
'shell/shell_mac.mm',
'shell/shell_win.cc',
@@ -137,6 +138,12 @@
},
},
}], # OS=="win"
+ ['use_aura==1', {
+ 'sources/': [
+ ['exclude', 'shell/shell_gtk.cc'],
+ ['exclude', 'shell/shell_win.cc'],
+ ],
+ }],
],
},
{
« no previous file with comments | « ash/shell/window_type_launcher.cc ('k') | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698