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

Unified Diff: chrome/chrome_browser.gypi

Issue 10407022: Make Chrome limp briefly before freaking out with aura no ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « build/common.gypi ('k') | content/browser/web_contents/web_contents_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 137506)
+++ chrome/chrome_browser.gypi (working copy)
@@ -4368,6 +4368,19 @@
'../ui/aura/aura.gyp:aura',
'../ui/compositor/compositor.gyp:compositor',
],
+ 'conditions': [
+ ['OS=="win"', {
+ 'sources/': [
+ ['exclude', '^browser/background/background_mode_manager_aura.cc'],
+ ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
+ ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
+ ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'],
+ ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'],
+ ['exclude', '^browser/ui/browser_list_win.cc'],
+ ['exclude', '^browser/fullscreen_win.cc'],
+ ],
+ }],
+ ],
}],
['ui_compositor_image_transport==1', {
'dependencies': [
« no previous file with comments | « build/common.gypi ('k') | content/browser/web_contents/web_contents_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698