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("//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) |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
230 "arc/arc_service_launcher.cc", | 230 "arc/arc_service_launcher.cc", |
231 "arc/arc_service_launcher.h", | 231 "arc/arc_service_launcher.h", |
232 "arc/arc_settings_service.cc", | 232 "arc/arc_settings_service.cc", |
233 "arc/arc_settings_service.h", | 233 "arc/arc_settings_service.h", |
234 "arc/arc_support_host.cc", | 234 "arc/arc_support_host.cc", |
235 "arc/arc_support_host.h", | 235 "arc/arc_support_host.h", |
236 "arc/arc_tts_service.cc", | 236 "arc/arc_tts_service.cc", |
237 "arc/arc_tts_service.h", | 237 "arc/arc_tts_service.h", |
238 "arc/arc_wallpaper_service.cc", | 238 "arc/arc_wallpaper_service.cc", |
239 "arc/arc_wallpaper_service.h", | 239 "arc/arc_wallpaper_service.h", |
240 "arc/extensions/arc_support_message_host.cc", | |
241 "arc/extensions/arc_support_message_host.h", | |
Luis Héctor Chávez
2016/10/21 07:50:48
nit: s/extensions/extension/
hidehiko
2016/10/21 10:06:14
Let me keep as is, since in chrome repo, extension
| |
240 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 242 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
241 "arc/fileapi/arc_content_file_system_async_file_util.h", | 243 "arc/fileapi/arc_content_file_system_async_file_util.h", |
242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 244 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
243 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 245 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 246 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 247 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
246 "arc/gpu_arc_video_service_host.cc", | 248 "arc/gpu_arc_video_service_host.cc", |
247 "arc/gpu_arc_video_service_host.h", | 249 "arc/gpu_arc_video_service_host.h", |
248 "attestation/attestation_ca_client.cc", | 250 "attestation/attestation_ca_client.cc", |
249 "attestation/attestation_ca_client.h", | 251 "attestation/attestation_ca_client.h", |
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1611 "policy/proto/chrome_device_policy.proto", | 1613 "policy/proto/chrome_device_policy.proto", |
1612 "policy/proto/install_attributes.proto", | 1614 "policy/proto/install_attributes.proto", |
1613 ] | 1615 ] |
1614 } | 1616 } |
1615 | 1617 |
1616 proto_library("attestation_proto") { | 1618 proto_library("attestation_proto") { |
1617 sources = [ | 1619 sources = [ |
1618 "attestation/attestation_key_payload.proto", | 1620 "attestation/attestation_key_payload.proto", |
1619 ] | 1621 ] |
1620 } | 1622 } |
OLD | NEW |