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

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

Issue 2720203004: mash: makes ash/public/cpp bundle ash/public/interfaces (Closed)
Patch Set: merge Created 3 years, 9 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 | « ash/touch_hud/mus/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('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 22 matching lines...) Expand all
33 "//ui/resources", 33 "//ui/resources",
34 "//ui/strings", 34 "//ui/strings",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 # TODO(tbarzic): Cleanup this list. 38 # TODO(tbarzic): Cleanup this list.
39 ":attestation_proto", 39 ":attestation_proto",
40 "//ash", 40 "//ash",
41 "//ash:ash_with_content", 41 "//ash:ash_with_content",
42 "//ash/autoclick/mus/public/interfaces", 42 "//ash/autoclick/mus/public/interfaces",
43 "//ash/public/interfaces", 43 "//ash/public/cpp:ash_public_cpp",
44 "//build/linux:fontconfig", 44 "//build/linux:fontconfig",
45 "//chrome/browser/devtools", 45 "//chrome/browser/devtools",
46 "//chrome/browser/extensions", 46 "//chrome/browser/extensions",
47 "//chrome/browser/safe_browsing:chunk_proto", 47 "//chrome/browser/safe_browsing:chunk_proto",
48 "//chrome/common", 48 "//chrome/common",
49 "//chrome/common/extensions/api", 49 "//chrome/common/extensions/api",
50 "//chrome/common/extensions/api:api_registration", 50 "//chrome/common/extensions/api:api_registration",
51 "//chrome/common/net", 51 "//chrome/common/net",
52 "//chrome/common/safe_browsing:proto", 52 "//chrome/common/safe_browsing:proto",
53 "//chromeos", 53 "//chromeos",
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 "policy/proto/chrome_device_policy.proto", 1787 "policy/proto/chrome_device_policy.proto",
1788 "policy/proto/install_attributes.proto", 1788 "policy/proto/install_attributes.proto",
1789 ] 1789 ]
1790 } 1790 }
1791 1791
1792 proto_library("attestation_proto") { 1792 proto_library("attestation_proto") {
1793 sources = [ 1793 sources = [
1794 "attestation/attestation_key_payload.proto", 1794 "attestation/attestation_key_payload.proto",
1795 ] 1795 ]
1796 } 1796 }
OLDNEW
« no previous file with comments | « ash/touch_hud/mus/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698