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

Side by Side Diff: chromeos/BUILD.gn

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Moved chromeos/arc/bridge/common to components/arc/common 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/allocator.gni") 5 import("//build/config/allocator.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 10 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
(...skipping 15 matching lines...) Expand all
26 "//base/third_party/dynamic_annotations", 26 "//base/third_party/dynamic_annotations",
27 "//chromeos/ime:gencode", 27 "//chromeos/ime:gencode",
28 "//components/device_event_log", 28 "//components/device_event_log",
29 "//components/policy/proto", 29 "//components/policy/proto",
30 "//components/onc", 30 "//components/onc",
31 "//components/proxy_config", 31 "//components/proxy_config",
32 "//components/signin/core/account_id", 32 "//components/signin/core/account_id",
33 "//crypto", 33 "//crypto",
34 "//crypto:platform", 34 "//crypto:platform",
35 "//google_apis", 35 "//google_apis",
36 "//ipc",
37 "//third_party/icu", 36 "//third_party/icu",
38 "//third_party/libxml", 37 "//third_party/libxml",
39 "//third_party/protobuf:protobuf_lite", 38 "//third_party/protobuf:protobuf_lite",
40 "//url", 39 "//url",
41 ":cryptohome_proto", 40 ":cryptohome_proto",
42 ":power_manager_proto", 41 ":power_manager_proto",
43 ] 42 ]
44 sources = gypi_values.chromeos_sources 43 sources = gypi_values.chromeos_sources
45 defines = [ "CHROMEOS_IMPLEMENTATION" ] 44 defines = [ "CHROMEOS_IMPLEMENTATION" ]
46 } 45 }
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 proto_out_dir = "chromeos/dbus/cryptohome" 178 proto_out_dir = "chromeos/dbus/cryptohome"
180 } 179 }
181 180
182 proto_library("cryptohome_signkey_proto") { 181 proto_library("cryptohome_signkey_proto") {
183 sources = [ 182 sources = [
184 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto", 183 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
185 ] 184 ]
186 185
187 proto_out_dir = "chromeos/cryptohome" 186 proto_out_dir = "chromeos/cryptohome"
188 } 187 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/arc/OWNERS » ('j') | components/arc.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698