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

Side by Side Diff: chromeos/BUILD.gn

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Moved to chrome_browser_main_chromeos.cc Created 3 years, 10 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 | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chromeos/DEPS » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
10 10
(...skipping 27 matching lines...) Expand all
38 "//components/policy/proto", 38 "//components/policy/proto",
39 "//components/pref_registry", 39 "//components/pref_registry",
40 "//components/prefs", 40 "//components/prefs",
41 "//components/proxy_config", 41 "//components/proxy_config",
42 "//components/signin/core/account_id", 42 "//components/signin/core/account_id",
43 "//components/url_formatter", 43 "//components/url_formatter",
44 "//components/user_manager", 44 "//components/user_manager",
45 "//crypto", 45 "//crypto",
46 "//crypto:platform", 46 "//crypto:platform",
47 "//google_apis", 47 "//google_apis",
48 "//media/base:video_facing",
48 "//net", 49 "//net",
49 "//skia", # For components/user_manager 50 "//skia", # For components/user_manager
50 "//third_party/icu", 51 "//third_party/icu",
51 "//third_party/libxml", 52 "//third_party/libxml",
52 "//third_party/protobuf:protobuf_lite", 53 "//third_party/protobuf:protobuf_lite",
53 "//url", 54 "//url",
54 ] 55 ]
55 sources = gypi_values.chromeos_sources 56 sources = gypi_values.chromeos_sources
56 defines = [ "CHROMEOS_IMPLEMENTATION" ] 57 defines = [ "CHROMEOS_IMPLEMENTATION" ]
57 if (current_cpu == "arm" || current_cpu == "x86") { 58 if (current_cpu == "arm" || current_cpu == "x86") {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 proto_out_dir = "chromeos/cryptohome" 228 proto_out_dir = "chromeos/cryptohome"
228 } 229 }
229 230
230 proto_library("authpolicy_proto") { 231 proto_library("authpolicy_proto") {
231 sources = [ 232 sources = [
232 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 233 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
233 ] 234 ]
234 235
235 proto_out_dir = "chromeos/dbus/authpolicy" 236 proto_out_dir = "chromeos/dbus/authpolicy"
236 } 237 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698