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

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

Issue 1053773007: Add Platform Verification Mojo Services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 7 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("//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 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "//components/strings", 72 "//components/strings",
73 "//components/variations", 73 "//components/variations",
74 "//components/webui_generator", 74 "//components/webui_generator",
75 "//content/public/browser", 75 "//content/public/browser",
76 "//content/public/common", 76 "//content/public/common",
77 "//crypto", 77 "//crypto",
78 "//dbus", 78 "//dbus",
79 "//device/bluetooth", 79 "//device/bluetooth",
80 "//device/hid", 80 "//device/hid",
81 "//media", 81 "//media",
82 "//media/mojo/interfaces",
82 "//net", 83 "//net",
83 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin 84 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
84 85
85 # TODO: care about enable_basic_printing and enable_print_preview. 86 # TODO: care about enable_basic_printing and enable_print_preview.
86 "//printing", 87 "//printing",
87 "//skia", 88 "//skia",
88 "//storage/browser", 89 "//storage/browser",
89 "//storage/common", 90 "//storage/common",
90 "//sync", 91 "//sync",
91 "//third_party/adobe/flash:flapper_version_h", 92 "//third_party/adobe/flash:flapper_version_h",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "policy/proto/install_attributes.proto", 177 "policy/proto/install_attributes.proto",
177 ] 178 ]
178 } 179 }
179 180
180 proto_library("attestation_proto") { 181 proto_library("attestation_proto") {
181 sources = [ 182 sources = [
182 "attestation/attestation_key_payload.proto", 183 "attestation/attestation_key_payload.proto",
183 "attestation/attestation_signed_data.proto", 184 "attestation/attestation_signed_data.proto",
184 ] 185 ]
185 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698