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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 deps = [ 172 deps = [
173 ":attestation_proto", 173 ":attestation_proto",
174 ":device_policy_proto", 174 ":device_policy_proto",
175 "//ash/resources", 175 "//ash/resources",
176 "//components/drive", 176 "//components/drive",
177 "//components/policy", 177 "//components/policy",
178 "//components/invalidation/public", 178 "//components/invalidation/public",
179 "//components/resources", 179 "//components/resources",
180 "//crypto:platform", 180 "//crypto:platform",
181 "//dbus", 181 "//dbus",
182 "//mojo/public/cpp/system:system",
182 "//skia", 183 "//skia",
183 "//sync", 184 "//sync",
184 "//testing/gmock", 185 "//testing/gmock",
185 "//testing/gtest", 186 "//testing/gtest",
186 "//third_party/leveldatabase", 187 "//third_party/leveldatabase",
187 "//third_party/mojo/src/mojo/public/cpp/system:system",
188 "//ui/chromeos/resources", 188 "//ui/chromeos/resources",
189 ] 189 ]
190 } 190 }
191 191
192 proto_library("device_policy_proto") { 192 proto_library("device_policy_proto") {
193 sources = [ 193 sources = [
194 "policy/proto/chrome_device_policy.proto", 194 "policy/proto/chrome_device_policy.proto",
195 "policy/proto/install_attributes.proto", 195 "policy/proto/install_attributes.proto",
196 ] 196 ]
197 } 197 }
198 198
199 proto_library("attestation_proto") { 199 proto_library("attestation_proto") {
200 sources = [ 200 sources = [
201 "attestation/attestation_key_payload.proto", 201 "attestation/attestation_key_payload.proto",
202 "attestation/attestation_signed_data.proto", 202 "attestation/attestation_signed_data.proto",
203 ] 203 ]
204 } 204 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/attestation/platform_verification_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698