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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "arc/accessibility/arc_accessibility_helper_bridge.cc", | 218 "arc/accessibility/arc_accessibility_helper_bridge.cc", |
219 "arc/accessibility/arc_accessibility_helper_bridge.h", | 219 "arc/accessibility/arc_accessibility_helper_bridge.h", |
220 "arc/accessibility/ax_tree_source_arc.cc", | 220 "arc/accessibility/ax_tree_source_arc.cc", |
221 "arc/accessibility/ax_tree_source_arc.h", | 221 "arc/accessibility/ax_tree_source_arc.h", |
222 "arc/arc_auth_context.cc", | 222 "arc/arc_auth_context.cc", |
223 "arc/arc_auth_context.h", | 223 "arc/arc_auth_context.h", |
224 "arc/arc_auth_notification.cc", | 224 "arc/arc_auth_notification.cc", |
225 "arc/arc_auth_notification.h", | 225 "arc/arc_auth_notification.h", |
226 "arc/arc_auth_service.cc", | 226 "arc/arc_auth_service.cc", |
227 "arc/arc_auth_service.h", | 227 "arc/arc_auth_service.h", |
| 228 "arc/arc_migration_guide_notification.cc", |
| 229 "arc/arc_migration_guide_notification.h", |
228 "arc/arc_optin_uma.cc", | 230 "arc/arc_optin_uma.cc", |
229 "arc/arc_optin_uma.h", | 231 "arc/arc_optin_uma.h", |
230 "arc/arc_play_store_enabled_preference_handler.cc", | 232 "arc/arc_play_store_enabled_preference_handler.cc", |
231 "arc/arc_play_store_enabled_preference_handler.h", | 233 "arc/arc_play_store_enabled_preference_handler.h", |
232 "arc/arc_service_launcher.cc", | 234 "arc/arc_service_launcher.cc", |
233 "arc/arc_service_launcher.h", | 235 "arc/arc_service_launcher.h", |
234 "arc/arc_session_manager.cc", | 236 "arc/arc_session_manager.cc", |
235 "arc/arc_session_manager.h", | 237 "arc/arc_session_manager.h", |
236 "arc/arc_support_host.cc", | 238 "arc/arc_support_host.cc", |
237 "arc/arc_support_host.h", | 239 "arc/arc_support_host.h", |
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1813 "policy/proto/chrome_device_policy.proto", | 1815 "policy/proto/chrome_device_policy.proto", |
1814 "policy/proto/install_attributes.proto", | 1816 "policy/proto/install_attributes.proto", |
1815 ] | 1817 ] |
1816 } | 1818 } |
1817 | 1819 |
1818 proto_library("attestation_proto") { | 1820 proto_library("attestation_proto") { |
1819 sources = [ | 1821 sources = [ |
1820 "attestation/attestation_key_payload.proto", | 1822 "attestation/attestation_key_payload.proto", |
1821 ] | 1823 ] |
1822 } | 1824 } |
OLD | NEW |