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

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

Issue 2067693002: Add chromeos test data dir for unit_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove builder patch Created 4 years, 6 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 | « no previous file | no next file » | 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("//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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "//dbus", 202 "//dbus",
203 "//mojo/public/cpp/system:system", 203 "//mojo/public/cpp/system:system",
204 "//skia", 204 "//skia",
205 "//sync", 205 "//sync",
206 "//testing/gmock", 206 "//testing/gmock",
207 "//testing/gtest", 207 "//testing/gtest",
208 "//third_party/icu", 208 "//third_party/icu",
209 "//third_party/leveldatabase", 209 "//third_party/leveldatabase",
210 "//ui/chromeos/resources", 210 "//ui/chromeos/resources",
211 ] 211 ]
212 data = [
213 "//chromeos/test/data/",
214 ]
212 } 215 }
213 216
214 proto_library("device_policy_proto") { 217 proto_library("device_policy_proto") {
215 sources = [ 218 sources = [
216 "policy/proto/chrome_device_policy.proto", 219 "policy/proto/chrome_device_policy.proto",
217 "policy/proto/install_attributes.proto", 220 "policy/proto/install_attributes.proto",
218 ] 221 ]
219 } 222 }
220 223
221 proto_library("attestation_proto") { 224 proto_library("attestation_proto") {
222 sources = [ 225 sources = [
223 "attestation/attestation_key_payload.proto", 226 "attestation/attestation_key_payload.proto",
224 "attestation/attestation_signed_data.proto", 227 "attestation/attestation_signed_data.proto",
225 ] 228 ]
226 } 229 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698