| 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'browser/chromeos/settings/device_settings_provider.cc', | 866 'browser/chromeos/settings/device_settings_provider.cc', |
| 867 'browser/chromeos/settings/device_settings_provider.h', | 867 'browser/chromeos/settings/device_settings_provider.h', |
| 868 'browser/chromeos/settings/device_settings_service.cc', | 868 'browser/chromeos/settings/device_settings_service.cc', |
| 869 'browser/chromeos/settings/device_settings_service.h', | 869 'browser/chromeos/settings/device_settings_service.h', |
| 870 'browser/chromeos/settings/owner_flags_storage.cc', | 870 'browser/chromeos/settings/owner_flags_storage.cc', |
| 871 'browser/chromeos/settings/owner_flags_storage.h', | 871 'browser/chromeos/settings/owner_flags_storage.h', |
| 872 'browser/chromeos/settings/session_manager_operation.cc', | 872 'browser/chromeos/settings/session_manager_operation.cc', |
| 873 'browser/chromeos/settings/session_manager_operation.h', | 873 'browser/chromeos/settings/session_manager_operation.h', |
| 874 'browser/chromeos/settings/stub_cros_settings_provider.cc', | 874 'browser/chromeos/settings/stub_cros_settings_provider.cc', |
| 875 'browser/chromeos/settings/stub_cros_settings_provider.h', | 875 'browser/chromeos/settings/stub_cros_settings_provider.h', |
| 876 'browser/chromeos/settings/shutdown_policy_handler.cc', |
| 877 'browser/chromeos/settings/shutdown_policy_handler.h', |
| 876 'browser/chromeos/settings/system_settings_provider.cc', | 878 'browser/chromeos/settings/system_settings_provider.cc', |
| 877 'browser/chromeos/settings/system_settings_provider.h', | 879 'browser/chromeos/settings/system_settings_provider.h', |
| 878 'browser/chromeos/settings/token_encryptor.cc', | 880 'browser/chromeos/settings/token_encryptor.cc', |
| 879 'browser/chromeos/settings/token_encryptor.h', | 881 'browser/chromeos/settings/token_encryptor.h', |
| 880 'browser/chromeos/sim_dialog_delegate.cc', | 882 'browser/chromeos/sim_dialog_delegate.cc', |
| 881 'browser/chromeos/sim_dialog_delegate.h', | 883 'browser/chromeos/sim_dialog_delegate.h', |
| 882 'browser/chromeos/status/data_promo_notification.cc', | 884 'browser/chromeos/status/data_promo_notification.cc', |
| 883 'browser/chromeos/status/data_promo_notification.h', | 885 'browser/chromeos/status/data_promo_notification.h', |
| 884 'browser/chromeos/status/network_menu.cc', | 886 'browser/chromeos/status/network_menu.cc', |
| 885 'browser/chromeos/status/network_menu.h', | 887 'browser/chromeos/status/network_menu.h', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1283 'browser/chromeos/attestation/attestation_signed_data.proto', | 1285 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1284 ], | 1286 ], |
| 1285 'variables': { | 1287 'variables': { |
| 1286 'proto_in_dir': 'browser/chromeos/attestation', | 1288 'proto_in_dir': 'browser/chromeos/attestation', |
| 1287 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1289 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1288 }, | 1290 }, |
| 1289 'includes': [ '../build/protoc.gypi' ] | 1291 'includes': [ '../build/protoc.gypi' ] |
| 1290 }, | 1292 }, |
| 1291 ], | 1293 ], |
| 1292 } | 1294 } |
| OLD | NEW |