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

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

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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
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("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 25 matching lines...) Expand all
36 "//ui/strings", 36 "//ui/strings",
37 ] 37 ]
38 38
39 deps = [ 39 deps = [
40 # TODO(tbarzic): Cleanup this list. 40 # TODO(tbarzic): Cleanup this list.
41 ":attestation_proto", 41 ":attestation_proto",
42 ":device_policy_proto", 42 ":device_policy_proto",
43 "//ash", 43 "//ash",
44 "//ash:ash_with_content", 44 "//ash:ash_with_content",
45 "//ash/public/interfaces", 45 "//ash/public/interfaces",
46 "//ash/sysui/public/interfaces", 46 "//ash/public/interfaces",
47 "//build/linux:fontconfig", 47 "//build/linux:fontconfig",
48 "//chrome/browser/devtools", 48 "//chrome/browser/devtools",
49 "//chrome/browser/extensions", 49 "//chrome/browser/extensions",
50 "//chrome/browser/safe_browsing:chunk_proto", 50 "//chrome/browser/safe_browsing:chunk_proto",
51 "//chrome/common", 51 "//chrome/common",
52 "//chrome/common/extensions/api", 52 "//chrome/common/extensions/api",
53 "//chrome/common/extensions/api:api_registration", 53 "//chrome/common/extensions/api:api_registration",
54 "//chrome/common/net", 54 "//chrome/common/net",
55 "//chrome/common/safe_browsing:proto", 55 "//chrome/common/safe_browsing:proto",
56 "//chrome/installer/util:with_no_strings", 56 "//chrome/installer/util:with_no_strings",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "policy/proto/install_attributes.proto", 218 "policy/proto/install_attributes.proto",
219 ] 219 ]
220 } 220 }
221 221
222 proto_library("attestation_proto") { 222 proto_library("attestation_proto") {
223 sources = [ 223 sources = [
224 "attestation/attestation_key_payload.proto", 224 "attestation/attestation_key_payload.proto",
225 "attestation/attestation_signed_data.proto", 225 "attestation/attestation_signed_data.proto",
226 ] 226 ]
227 } 227 }
OLDNEW
« no previous file with comments | « chrome/app/mojo/chrome_manifest.json ('k') | chrome/browser/chromeos/chrome_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698