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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 'browser/file_system/browser_file_system_helper.cc', 1243 'browser/file_system/browser_file_system_helper.cc',
1244 'browser/file_system/browser_file_system_helper.h', 1244 'browser/file_system/browser_file_system_helper.h',
1245 'browser/file_system/file_system_dispatcher_host.cc', 1245 'browser/file_system/file_system_dispatcher_host.cc',
1246 'browser/file_system/file_system_dispatcher_host.h', 1246 'browser/file_system/file_system_dispatcher_host.h',
1247 'browser/first_run/first_run.cc', 1247 'browser/first_run/first_run.cc',
1248 'browser/first_run/first_run.h', 1248 'browser/first_run/first_run.h',
1249 'browser/first_run/first_run_mac.mm', 1249 'browser/first_run/first_run_mac.mm',
1250 'browser/first_run/first_run_win.cc', 1250 'browser/first_run/first_run_win.cc',
1251 'browser/first_run/first_run_gtk.cc', 1251 'browser/first_run/first_run_gtk.cc',
1252 'browser/fonts_languages_window.h', 1252 'browser/fonts_languages_window.h',
1253 'browser/fullscreen.h',
1254 'browser/fullscreen_linux.cc',
1255 'browser/fullscreen_mac.mm',
1256 'browser/fullscreen_win.cc',
1253 'browser/gears_integration.cc', 1257 'browser/gears_integration.cc',
1254 'browser/gears_integration.h', 1258 'browser/gears_integration.h',
1255 'browser/geolocation/access_token_store.cc', 1259 'browser/geolocation/access_token_store.cc',
1256 'browser/geolocation/access_token_store.h', 1260 'browser/geolocation/access_token_store.h',
1257 'browser/geolocation/core_location_data_provider_mac.h', 1261 'browser/geolocation/core_location_data_provider_mac.h',
1258 'browser/geolocation/core_location_data_provider_mac.mm', 1262 'browser/geolocation/core_location_data_provider_mac.mm',
1259 'browser/geolocation/core_location_provider_mac.h', 1263 'browser/geolocation/core_location_provider_mac.h',
1260 'browser/geolocation/core_location_provider_mac.mm', 1264 'browser/geolocation/core_location_provider_mac.mm',
1261 'browser/geolocation/device_data_provider.cc', 1265 'browser/geolocation/device_data_provider.cc',
1262 'browser/geolocation/device_data_provider.h', 1266 'browser/geolocation/device_data_provider.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 'browser/icon_loader.cc', 1649 'browser/icon_loader.cc',
1646 'browser/icon_loader_linux.cc', 1650 'browser/icon_loader_linux.cc',
1647 'browser/icon_loader_mac.mm', 1651 'browser/icon_loader_mac.mm',
1648 'browser/icon_loader_win.cc', 1652 'browser/icon_loader_win.cc',
1649 'browser/icon_manager.cc', 1653 'browser/icon_manager.cc',
1650 'browser/icon_manager.h', 1654 'browser/icon_manager.h',
1651 'browser/icon_manager_linux.cc', 1655 'browser/icon_manager_linux.cc',
1652 'browser/icon_manager_mac.mm', 1656 'browser/icon_manager_mac.mm',
1653 'browser/icon_manager_win.cc', 1657 'browser/icon_manager_win.cc',
1654 'browser/idle_linux.cc', 1658 'browser/idle_linux.cc',
1655 'browser/idle_mac.cc', 1659 'browser/idle_mac.mm',
1656 'browser/idle_win.cc', 1660 'browser/idle_win.cc',
1657 'browser/ime_input.cc', 1661 'browser/ime_input.cc',
1658 'browser/ime_input.h', 1662 'browser/ime_input.h',
1659 'browser/importer/firefox2_importer.cc', 1663 'browser/importer/firefox2_importer.cc',
1660 'browser/importer/firefox2_importer.h', 1664 'browser/importer/firefox2_importer.h',
1661 'browser/importer/firefox3_importer.cc', 1665 'browser/importer/firefox3_importer.cc',
1662 'browser/importer/firefox3_importer.h', 1666 'browser/importer/firefox3_importer.h',
1663 'browser/importer/firefox_importer_utils.cc', 1667 'browser/importer/firefox_importer_utils.cc',
1664 'browser/importer/firefox_importer_utils_linux.cc', 1668 'browser/importer/firefox_importer_utils_linux.cc',
1665 'browser/importer/firefox_importer_utils_mac.mm', 1669 'browser/importer/firefox_importer_utils_mac.mm',
(...skipping 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after
4553 ], 4557 ],
4554 }, 4558 },
4555 ], 4559 ],
4556 } 4560 }
4557 4561
4558 # Local Variables: 4562 # Local Variables:
4559 # tab-width:2 4563 # tab-width:2
4560 # indent-tabs-mode:nil 4564 # indent-tabs-mode:nil
4561 # End: 4565 # End:
4562 # vim: set expandtab tabstop=2 shiftwidth=2: 4566 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698