| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h', | 47 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h', |
| 48 'browser/chromeos/app_mode/kiosk_profile_loader.cc', | 48 'browser/chromeos/app_mode/kiosk_profile_loader.cc', |
| 49 'browser/chromeos/app_mode/kiosk_profile_loader.h', | 49 'browser/chromeos/app_mode/kiosk_profile_loader.h', |
| 50 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', | 50 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', |
| 51 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', | 51 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', |
| 52 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', | 52 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', |
| 53 'browser/chromeos/app_mode/startup_app_launcher.cc', | 53 'browser/chromeos/app_mode/startup_app_launcher.cc', |
| 54 'browser/chromeos/app_mode/startup_app_launcher.h', | 54 'browser/chromeos/app_mode/startup_app_launcher.h', |
| 55 'browser/chromeos/arc/arc_auth_service_impl.cc', | 55 'browser/chromeos/arc/arc_auth_service_impl.cc', |
| 56 'browser/chromeos/arc/arc_auth_service_impl.h', | 56 'browser/chromeos/arc/arc_auth_service_impl.h', |
| 57 'browser/chromeos/arc/arc_intent_helper_bridge_impl.cc', |
| 58 'browser/chromeos/arc/arc_intent_helper_bridge_impl.h', |
| 57 'browser/chromeos/arc/arc_settings_bridge_impl.cc', | 59 'browser/chromeos/arc/arc_settings_bridge_impl.cc', |
| 58 'browser/chromeos/arc/arc_settings_bridge_impl.h', | 60 'browser/chromeos/arc/arc_settings_bridge_impl.h', |
| 59 'browser/chromeos/attestation/attestation_ca_client.cc', | 61 'browser/chromeos/attestation/attestation_ca_client.cc', |
| 60 'browser/chromeos/attestation/attestation_ca_client.h', | 62 'browser/chromeos/attestation/attestation_ca_client.h', |
| 61 'browser/chromeos/attestation/attestation_policy_observer.cc', | 63 'browser/chromeos/attestation/attestation_policy_observer.cc', |
| 62 'browser/chromeos/attestation/attestation_policy_observer.h', | 64 'browser/chromeos/attestation/attestation_policy_observer.h', |
| 63 'browser/chromeos/attestation/platform_verification_dialog.cc', | 65 'browser/chromeos/attestation/platform_verification_dialog.cc', |
| 64 'browser/chromeos/attestation/platform_verification_dialog.h', | 66 'browser/chromeos/attestation/platform_verification_dialog.h', |
| 65 'browser/chromeos/attestation/platform_verification_flow.cc', | 67 'browser/chromeos/attestation/platform_verification_flow.cc', |
| 66 'browser/chromeos/attestation/platform_verification_flow.h', | 68 'browser/chromeos/attestation/platform_verification_flow.h', |
| (...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 'browser/chromeos/attestation/attestation_signed_data.proto', | 1306 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1305 ], | 1307 ], |
| 1306 'variables': { | 1308 'variables': { |
| 1307 'proto_in_dir': 'browser/chromeos/attestation', | 1309 'proto_in_dir': 'browser/chromeos/attestation', |
| 1308 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1310 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1309 }, | 1311 }, |
| 1310 'includes': [ '../build/protoc.gypi' ] | 1312 'includes': [ '../build/protoc.gypi' ] |
| 1311 }, | 1313 }, |
| 1312 ], | 1314 ], |
| 1313 } | 1315 } |
| OLD | NEW |