Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 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("//extensions/features/features.gni") | 7 import("//extensions/features/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 201 "app_mode/kiosk_external_updater.h", | 201 "app_mode/kiosk_external_updater.h", |
| 202 "app_mode/kiosk_mode_idle_app_name_notification.cc", | 202 "app_mode/kiosk_mode_idle_app_name_notification.cc", |
| 203 "app_mode/kiosk_mode_idle_app_name_notification.h", | 203 "app_mode/kiosk_mode_idle_app_name_notification.h", |
| 204 "app_mode/kiosk_profile_loader.cc", | 204 "app_mode/kiosk_profile_loader.cc", |
| 205 "app_mode/kiosk_profile_loader.h", | 205 "app_mode/kiosk_profile_loader.h", |
| 206 "app_mode/kiosk_session_plugin_handler.cc", | 206 "app_mode/kiosk_session_plugin_handler.cc", |
| 207 "app_mode/kiosk_session_plugin_handler.h", | 207 "app_mode/kiosk_session_plugin_handler.h", |
| 208 "app_mode/kiosk_session_plugin_handler_delegate.h", | 208 "app_mode/kiosk_session_plugin_handler_delegate.h", |
| 209 "app_mode/startup_app_launcher.cc", | 209 "app_mode/startup_app_launcher.cc", |
| 210 "app_mode/startup_app_launcher.h", | 210 "app_mode/startup_app_launcher.h", |
| 211 "arc/accessibility_helper/ax_tree_source_arc.cc", | |
|
yawano
2017/01/23 10:41:53
Could you rename accessibility_helper to accessibi
David Tseng
2017/01/23 20:56:00
Done.
| |
| 212 "arc/accessibility_helper/ax_tree_source_arc.h", | |
| 211 "arc/arc_auth_context.cc", | 213 "arc/arc_auth_context.cc", |
| 212 "arc/arc_auth_context.h", | 214 "arc/arc_auth_context.h", |
| 213 "arc/arc_auth_notification.cc", | 215 "arc/arc_auth_notification.cc", |
| 214 "arc/arc_auth_notification.h", | 216 "arc/arc_auth_notification.h", |
| 215 "arc/arc_auth_service.cc", | 217 "arc/arc_auth_service.cc", |
| 216 "arc/arc_auth_service.h", | 218 "arc/arc_auth_service.h", |
| 217 "arc/arc_optin_uma.cc", | 219 "arc/arc_optin_uma.cc", |
| 218 "arc/arc_optin_uma.h", | 220 "arc/arc_optin_uma.h", |
| 219 "arc/arc_service_launcher.cc", | 221 "arc/arc_service_launcher.cc", |
| 220 "arc/arc_service_launcher.h", | 222 "arc/arc_service_launcher.h", |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1726 "policy/proto/chrome_device_policy.proto", | 1728 "policy/proto/chrome_device_policy.proto", |
| 1727 "policy/proto/install_attributes.proto", | 1729 "policy/proto/install_attributes.proto", |
| 1728 ] | 1730 ] |
| 1729 } | 1731 } |
| 1730 | 1732 |
| 1731 proto_library("attestation_proto") { | 1733 proto_library("attestation_proto") { |
| 1732 sources = [ | 1734 sources = [ |
| 1733 "attestation/attestation_key_payload.proto", | 1735 "attestation/attestation_key_payload.proto", |
| 1734 ] | 1736 ] |
| 1735 } | 1737 } |
| OLD | NEW |