OLD | NEW |
---|---|
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 "//skia", | 182 "//skia", |
183 "//sync", | 183 "//sync", |
184 "//testing/gmock", | 184 "//testing/gmock", |
185 "//testing/gtest", | 185 "//testing/gtest", |
186 "//third_party/leveldatabase", | 186 "//third_party/leveldatabase", |
187 "//third_party/mojo/src/mojo/public/cpp/system:system", | 187 "//mojo/public/cpp/system:system", |
jam
2015/11/11 17:59:42
order
| |
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 } |
OLD | NEW |