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

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: Created 4 years, 6 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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 'browser/chromeos/ui/echo_dialog_view.cc', 1059 'browser/chromeos/ui/echo_dialog_view.cc',
1060 'browser/chromeos/ui/echo_dialog_view.h', 1060 'browser/chromeos/ui/echo_dialog_view.h',
1061 'browser/chromeos/ui/focus_ring_controller.cc', 1061 'browser/chromeos/ui/focus_ring_controller.cc',
1062 'browser/chromeos/ui/focus_ring_controller.h', 1062 'browser/chromeos/ui/focus_ring_controller.h',
1063 'browser/chromeos/ui/focus_ring_layer.cc', 1063 'browser/chromeos/ui/focus_ring_layer.cc',
1064 'browser/chromeos/ui/focus_ring_layer.h', 1064 'browser/chromeos/ui/focus_ring_layer.h',
1065 'browser/chromeos/ui/idle_app_name_notification_view.cc', 1065 'browser/chromeos/ui/idle_app_name_notification_view.cc',
1066 'browser/chromeos/ui/idle_app_name_notification_view.h', 1066 'browser/chromeos/ui/idle_app_name_notification_view.h',
1067 'browser/chromeos/ui/kiosk_external_update_notification.cc', 1067 'browser/chromeos/ui/kiosk_external_update_notification.cc',
1068 'browser/chromeos/ui/kiosk_external_update_notification.h', 1068 'browser/chromeos/ui/kiosk_external_update_notification.h',
1069 'browser/chromeos/ui/low_disk_notification.cc',
1070 'browser/chromeos/ui/low_disk_notification.h',
1069 'browser/chromeos/ui/mobile_config_ui.cc', 1071 'browser/chromeos/ui/mobile_config_ui.cc',
1070 'browser/chromeos/ui/mobile_config_ui.h', 1072 'browser/chromeos/ui/mobile_config_ui.h',
1071 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 1073 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
1072 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 1074 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
1073 'browser/chromeos/ui_proxy_config.cc', 1075 'browser/chromeos/ui_proxy_config.cc',
1074 'browser/chromeos/ui_proxy_config.h', 1076 'browser/chromeos/ui_proxy_config.h',
1075 'browser/chromeos/ui_proxy_config_service.cc', 1077 'browser/chromeos/ui_proxy_config_service.cc',
1076 'browser/chromeos/ui_proxy_config_service.h', 1078 'browser/chromeos/ui_proxy_config_service.h',
1077 'browser/chromeos/upgrade_detector_chromeos.cc', 1079 'browser/chromeos/upgrade_detector_chromeos.cc',
1078 'browser/chromeos/upgrade_detector_chromeos.h', 1080 'browser/chromeos/upgrade_detector_chromeos.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 'browser/chromeos/attestation/attestation_signed_data.proto', 1370 'browser/chromeos/attestation/attestation_signed_data.proto',
1369 ], 1371 ],
1370 'variables': { 1372 'variables': {
1371 'proto_in_dir': 'browser/chromeos/attestation', 1373 'proto_in_dir': 'browser/chromeos/attestation',
1372 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1374 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1373 }, 1375 },
1374 'includes': [ '../build/protoc.gypi' ] 1376 'includes': [ '../build/protoc.gypi' ]
1375 }, 1377 },
1376 ], 1378 ],
1377 } 1379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698