| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'browser/chromeos/app_mode/kiosk_profile_loader.h', | 53 'browser/chromeos/app_mode/kiosk_profile_loader.h', |
| 54 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', | 54 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', |
| 55 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', | 55 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', |
| 56 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', | 56 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', |
| 57 'browser/chromeos/app_mode/startup_app_launcher.cc', | 57 'browser/chromeos/app_mode/startup_app_launcher.cc', |
| 58 'browser/chromeos/app_mode/startup_app_launcher.h', | 58 'browser/chromeos/app_mode/startup_app_launcher.h', |
| 59 'browser/chromeos/arc/arc_auth_notification.cc', | 59 'browser/chromeos/arc/arc_auth_notification.cc', |
| 60 'browser/chromeos/arc/arc_auth_notification.h', | 60 'browser/chromeos/arc/arc_auth_notification.h', |
| 61 'browser/chromeos/arc/arc_auth_service.cc', | 61 'browser/chromeos/arc/arc_auth_service.cc', |
| 62 'browser/chromeos/arc/arc_auth_service.h', | 62 'browser/chromeos/arc/arc_auth_service.h', |
| 63 'browser/chromeos/arc/arc_downloads_watcher_service.cc', |
| 64 'browser/chromeos/arc/arc_downloads_watcher_service.h', |
| 63 'browser/chromeos/arc/arc_service_launcher.cc', | 65 'browser/chromeos/arc/arc_service_launcher.cc', |
| 64 'browser/chromeos/arc/arc_service_launcher.h', | 66 'browser/chromeos/arc/arc_service_launcher.h', |
| 65 'browser/chromeos/arc/arc_support_host.cc', | 67 'browser/chromeos/arc/arc_support_host.cc', |
| 66 'browser/chromeos/arc/arc_support_host.h', | 68 'browser/chromeos/arc/arc_support_host.h', |
| 67 'browser/chromeos/arc/arc_policy_bridge.cc', | 69 'browser/chromeos/arc/arc_policy_bridge.cc', |
| 68 'browser/chromeos/arc/arc_policy_bridge.h', | 70 'browser/chromeos/arc/arc_policy_bridge.h', |
| 69 'browser/chromeos/arc/arc_process.h', | 71 'browser/chromeos/arc/arc_process.h', |
| 70 'browser/chromeos/arc/arc_process_service.cc', | 72 'browser/chromeos/arc/arc_process_service.cc', |
| 71 'browser/chromeos/arc/arc_process_service.h', | 73 'browser/chromeos/arc/arc_process_service.h', |
| 72 'browser/chromeos/arc/arc_settings_service.cc', | 74 'browser/chromeos/arc/arc_settings_service.cc', |
| (...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'browser/chromeos/attestation/attestation_signed_data.proto', | 1357 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1356 ], | 1358 ], |
| 1357 'variables': { | 1359 'variables': { |
| 1358 'proto_in_dir': 'browser/chromeos/attestation', | 1360 'proto_in_dir': 'browser/chromeos/attestation', |
| 1359 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1361 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1360 }, | 1362 }, |
| 1361 'includes': [ '../build/protoc.gypi' ] | 1363 'includes': [ '../build/protoc.gypi' ] |
| 1362 }, | 1364 }, |
| 1363 ], | 1365 ], |
| 1364 } | 1366 } |
| OLD | NEW |