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

Side by Side Diff: chromeos/BUILD.gn

Issue 2721733003: Handle the dual microphones and dual cameras cases. Activate the proper microphone when user activa… (Closed)
Patch Set: Nit: log only the invalid camera facing mode value. Created 3 years, 9 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 | « ash/common/system/chromeos/audio/audio_detailed_view.cc ('k') | chromeos/audio/audio_device.h » ('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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "//base/test:run_all_unittests", 164 "//base/test:run_all_unittests",
165 "//base/test:test_support", 165 "//base/test:test_support",
166 "//components/onc", 166 "//components/onc",
167 "//components/prefs:test_support", 167 "//components/prefs:test_support",
168 "//components/proxy_config", 168 "//components/proxy_config",
169 "//components/signin/core/account_id", 169 "//components/signin/core/account_id",
170 "//crypto", 170 "//crypto",
171 "//crypto:test_support", 171 "//crypto:test_support",
172 "//dbus:test_support", 172 "//dbus:test_support",
173 "//google_apis", 173 "//google_apis",
174 "//media/base:video_facing",
174 "//net", 175 "//net",
175 "//net:test_support", 176 "//net:test_support",
176 "//testing/gmock", 177 "//testing/gmock",
177 "//testing/gtest", 178 "//testing/gtest",
178 "//third_party/icu", 179 "//third_party/icu",
179 "//url", 180 "//url",
180 ] 181 ]
181 sources = gypi_values.chromeos_test_sources 182 sources = gypi_values.chromeos_test_sources
182 if (use_binder) { 183 if (use_binder) {
183 if (current_cpu == "arm" || current_cpu == "x86") { 184 if (current_cpu == "arm" || current_cpu == "x86") {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 proto_out_dir = "chromeos/cryptohome" 229 proto_out_dir = "chromeos/cryptohome"
229 } 230 }
230 231
231 proto_library("authpolicy_proto") { 232 proto_library("authpolicy_proto") {
232 sources = [ 233 sources = [
233 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 234 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
234 ] 235 ]
235 236
236 proto_out_dir = "chromeos/dbus/authpolicy" 237 proto_out_dir = "chromeos/dbus/authpolicy"
237 } 238 }
OLDNEW
« no previous file with comments | « ash/common/system/chromeos/audio/audio_detailed_view.cc ('k') | chromeos/audio/audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698