Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
|
Yusuke Sato
2016/10/20 20:49:03
This might be a good opportunity to have c/b/c/arc
Luis Héctor Chávez
2016/10/20 22:30:22
SGTM. Ack.
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| 11 | 11 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 188 "app_mode/kiosk_external_updater.h", | 188 "app_mode/kiosk_external_updater.h", |
| 189 "app_mode/kiosk_mode_idle_app_name_notification.cc", | 189 "app_mode/kiosk_mode_idle_app_name_notification.cc", |
| 190 "app_mode/kiosk_mode_idle_app_name_notification.h", | 190 "app_mode/kiosk_mode_idle_app_name_notification.h", |
| 191 "app_mode/kiosk_profile_loader.cc", | 191 "app_mode/kiosk_profile_loader.cc", |
| 192 "app_mode/kiosk_profile_loader.h", | 192 "app_mode/kiosk_profile_loader.h", |
| 193 "app_mode/kiosk_session_plugin_handler.cc", | 193 "app_mode/kiosk_session_plugin_handler.cc", |
| 194 "app_mode/kiosk_session_plugin_handler.h", | 194 "app_mode/kiosk_session_plugin_handler.h", |
| 195 "app_mode/kiosk_session_plugin_handler_delegate.h", | 195 "app_mode/kiosk_session_plugin_handler_delegate.h", |
| 196 "app_mode/startup_app_launcher.cc", | 196 "app_mode/startup_app_launcher.cc", |
| 197 "app_mode/startup_app_launcher.h", | 197 "app_mode/startup_app_launcher.h", |
| 198 "arc/arc_android_management_checker.cc", | |
| 199 "arc/arc_android_management_checker.h", | |
| 200 "arc/arc_android_management_checker_delegate.h", | |
| 201 "arc/arc_auth_code_fetcher.cc", | 198 "arc/arc_auth_code_fetcher.cc", |
| 202 "arc/arc_auth_code_fetcher.h", | 199 "arc/arc_auth_code_fetcher.h", |
| 203 "arc/arc_auth_code_fetcher_delegate.h", | 200 "arc/arc_auth_code_fetcher_delegate.h", |
| 204 "arc/arc_auth_context.cc", | 201 "arc/arc_auth_context.cc", |
| 205 "arc/arc_auth_context.h", | 202 "arc/arc_auth_context.h", |
| 206 "arc/arc_auth_context_delegate.h", | 203 "arc/arc_auth_context_delegate.h", |
| 207 "arc/arc_auth_notification.cc", | 204 "arc/arc_auth_notification.cc", |
| 208 "arc/arc_auth_notification.h", | 205 "arc/arc_auth_notification.h", |
| 209 "arc/arc_auth_service.cc", | 206 "arc/arc_auth_service.cc", |
| 210 "arc/arc_auth_service.h", | 207 "arc/arc_auth_service.h", |
| 211 "arc/arc_boot_error_notification.cc", | |
| 212 "arc/arc_boot_error_notification.h", | |
| 213 "arc/arc_downloads_watcher_service.cc", | |
| 214 "arc/arc_downloads_watcher_service.h", | |
| 215 "arc/arc_enterprise_reporting_service.cc", | |
| 216 "arc/arc_enterprise_reporting_service.h", | |
| 217 "arc/arc_external_protocol_dialog.cc", | |
| 218 "arc/arc_external_protocol_dialog.h", | |
| 219 "arc/arc_navigation_throttle.cc", | |
| 220 "arc/arc_navigation_throttle.h", | |
| 221 "arc/arc_optin_uma.cc", | 208 "arc/arc_optin_uma.cc", |
| 222 "arc/arc_optin_uma.h", | 209 "arc/arc_optin_uma.h", |
| 223 "arc/arc_policy_bridge.cc", | |
| 224 "arc/arc_policy_bridge.h", | |
| 225 "arc/arc_print_service.cc", | |
| 226 "arc/arc_print_service.h", | |
| 227 "arc/arc_process.cc", | |
| 228 "arc/arc_process.h", | |
| 229 "arc/arc_process_service.cc", | |
| 230 "arc/arc_process_service.h", | |
| 231 "arc/arc_service_launcher.cc", | 210 "arc/arc_service_launcher.cc", |
| 232 "arc/arc_service_launcher.h", | 211 "arc/arc_service_launcher.h", |
| 233 "arc/arc_settings_service.cc", | |
| 234 "arc/arc_settings_service.h", | |
| 235 "arc/arc_support_host.cc", | 212 "arc/arc_support_host.cc", |
| 236 "arc/arc_support_host.h", | 213 "arc/arc_support_host.h", |
| 237 "arc/arc_tts_service.cc", | 214 "arc/downloads_watcher/arc_downloads_watcher_service.cc", |
| 238 "arc/arc_tts_service.h", | 215 "arc/downloads_watcher/arc_downloads_watcher_service.h", |
| 239 "arc/arc_wallpaper_service.cc", | 216 "arc/enterprise/arc_enterprise_reporting_service.cc", |
| 240 "arc/arc_wallpaper_service.h", | 217 "arc/enterprise/arc_enterprise_reporting_service.h", |
| 241 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 218 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 242 "arc/fileapi/arc_content_file_system_async_file_util.h", | 219 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 243 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 220 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 244 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 221 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 245 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 222 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 246 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 223 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 247 "arc/gpu_arc_video_service_host.cc", | 224 "arc/notification/arc_boot_error_notification.cc", |
| 248 "arc/gpu_arc_video_service_host.h", | 225 "arc/notification/arc_boot_error_notification.h", |
| 226 "arc/policy/arc_android_management_checker.cc", | |
| 227 "arc/policy/arc_android_management_checker.h", | |
| 228 "arc/policy/arc_android_management_checker_delegate.h", | |
| 229 "arc/policy/arc_policy_bridge.cc", | |
| 230 "arc/policy/arc_policy_bridge.h", | |
| 231 "arc/print/arc_print_service.cc", | |
| 232 "arc/print/arc_print_service.h", | |
| 233 "arc/process/arc_process.cc", | |
| 234 "arc/process/arc_process.h", | |
| 235 "arc/process/arc_process_service.cc", | |
| 236 "arc/process/arc_process_service.h", | |
| 237 "arc/settings/arc_settings_service.cc", | |
| 238 "arc/settings/arc_settings_service.h", | |
| 239 "arc/tts/arc_tts_service.cc", | |
| 240 "arc/tts/arc_tts_service.h", | |
| 241 "arc/ui/arc_external_protocol_dialog.cc", | |
| 242 "arc/ui/arc_external_protocol_dialog.h", | |
| 243 "arc/ui/arc_navigation_throttle.cc", | |
| 244 "arc/ui/arc_navigation_throttle.h", | |
| 245 "arc/video/gpu_arc_video_service_host.cc", | |
| 246 "arc/video/gpu_arc_video_service_host.h", | |
| 247 "arc/wallpaper/arc_wallpaper_service.cc", | |
| 248 "arc/wallpaper/arc_wallpaper_service.h", | |
| 249 "attestation/attestation_ca_client.cc", | 249 "attestation/attestation_ca_client.cc", |
| 250 "attestation/attestation_ca_client.h", | 250 "attestation/attestation_ca_client.h", |
| 251 "attestation/attestation_policy_observer.cc", | 251 "attestation/attestation_policy_observer.cc", |
| 252 "attestation/attestation_policy_observer.h", | 252 "attestation/attestation_policy_observer.h", |
| 253 "attestation/platform_verification_dialog.cc", | 253 "attestation/platform_verification_dialog.cc", |
| 254 "attestation/platform_verification_dialog.h", | 254 "attestation/platform_verification_dialog.h", |
| 255 "attestation/platform_verification_flow.cc", | 255 "attestation/platform_verification_flow.cc", |
| 256 "attestation/platform_verification_flow.h", | 256 "attestation/platform_verification_flow.h", |
| 257 "attestation/platform_verification_impl.cc", | 257 "attestation/platform_verification_impl.cc", |
| 258 "attestation/platform_verification_impl.h", | 258 "attestation/platform_verification_impl.h", |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1350 "../metrics/chromeos_metrics_provider_unittest.cc", | 1350 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1351 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1351 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1352 "../metrics/perf/cpu_identity_unittest.cc", | 1352 "../metrics/perf/cpu_identity_unittest.cc", |
| 1353 "../metrics/perf/random_selector_unittest.cc", | 1353 "../metrics/perf/random_selector_unittest.cc", |
| 1354 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1354 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1355 "../policy/default_geolocation_policy_handler_unittest.cc", | 1355 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1356 "../ui/browser_finder_chromeos_unittest.cc", | 1356 "../ui/browser_finder_chromeos_unittest.cc", |
| 1357 "accessibility/magnification_manager_unittest.cc", | 1357 "accessibility/magnification_manager_unittest.cc", |
| 1358 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1358 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1359 "arc/arc_auth_service_unittest.cc", | 1359 "arc/arc_auth_service_unittest.cc", |
| 1360 "arc/arc_downloads_watcher_service_unittest.cc", | 1360 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1361 "arc/arc_navigation_throttle_unittest.cc", | 1361 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1362 "arc/arc_policy_bridge_unittest.cc", | 1362 "arc/ui/arc_navigation_throttle_unittest.cc", |
| 1363 "attestation/attestation_ca_client_unittest.cc", | 1363 "attestation/attestation_ca_client_unittest.cc", |
| 1364 "attestation/attestation_policy_observer_unittest.cc", | 1364 "attestation/attestation_policy_observer_unittest.cc", |
| 1365 "attestation/fake_certificate.cc", | 1365 "attestation/fake_certificate.cc", |
| 1366 "attestation/fake_certificate.h", | 1366 "attestation/fake_certificate.h", |
| 1367 "attestation/platform_verification_flow_unittest.cc", | 1367 "attestation/platform_verification_flow_unittest.cc", |
| 1368 "base/file_flusher_unittest.cc", | 1368 "base/file_flusher_unittest.cc", |
| 1369 "certificate_provider/certificate_provider_service_unittest.cc", | 1369 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1370 "customization/customization_document_unittest.cc", | 1370 "customization/customization_document_unittest.cc", |
| 1371 "display/display_preferences_unittest.cc", | 1371 "display/display_preferences_unittest.cc", |
| 1372 "drive/download_handler_unittest.cc", | 1372 "drive/download_handler_unittest.cc", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1612 "policy/proto/chrome_device_policy.proto", | 1612 "policy/proto/chrome_device_policy.proto", |
| 1613 "policy/proto/install_attributes.proto", | 1613 "policy/proto/install_attributes.proto", |
| 1614 ] | 1614 ] |
| 1615 } | 1615 } |
| 1616 | 1616 |
| 1617 proto_library("attestation_proto") { | 1617 proto_library("attestation_proto") { |
| 1618 sources = [ | 1618 sources = [ |
| 1619 "attestation/attestation_key_payload.proto", | 1619 "attestation/attestation_key_payload.proto", |
| 1620 ] | 1620 ] |
| 1621 } | 1621 } |
| OLD | NEW |