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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 'browser/chromeos/system_logs/touch_log_source_ozone.cc', | 1036 'browser/chromeos/system_logs/touch_log_source_ozone.cc', |
1037 'browser/chromeos/system_logs/touch_log_source_x11.cc', | 1037 'browser/chromeos/system_logs/touch_log_source_x11.cc', |
1038 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', | 1038 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', |
1039 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', | 1039 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', |
1040 'browser/chromeos/ui/accessibility_focus_ring.cc', | 1040 'browser/chromeos/ui/accessibility_focus_ring.cc', |
1041 'browser/chromeos/ui/accessibility_focus_ring.h', | 1041 'browser/chromeos/ui/accessibility_focus_ring.h', |
1042 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', | 1042 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', |
1043 'browser/chromeos/ui/accessibility_focus_ring_controller.h', | 1043 'browser/chromeos/ui/accessibility_focus_ring_controller.h', |
1044 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', | 1044 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', |
1045 'browser/chromeos/ui/accessibility_focus_ring_layer.h', | 1045 'browser/chromeos/ui/accessibility_focus_ring_layer.h', |
| 1046 'browser/chromeos/ui/autoclick_ring_handler.cc', |
| 1047 'browser/chromeos/ui/autoclick_ring_handler.h', |
1046 'browser/chromeos/ui/choose_mobile_network_dialog.cc', | 1048 'browser/chromeos/ui/choose_mobile_network_dialog.cc', |
1047 'browser/chromeos/ui/choose_mobile_network_dialog.h', | 1049 'browser/chromeos/ui/choose_mobile_network_dialog.h', |
1048 'browser/chromeos/ui/echo_dialog_listener.h', | 1050 'browser/chromeos/ui/echo_dialog_listener.h', |
1049 'browser/chromeos/ui/echo_dialog_view.cc', | 1051 'browser/chromeos/ui/echo_dialog_view.cc', |
1050 'browser/chromeos/ui/echo_dialog_view.h', | 1052 'browser/chromeos/ui/echo_dialog_view.h', |
1051 'browser/chromeos/ui/focus_ring_controller.cc', | 1053 'browser/chromeos/ui/focus_ring_controller.cc', |
1052 'browser/chromeos/ui/focus_ring_controller.h', | 1054 'browser/chromeos/ui/focus_ring_controller.h', |
1053 'browser/chromeos/ui/focus_ring_layer.cc', | 1055 'browser/chromeos/ui/focus_ring_layer.cc', |
1054 'browser/chromeos/ui/focus_ring_layer.h', | 1056 'browser/chromeos/ui/focus_ring_layer.h', |
1055 'browser/chromeos/ui/idle_app_name_notification_view.cc', | 1057 'browser/chromeos/ui/idle_app_name_notification_view.cc', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1358 'browser/chromeos/attestation/attestation_signed_data.proto', | 1360 'browser/chromeos/attestation/attestation_signed_data.proto', |
1359 ], | 1361 ], |
1360 'variables': { | 1362 'variables': { |
1361 'proto_in_dir': 'browser/chromeos/attestation', | 1363 'proto_in_dir': 'browser/chromeos/attestation', |
1362 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1364 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1363 }, | 1365 }, |
1364 'includes': [ '../build/protoc.gypi' ] | 1366 'includes': [ '../build/protoc.gypi' ] |
1365 }, | 1367 }, |
1366 ], | 1368 ], |
1367 } | 1369 } |
OLD | NEW |