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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2082363004: Show notifications on low disk space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@low-disk-strings
Patch Set: Switch to thread checker instead of checking for UI thread explicitly Created 4 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'browser/chromeos/ui/echo_dialog_view.cc', 1064 'browser/chromeos/ui/echo_dialog_view.cc',
1065 'browser/chromeos/ui/echo_dialog_view.h', 1065 'browser/chromeos/ui/echo_dialog_view.h',
1066 'browser/chromeos/ui/focus_ring_controller.cc', 1066 'browser/chromeos/ui/focus_ring_controller.cc',
1067 'browser/chromeos/ui/focus_ring_controller.h', 1067 'browser/chromeos/ui/focus_ring_controller.h',
1068 'browser/chromeos/ui/focus_ring_layer.cc', 1068 'browser/chromeos/ui/focus_ring_layer.cc',
1069 'browser/chromeos/ui/focus_ring_layer.h', 1069 'browser/chromeos/ui/focus_ring_layer.h',
1070 'browser/chromeos/ui/idle_app_name_notification_view.cc', 1070 'browser/chromeos/ui/idle_app_name_notification_view.cc',
1071 'browser/chromeos/ui/idle_app_name_notification_view.h', 1071 'browser/chromeos/ui/idle_app_name_notification_view.h',
1072 'browser/chromeos/ui/kiosk_external_update_notification.cc', 1072 'browser/chromeos/ui/kiosk_external_update_notification.cc',
1073 'browser/chromeos/ui/kiosk_external_update_notification.h', 1073 'browser/chromeos/ui/kiosk_external_update_notification.h',
1074 'browser/chromeos/ui/low_disk_notification.cc',
1075 'browser/chromeos/ui/low_disk_notification.h',
1074 'browser/chromeos/ui/mobile_config_ui.cc', 1076 'browser/chromeos/ui/mobile_config_ui.cc',
1075 'browser/chromeos/ui/mobile_config_ui.h', 1077 'browser/chromeos/ui/mobile_config_ui.h',
1076 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 1078 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
1077 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 1079 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
1078 'browser/chromeos/ui_proxy_config.cc', 1080 'browser/chromeos/ui_proxy_config.cc',
1079 'browser/chromeos/ui_proxy_config.h', 1081 'browser/chromeos/ui_proxy_config.h',
1080 'browser/chromeos/ui_proxy_config_service.cc', 1082 'browser/chromeos/ui_proxy_config_service.cc',
1081 'browser/chromeos/ui_proxy_config_service.h', 1083 'browser/chromeos/ui_proxy_config_service.h',
1082 'browser/chromeos/upgrade_detector_chromeos.cc', 1084 'browser/chromeos/upgrade_detector_chromeos.cc',
1083 'browser/chromeos/upgrade_detector_chromeos.h', 1085 'browser/chromeos/upgrade_detector_chromeos.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'browser/chromeos/attestation/attestation_signed_data.proto', 1377 'browser/chromeos/attestation/attestation_signed_data.proto',
1376 ], 1378 ],
1377 'variables': { 1379 'variables': {
1378 'proto_in_dir': 'browser/chromeos/attestation', 1380 'proto_in_dir': 'browser/chromeos/attestation',
1379 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1381 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1380 }, 1382 },
1381 'includes': [ '../build/protoc.gypi' ] 1383 'includes': [ '../build/protoc.gypi' ]
1382 }, 1384 },
1383 ], 1385 ],
1384 } 1386 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/ui/low_disk_notification_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698