Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2624513004: Prioritize ARC instance only when it is needed (Closed)
Patch Set: address comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "arc/arc_session_manager.h", 222 "arc/arc_session_manager.h",
223 "arc/arc_support_host.cc", 223 "arc/arc_support_host.cc",
224 "arc/arc_support_host.h", 224 "arc/arc_support_host.h",
225 "arc/auth/arc_auth_code_fetcher.h", 225 "arc/auth/arc_auth_code_fetcher.h",
226 "arc/auth/arc_background_auth_code_fetcher.cc", 226 "arc/auth/arc_background_auth_code_fetcher.cc",
227 "arc/auth/arc_background_auth_code_fetcher.h", 227 "arc/auth/arc_background_auth_code_fetcher.h",
228 "arc/auth/arc_manual_auth_code_fetcher.cc", 228 "arc/auth/arc_manual_auth_code_fetcher.cc",
229 "arc/auth/arc_manual_auth_code_fetcher.h", 229 "arc/auth/arc_manual_auth_code_fetcher.h",
230 "arc/auth/arc_robot_auth_code_fetcher.cc", 230 "arc/auth/arc_robot_auth_code_fetcher.cc",
231 "arc/auth/arc_robot_auth_code_fetcher.h", 231 "arc/auth/arc_robot_auth_code_fetcher.h",
232 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
233 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h",
234 "arc/boot_phase_monitor/arc_instance_throttle.cc",
235 "arc/boot_phase_monitor/arc_instance_throttle.h",
232 "arc/downloads_watcher/arc_downloads_watcher_service.cc", 236 "arc/downloads_watcher/arc_downloads_watcher_service.cc",
233 "arc/downloads_watcher/arc_downloads_watcher_service.h", 237 "arc/downloads_watcher/arc_downloads_watcher_service.h",
234 "arc/enterprise/arc_enterprise_reporting_service.cc", 238 "arc/enterprise/arc_enterprise_reporting_service.cc",
235 "arc/enterprise/arc_enterprise_reporting_service.h", 239 "arc/enterprise/arc_enterprise_reporting_service.h",
236 "arc/extensions/arc_support_message_host.cc", 240 "arc/extensions/arc_support_message_host.cc",
237 "arc/extensions/arc_support_message_host.h", 241 "arc/extensions/arc_support_message_host.h",
238 "arc/fileapi/arc_content_file_system_async_file_util.cc", 242 "arc/fileapi/arc_content_file_system_async_file_util.cc",
239 "arc/fileapi/arc_content_file_system_async_file_util.h", 243 "arc/fileapi/arc_content_file_system_async_file_util.h",
240 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 244 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
241 "arc/fileapi/arc_content_file_system_backend_delegate.h", 245 "arc/fileapi/arc_content_file_system_backend_delegate.h",
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 "policy/proto/chrome_device_policy.proto", 1710 "policy/proto/chrome_device_policy.proto",
1707 "policy/proto/install_attributes.proto", 1711 "policy/proto/install_attributes.proto",
1708 ] 1712 ]
1709 } 1713 }
1710 1714
1711 proto_library("attestation_proto") { 1715 proto_library("attestation_proto") {
1712 sources = [ 1716 sources = [
1713 "attestation/attestation_key_payload.proto", 1717 "attestation/attestation_key_payload.proto",
1714 ] 1718 ]
1715 } 1719 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698