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

Side by Side Diff: components/BUILD.gn

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 years, 5 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/test/BUILD.gn ('k') | components/OWNERS » ('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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ] 256 ]
257 257
258 if (enable_configuration_policy) { 258 if (enable_configuration_policy) {
259 deps += [ "//components/policy/android:policy_java" ] 259 deps += [ "//components/policy/android:policy_java" ]
260 } 260 }
261 } 261 }
262 262
263 # Desktop-only deps. 263 # Desktop-only deps.
264 if (!is_android && !is_ios) { 264 if (!is_android && !is_ios) {
265 deps += [ 265 deps += [
266 "//components/audio_modem:unit_tests",
267 "//components/feedback:unit_tests", 266 "//components/feedback:unit_tests",
268 "//components/proximity_auth:unit_tests", 267 "//components/proximity_auth:unit_tests",
269 "//components/storage_monitor:unit_tests", 268 "//components/storage_monitor:unit_tests",
270 "//components/web_modal:unit_tests", 269 "//components/web_modal:unit_tests",
271 "//components/webusb:unit_tests", 270 "//components/webusb:unit_tests",
272 ] 271 ]
273 } 272 }
274 273
275 if (enable_rlz_support) { 274 if (enable_rlz_support) {
276 deps += [ "//components/rlz:unit_tests" ] 275 deps += [ "//components/rlz:unit_tests" ]
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "//base/test:test_support_perf", 494 "//base/test:test_support_perf",
496 "//components/scheduler", 495 "//components/scheduler",
497 "//components/visitedlink/browser", 496 "//components/visitedlink/browser",
498 "//content/test:test_support", 497 "//content/test:test_support",
499 "//testing/gtest", 498 "//testing/gtest",
500 "//testing/perf", 499 "//testing/perf",
501 "//url", 500 "//url",
502 ] 501 ]
503 } 502 }
504 } 503 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698