| 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 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 'browser/chromeos/profiles/profile_list_chromeos.h', | 841 'browser/chromeos/profiles/profile_list_chromeos.h', |
| 842 'browser/chromeos/profiles/profile_util.cc', | 842 'browser/chromeos/profiles/profile_util.cc', |
| 843 'browser/chromeos/profiles/profile_util.h', | 843 'browser/chromeos/profiles/profile_util.h', |
| 844 'browser/chromeos/proxy_config_service_impl.cc', | 844 'browser/chromeos/proxy_config_service_impl.cc', |
| 845 'browser/chromeos/proxy_config_service_impl.h', | 845 'browser/chromeos/proxy_config_service_impl.h', |
| 846 'browser/chromeos/proxy_cros_settings_parser.cc', | 846 'browser/chromeos/proxy_cros_settings_parser.cc', |
| 847 'browser/chromeos/proxy_cros_settings_parser.h', | 847 'browser/chromeos/proxy_cros_settings_parser.h', |
| 848 'browser/chromeos/reset/metrics.h', | 848 'browser/chromeos/reset/metrics.h', |
| 849 'browser/chromeos/session_length_limiter.cc', | 849 'browser/chromeos/session_length_limiter.cc', |
| 850 'browser/chromeos/session_length_limiter.h', | 850 'browser/chromeos/session_length_limiter.h', |
| 851 'browser/chromeos/set_time_dialog.cc', |
| 852 'browser/chromeos/set_time_dialog.h', |
| 851 'browser/chromeos/settings/cros_settings.cc', | 853 'browser/chromeos/settings/cros_settings.cc', |
| 852 'browser/chromeos/settings/cros_settings.h', | 854 'browser/chromeos/settings/cros_settings.h', |
| 853 'browser/chromeos/settings/device_identity_provider.cc', | 855 'browser/chromeos/settings/device_identity_provider.cc', |
| 854 'browser/chromeos/settings/device_identity_provider.h', | 856 'browser/chromeos/settings/device_identity_provider.h', |
| 855 'browser/chromeos/settings/device_oauth2_token_service.cc', | 857 'browser/chromeos/settings/device_oauth2_token_service.cc', |
| 856 'browser/chromeos/settings/device_oauth2_token_service.h', | 858 'browser/chromeos/settings/device_oauth2_token_service.h', |
| 857 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', | 859 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', |
| 858 'browser/chromeos/settings/device_oauth2_token_service_factory.h', | 860 'browser/chromeos/settings/device_oauth2_token_service_factory.h', |
| 859 'browser/chromeos/settings/device_settings_cache.cc', | 861 'browser/chromeos/settings/device_settings_cache.cc', |
| 860 'browser/chromeos/settings/device_settings_cache.h', | 862 'browser/chromeos/settings/device_settings_cache.h', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 'browser/chromeos/attestation/attestation_signed_data.proto', | 1109 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1108 ], | 1110 ], |
| 1109 'variables': { | 1111 'variables': { |
| 1110 'proto_in_dir': 'browser/chromeos/attestation', | 1112 'proto_in_dir': 'browser/chromeos/attestation', |
| 1111 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1113 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1112 }, | 1114 }, |
| 1113 'includes': [ '../build/protoc.gypi' ] | 1115 'includes': [ '../build/protoc.gypi' ] |
| 1114 }, | 1116 }, |
| 1115 ], | 1117 ], |
| 1116 } | 1118 } |
| OLD | NEW |