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

Side by Side Diff: content/test/BUILD.gn

Issue 1902153003: bluetooth: Move connect/disconnect to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-connection-tests
Patch Set: Fix gypi Created 4 years, 7 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "//content/public/browser", 649 "//content/public/browser",
650 "//content/public/child", 650 "//content/public/child",
651 "//content/public/common", 651 "//content/public/common",
652 "//content/public/common:mojo_bindings", 652 "//content/public/common:mojo_bindings",
653 "//content/public/renderer", 653 "//content/public/renderer",
654 "//content/renderer:for_content_tests", 654 "//content/renderer:for_content_tests",
655 "//crypto", 655 "//crypto",
656 "//device/battery", 656 "//device/battery",
657 "//device/battery:mojo_bindings", 657 "//device/battery:mojo_bindings",
658 "//device/bluetooth", 658 "//device/bluetooth",
659 "//device/bluetooth:mocks",
659 "//gin", 660 "//gin",
660 "//gpu", 661 "//gpu",
661 "//gpu:test_support", 662 "//gpu:test_support",
662 "//ipc:test_support", 663 "//ipc:test_support",
663 "//media:shared_memory_support", 664 "//media:shared_memory_support",
664 "//media:test_support", 665 "//media:test_support",
665 "//media/audio:test_support", 666 "//media/audio:test_support",
666 "//media/base:test_support", 667 "//media/base:test_support",
667 "//media/midi:midi", 668 "//media/midi:midi",
668 "//mojo/edk/test:test_support", 669 "//mojo/edk/test:test_support",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "//testing/gtest", 891 "//testing/gtest",
891 "//testing/perf", 892 "//testing/perf",
892 "//ui/gfx", 893 "//ui/gfx",
893 "//ui/gfx/geometry", 894 "//ui/gfx/geometry",
894 ] 895 ]
895 896
896 if (is_android) { 897 if (is_android) {
897 deps += [ "//testing/android/native_test:native_test_native_code" ] 898 deps += [ "//testing/android/native_test:native_test_native_code" ]
898 } 899 }
899 } 900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698