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

Unified Diff: chrome/chrome_browser.gypi

Issue 6359008: Do not show notifications when in fullscreen or screensaver mode.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/browser/ui/gtk/gtk_util.cc ('k') | ui/base/x/x11_util.h » ('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 72519)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1254,6 +1254,10 @@
'browser/first_run/first_run_win.cc',
'browser/first_run/first_run_gtk.cc',
'browser/fonts_languages_window.h',
+ 'browser/fullscreen.h',
+ 'browser/fullscreen_linux.cc',
+ 'browser/fullscreen_mac.mm',
+ 'browser/fullscreen_win.cc',
'browser/gears_integration.cc',
'browser/gears_integration.h',
'browser/geolocation/access_token_store.cc',
@@ -1658,7 +1662,7 @@
'browser/icon_manager_mac.mm',
'browser/icon_manager_win.cc',
'browser/idle_linux.cc',
- 'browser/idle_mac.cc',
+ 'browser/idle_mac.mm',
'browser/idle_win.cc',
'browser/ime_input.cc',
'browser/ime_input.h',
« no previous file with comments | « chrome/browser/ui/gtk/gtk_util.cc ('k') | ui/base/x/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698