| 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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 'browser/chromeos/ui/choose_mobile_network_dialog.h', | 985 'browser/chromeos/ui/choose_mobile_network_dialog.h', |
| 986 'browser/chromeos/ui/echo_dialog_listener.h', | 986 'browser/chromeos/ui/echo_dialog_listener.h', |
| 987 'browser/chromeos/ui/echo_dialog_view.cc', | 987 'browser/chromeos/ui/echo_dialog_view.cc', |
| 988 'browser/chromeos/ui/echo_dialog_view.h', | 988 'browser/chromeos/ui/echo_dialog_view.h', |
| 989 'browser/chromeos/ui/focus_ring_controller.cc', | 989 'browser/chromeos/ui/focus_ring_controller.cc', |
| 990 'browser/chromeos/ui/focus_ring_controller.h', | 990 'browser/chromeos/ui/focus_ring_controller.h', |
| 991 'browser/chromeos/ui/focus_ring_layer.cc', | 991 'browser/chromeos/ui/focus_ring_layer.cc', |
| 992 'browser/chromeos/ui/focus_ring_layer.h', | 992 'browser/chromeos/ui/focus_ring_layer.h', |
| 993 'browser/chromeos/ui/idle_app_name_notification_view.cc', | 993 'browser/chromeos/ui/idle_app_name_notification_view.cc', |
| 994 'browser/chromeos/ui/idle_app_name_notification_view.h', | 994 'browser/chromeos/ui/idle_app_name_notification_view.h', |
| 995 'browser/chromeos/ui/inline_login_dialog.cc', | |
| 996 'browser/chromeos/ui/inline_login_dialog.h', | |
| 997 'browser/chromeos/ui/kiosk_external_update_notification.cc', | 995 'browser/chromeos/ui/kiosk_external_update_notification.cc', |
| 998 'browser/chromeos/ui/kiosk_external_update_notification.h', | 996 'browser/chromeos/ui/kiosk_external_update_notification.h', |
| 999 'browser/chromeos/ui/mobile_config_ui.cc', | 997 'browser/chromeos/ui/mobile_config_ui.cc', |
| 1000 'browser/chromeos/ui/mobile_config_ui.h', | 998 'browser/chromeos/ui/mobile_config_ui.h', |
| 1001 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', | 999 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', |
| 1002 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', | 1000 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', |
| 1003 'browser/chromeos/ui_proxy_config.cc', | 1001 'browser/chromeos/ui_proxy_config.cc', |
| 1004 'browser/chromeos/ui_proxy_config.h', | 1002 'browser/chromeos/ui_proxy_config.h', |
| 1005 'browser/chromeos/ui_proxy_config_service.cc', | 1003 'browser/chromeos/ui_proxy_config_service.cc', |
| 1006 'browser/chromeos/ui_proxy_config_service.h', | 1004 'browser/chromeos/ui_proxy_config_service.h', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1299 'browser/chromeos/attestation/attestation_signed_data.proto', | 1297 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1300 ], | 1298 ], |
| 1301 'variables': { | 1299 'variables': { |
| 1302 'proto_in_dir': 'browser/chromeos/attestation', | 1300 'proto_in_dir': 'browser/chromeos/attestation', |
| 1303 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1301 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1304 }, | 1302 }, |
| 1305 'includes': [ '../build/protoc.gypi' ] | 1303 'includes': [ '../build/protoc.gypi' ] |
| 1306 }, | 1304 }, |
| 1307 ], | 1305 ], |
| 1308 } | 1306 } |
| OLD | NEW |