OLD | NEW |
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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 'browser/chromeos/ui/focus_ring_layer.cc', | 1089 'browser/chromeos/ui/focus_ring_layer.cc', |
1090 'browser/chromeos/ui/focus_ring_layer.h', | 1090 'browser/chromeos/ui/focus_ring_layer.h', |
1091 'browser/chromeos/ui/idle_app_name_notification_view.cc', | 1091 'browser/chromeos/ui/idle_app_name_notification_view.cc', |
1092 'browser/chromeos/ui/idle_app_name_notification_view.h', | 1092 'browser/chromeos/ui/idle_app_name_notification_view.h', |
1093 'browser/chromeos/ui/kiosk_external_update_notification.cc', | 1093 'browser/chromeos/ui/kiosk_external_update_notification.cc', |
1094 'browser/chromeos/ui/kiosk_external_update_notification.h', | 1094 'browser/chromeos/ui/kiosk_external_update_notification.h', |
1095 'browser/chromeos/ui/low_disk_notification.cc', | 1095 'browser/chromeos/ui/low_disk_notification.cc', |
1096 'browser/chromeos/ui/low_disk_notification.h', | 1096 'browser/chromeos/ui/low_disk_notification.h', |
1097 'browser/chromeos/ui/mobile_config_ui.cc', | 1097 'browser/chromeos/ui/mobile_config_ui.cc', |
1098 'browser/chromeos/ui/mobile_config_ui.h', | 1098 'browser/chromeos/ui/mobile_config_ui.h', |
| 1099 'browser/chromeos/ui/request_pin_view.cc', |
| 1100 'browser/chromeos/ui/request_pin_view.h', |
1099 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', | 1101 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', |
1100 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', | 1102 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', |
1101 'browser/chromeos/ui_proxy_config.cc', | 1103 'browser/chromeos/ui_proxy_config.cc', |
1102 'browser/chromeos/ui_proxy_config.h', | 1104 'browser/chromeos/ui_proxy_config.h', |
1103 'browser/chromeos/ui_proxy_config_service.cc', | 1105 'browser/chromeos/ui_proxy_config_service.cc', |
1104 'browser/chromeos/ui_proxy_config_service.h', | 1106 'browser/chromeos/ui_proxy_config_service.h', |
1105 'browser/chromeos/upgrade_detector_chromeos.cc', | 1107 'browser/chromeos/upgrade_detector_chromeos.cc', |
1106 'browser/chromeos/upgrade_detector_chromeos.h', | 1108 'browser/chromeos/upgrade_detector_chromeos.h', |
1107 'browser/supervised_user/chromeos/manager_password_service.cc', | 1109 'browser/supervised_user/chromeos/manager_password_service.cc', |
1108 'browser/supervised_user/chromeos/manager_password_service.h', | 1110 'browser/supervised_user/chromeos/manager_password_service.h', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1398 'browser/chromeos/attestation/attestation_signed_data.proto', | 1400 'browser/chromeos/attestation/attestation_signed_data.proto', |
1399 ], | 1401 ], |
1400 'variables': { | 1402 'variables': { |
1401 'proto_in_dir': 'browser/chromeos/attestation', | 1403 'proto_in_dir': 'browser/chromeos/attestation', |
1402 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1404 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1403 }, | 1405 }, |
1404 'includes': [ '../build/protoc.gypi' ] | 1406 'includes': [ '../build/protoc.gypi' ] |
1405 }, | 1407 }, |
1406 ], | 1408 ], |
1407 } | 1409 } |
OLD | NEW |