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

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

Issue 1606013005: Compile FileCache related files only on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move test_support_chromeos to c/b/chromeos. Created 4 years, 11 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 | chrome/chrome_browser_chromeos.gypi » ('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("//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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//chrome/installer/util:with_no_strings", 55 "//chrome/installer/util:with_no_strings",
56 "//chromeos", 56 "//chromeos",
57 "//chromeos:cryptohome_proto", 57 "//chromeos:cryptohome_proto",
58 "//chromeos:cryptohome_signkey_proto", 58 "//chromeos:cryptohome_signkey_proto",
59 "//chromeos:power_manager_proto", 59 "//chromeos:power_manager_proto",
60 "//chromeos/ime:gencode", 60 "//chromeos/ime:gencode",
61 "//components/arc", 61 "//components/arc",
62 "//components/certificate_reporting:cert_logger_proto", 62 "//components/certificate_reporting:cert_logger_proto",
63 "//components/certificate_reporting:encrypted_cert_logger_proto", 63 "//components/certificate_reporting:encrypted_cert_logger_proto",
64 "//components/drive", 64 "//components/drive",
65 "//components/drive:drive_chromeos",
65 "//components/flags_ui", 66 "//components/flags_ui",
66 "//components/login", 67 "//components/login",
67 "//components/onc", 68 "//components/onc",
68 "//components/ownership", 69 "//components/ownership",
69 "//components/pairing", 70 "//components/pairing",
70 "//components/policy", 71 "//components/policy",
71 "//components/proxy_config", 72 "//components/proxy_config",
72 "//components/session_manager/core", 73 "//components/session_manager/core",
73 "//components/user_manager", 74 "//components/user_manager",
74 "//components/wifi_sync", 75 "//components/wifi_sync",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "//chrome") 171 "//chrome")
171 172
172 public_deps = [ 173 public_deps = [
173 ":chromeos", 174 ":chromeos",
174 ] 175 ]
175 deps = [ 176 deps = [
176 ":attestation_proto", 177 ":attestation_proto",
177 ":device_policy_proto", 178 ":device_policy_proto",
178 "//ash/resources", 179 "//ash/resources",
179 "//components/drive", 180 "//components/drive",
181 "//components/drive:test_support_chromeos",
180 "//components/invalidation/public", 182 "//components/invalidation/public",
181 "//components/policy", 183 "//components/policy",
182 "//components/resources", 184 "//components/resources",
183 "//crypto:platform", 185 "//crypto:platform",
184 "//dbus", 186 "//dbus",
185 "//mojo/public/cpp/system:system", 187 "//mojo/public/cpp/system:system",
186 "//skia", 188 "//skia",
187 "//sync", 189 "//sync",
188 "//testing/gmock", 190 "//testing/gmock",
189 "//testing/gtest", 191 "//testing/gtest",
190 "//third_party/leveldatabase", 192 "//third_party/leveldatabase",
191 "//ui/chromeos/resources", 193 "//ui/chromeos/resources",
192 ] 194 ]
193 } 195 }
194 196
195 proto_library("device_policy_proto") { 197 proto_library("device_policy_proto") {
196 sources = [ 198 sources = [
197 "policy/proto/chrome_device_policy.proto", 199 "policy/proto/chrome_device_policy.proto",
198 "policy/proto/install_attributes.proto", 200 "policy/proto/install_attributes.proto",
199 ] 201 ]
200 } 202 }
201 203
202 proto_library("attestation_proto") { 204 proto_library("attestation_proto") {
203 sources = [ 205 sources = [
204 "attestation/attestation_key_payload.proto", 206 "attestation/attestation_key_payload.proto",
205 "attestation/attestation_signed_data.proto", 207 "attestation/attestation_signed_data.proto",
206 ] 208 ]
207 } 209 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698