| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "arc/accessibility/arc_accessibility_helper_bridge.cc", | 226 "arc/accessibility/arc_accessibility_helper_bridge.cc", |
| 227 "arc/accessibility/arc_accessibility_helper_bridge.h", | 227 "arc/accessibility/arc_accessibility_helper_bridge.h", |
| 228 "arc/accessibility/ax_tree_source_arc.cc", | 228 "arc/accessibility/ax_tree_source_arc.cc", |
| 229 "arc/accessibility/ax_tree_source_arc.h", | 229 "arc/accessibility/ax_tree_source_arc.h", |
| 230 "arc/arc_auth_context.cc", | 230 "arc/arc_auth_context.cc", |
| 231 "arc/arc_auth_context.h", | 231 "arc/arc_auth_context.h", |
| 232 "arc/arc_auth_notification.cc", | 232 "arc/arc_auth_notification.cc", |
| 233 "arc/arc_auth_notification.h", | 233 "arc/arc_auth_notification.h", |
| 234 "arc/arc_auth_service.cc", | 234 "arc/arc_auth_service.cc", |
| 235 "arc/arc_auth_service.h", | 235 "arc/arc_auth_service.h", |
| 236 "arc/arc_migration_constants.h", |
| 236 "arc/arc_migration_guide_notification.cc", | 237 "arc/arc_migration_guide_notification.cc", |
| 237 "arc/arc_migration_guide_notification.h", | 238 "arc/arc_migration_guide_notification.h", |
| 238 "arc/arc_optin_uma.cc", | 239 "arc/arc_optin_uma.cc", |
| 239 "arc/arc_optin_uma.h", | 240 "arc/arc_optin_uma.h", |
| 240 "arc/arc_play_store_enabled_preference_handler.cc", | 241 "arc/arc_play_store_enabled_preference_handler.cc", |
| 241 "arc/arc_play_store_enabled_preference_handler.h", | 242 "arc/arc_play_store_enabled_preference_handler.h", |
| 242 "arc/arc_service_launcher.cc", | 243 "arc/arc_service_launcher.cc", |
| 243 "arc/arc_service_launcher.h", | 244 "arc/arc_service_launcher.h", |
| 244 "arc/arc_session_manager.cc", | 245 "arc/arc_session_manager.cc", |
| 245 "arc/arc_session_manager.h", | 246 "arc/arc_session_manager.h", |
| (...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 "policy/proto/chrome_device_policy.proto", | 1869 "policy/proto/chrome_device_policy.proto", |
| 1869 "policy/proto/install_attributes.proto", | 1870 "policy/proto/install_attributes.proto", |
| 1870 ] | 1871 ] |
| 1871 } | 1872 } |
| 1872 | 1873 |
| 1873 proto_library("attestation_proto") { | 1874 proto_library("attestation_proto") { |
| 1874 sources = [ | 1875 sources = [ |
| 1875 "attestation/attestation_key_payload.proto", | 1876 "attestation/attestation_key_payload.proto", |
| 1876 ] | 1877 ] |
| 1877 } | 1878 } |
| OLD | NEW |