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 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 'browser/chromeos/ui/focus_ring_controller.cc', | 1070 'browser/chromeos/ui/focus_ring_controller.cc', |
1071 'browser/chromeos/ui/focus_ring_controller.h', | 1071 'browser/chromeos/ui/focus_ring_controller.h', |
1072 'browser/chromeos/ui/focus_ring_layer.cc', | 1072 'browser/chromeos/ui/focus_ring_layer.cc', |
1073 'browser/chromeos/ui/focus_ring_layer.h', | 1073 'browser/chromeos/ui/focus_ring_layer.h', |
1074 'browser/chromeos/ui/idle_app_name_notification_view.cc', | 1074 'browser/chromeos/ui/idle_app_name_notification_view.cc', |
1075 'browser/chromeos/ui/idle_app_name_notification_view.h', | 1075 'browser/chromeos/ui/idle_app_name_notification_view.h', |
1076 'browser/chromeos/ui/kiosk_external_update_notification.cc', | 1076 'browser/chromeos/ui/kiosk_external_update_notification.cc', |
1077 'browser/chromeos/ui/kiosk_external_update_notification.h', | 1077 'browser/chromeos/ui/kiosk_external_update_notification.h', |
1078 'browser/chromeos/ui/low_disk_notification.cc', | 1078 'browser/chromeos/ui/low_disk_notification.cc', |
1079 'browser/chromeos/ui/low_disk_notification.h', | 1079 'browser/chromeos/ui/low_disk_notification.h', |
| 1080 'browser/chromeos/ui/password_echo_controller.cc', |
| 1081 'browser/chromeos/ui/password_echo_controller.h', |
1080 'browser/chromeos/ui/mobile_config_ui.cc', | 1082 'browser/chromeos/ui/mobile_config_ui.cc', |
1081 'browser/chromeos/ui/mobile_config_ui.h', | 1083 'browser/chromeos/ui/mobile_config_ui.h', |
1082 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', | 1084 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', |
1083 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', | 1085 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', |
1084 'browser/chromeos/ui_proxy_config.cc', | 1086 'browser/chromeos/ui_proxy_config.cc', |
1085 'browser/chromeos/ui_proxy_config.h', | 1087 'browser/chromeos/ui_proxy_config.h', |
1086 'browser/chromeos/ui_proxy_config_service.cc', | 1088 'browser/chromeos/ui_proxy_config_service.cc', |
1087 'browser/chromeos/ui_proxy_config_service.h', | 1089 'browser/chromeos/ui_proxy_config_service.h', |
1088 'browser/chromeos/upgrade_detector_chromeos.cc', | 1090 'browser/chromeos/upgrade_detector_chromeos.cc', |
1089 'browser/chromeos/upgrade_detector_chromeos.h', | 1091 'browser/chromeos/upgrade_detector_chromeos.h', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1381 'browser/chromeos/attestation/attestation_signed_data.proto', | 1383 'browser/chromeos/attestation/attestation_signed_data.proto', |
1382 ], | 1384 ], |
1383 'variables': { | 1385 'variables': { |
1384 'proto_in_dir': 'browser/chromeos/attestation', | 1386 'proto_in_dir': 'browser/chromeos/attestation', |
1385 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1387 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1386 }, | 1388 }, |
1387 'includes': [ '../build/protoc.gypi' ] | 1389 'includes': [ '../build/protoc.gypi' ] |
1388 }, | 1390 }, |
1389 ], | 1391 ], |
1390 } | 1392 } |
OLD | NEW |