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

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

Issue 2531543003: Resolve initialize/destory order between ArcService and ArcSessionManager. (Closed)
Patch Set: Address comments. Created 4 years 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.h » ('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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//third_party/icu", 106 "//third_party/icu",
107 "//third_party/leveldatabase", 107 "//third_party/leveldatabase",
108 "//third_party/libjingle", 108 "//third_party/libjingle",
109 "//third_party/libusb", 109 "//third_party/libusb",
110 "//third_party/protobuf:protobuf_lite", 110 "//third_party/protobuf:protobuf_lite",
111 "//third_party/protobuf:protoc($host_toolchain)", 111 "//third_party/protobuf:protoc($host_toolchain)",
112 "//third_party/re2", 112 "//third_party/re2",
113 "//third_party/zlib", 113 "//third_party/zlib",
114 "//ui/app_list", 114 "//ui/app_list",
115 "//ui/app_list/presenter:mojom", 115 "//ui/app_list/presenter:mojom",
116 "//ui/arc",
116 "//ui/aura", 117 "//ui/aura",
117 "//ui/base", 118 "//ui/base",
118 "//ui/chromeos", 119 "//ui/chromeos",
119 "//ui/compositor", 120 "//ui/compositor",
120 "//ui/display", 121 "//ui/display",
121 "//ui/events:dom_keycode_converter", 122 "//ui/events:dom_keycode_converter",
122 "//ui/events/devices", 123 "//ui/events/devices",
123 "//ui/events/platform", 124 "//ui/events/platform",
124 "//ui/file_manager", 125 "//ui/file_manager",
125 "//ui/keyboard:mojom", 126 "//ui/keyboard:mojom",
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 "policy/proto/chrome_device_policy.proto", 1658 "policy/proto/chrome_device_policy.proto",
1658 "policy/proto/install_attributes.proto", 1659 "policy/proto/install_attributes.proto",
1659 ] 1660 ]
1660 } 1661 }
1661 1662
1662 proto_library("attestation_proto") { 1663 proto_library("attestation_proto") {
1663 sources = [ 1664 sources = [
1664 "attestation/attestation_key_payload.proto", 1665 "attestation/attestation_key_payload.proto",
1665 ] 1666 ]
1666 } 1667 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698