| 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 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 'browser/chromeos/system_logs/touch_log_source_ozone.cc', | 1046 'browser/chromeos/system_logs/touch_log_source_ozone.cc', |
| 1047 'browser/chromeos/system_logs/touch_log_source_x11.cc', | 1047 'browser/chromeos/system_logs/touch_log_source_x11.cc', |
| 1048 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', | 1048 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', |
| 1049 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', | 1049 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', |
| 1050 'browser/chromeos/ui/accessibility_focus_ring.cc', | 1050 'browser/chromeos/ui/accessibility_focus_ring.cc', |
| 1051 'browser/chromeos/ui/accessibility_focus_ring.h', | 1051 'browser/chromeos/ui/accessibility_focus_ring.h', |
| 1052 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', | 1052 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', |
| 1053 'browser/chromeos/ui/accessibility_focus_ring_controller.h', | 1053 'browser/chromeos/ui/accessibility_focus_ring_controller.h', |
| 1054 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', | 1054 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', |
| 1055 'browser/chromeos/ui/accessibility_focus_ring_layer.h', | 1055 'browser/chromeos/ui/accessibility_focus_ring_layer.h', |
| 1056 'browser/chromeos/ui/autoclick_ring_handler.cc', |
| 1057 'browser/chromeos/ui/autoclick_ring_handler.h', |
| 1056 'browser/chromeos/ui/choose_mobile_network_dialog.cc', | 1058 'browser/chromeos/ui/choose_mobile_network_dialog.cc', |
| 1057 'browser/chromeos/ui/choose_mobile_network_dialog.h', | 1059 'browser/chromeos/ui/choose_mobile_network_dialog.h', |
| 1058 'browser/chromeos/ui/echo_dialog_listener.h', | 1060 'browser/chromeos/ui/echo_dialog_listener.h', |
| 1059 'browser/chromeos/ui/echo_dialog_view.cc', | 1061 'browser/chromeos/ui/echo_dialog_view.cc', |
| 1060 'browser/chromeos/ui/echo_dialog_view.h', | 1062 'browser/chromeos/ui/echo_dialog_view.h', |
| 1061 'browser/chromeos/ui/focus_ring_controller.cc', | 1063 'browser/chromeos/ui/focus_ring_controller.cc', |
| 1062 'browser/chromeos/ui/focus_ring_controller.h', | 1064 'browser/chromeos/ui/focus_ring_controller.h', |
| 1063 'browser/chromeos/ui/focus_ring_layer.cc', | 1065 'browser/chromeos/ui/focus_ring_layer.cc', |
| 1064 'browser/chromeos/ui/focus_ring_layer.h', | 1066 'browser/chromeos/ui/focus_ring_layer.h', |
| 1065 'browser/chromeos/ui/idle_app_name_notification_view.cc', | 1067 'browser/chromeos/ui/idle_app_name_notification_view.cc', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1370 'browser/chromeos/attestation/attestation_signed_data.proto', | 1372 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1371 ], | 1373 ], |
| 1372 'variables': { | 1374 'variables': { |
| 1373 'proto_in_dir': 'browser/chromeos/attestation', | 1375 'proto_in_dir': 'browser/chromeos/attestation', |
| 1374 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1376 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1375 }, | 1377 }, |
| 1376 'includes': [ '../build/protoc.gypi' ] | 1378 'includes': [ '../build/protoc.gypi' ] |
| 1377 }, | 1379 }, |
| 1378 ], | 1380 ], |
| 1379 } | 1381 } |
| OLD | NEW |