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

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
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 72012)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1250,6 +1250,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',
@@ -1652,7 +1656,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',

Powered by Google App Engine
This is Rietveld 408576698