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

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: Moar clean up 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "//content/public/browser", 651 "//content/public/browser",
652 "//content/public/child", 652 "//content/public/child",
653 "//content/public/common", 653 "//content/public/common",
654 "//content/public/common:mojo_bindings", 654 "//content/public/common:mojo_bindings",
655 "//content/public/renderer", 655 "//content/public/renderer",
656 "//content/renderer:for_content_tests", 656 "//content/renderer:for_content_tests",
657 "//crypto", 657 "//crypto",
658 "//device/battery", 658 "//device/battery",
659 "//device/battery:mojo_bindings", 659 "//device/battery:mojo_bindings",
660 "//device/bluetooth", 660 "//device/bluetooth",
661 "//device/bluetooth:mocks",
661 "//gin", 662 "//gin",
662 "//gpu", 663 "//gpu",
663 "//gpu:test_support", 664 "//gpu:test_support",
664 "//ipc:test_support", 665 "//ipc:test_support",
665 "//media:shared_memory_support", 666 "//media:shared_memory_support",
666 "//media:test_support", 667 "//media:test_support",
667 "//media/audio:test_support", 668 "//media/audio:test_support",
668 "//media/base:test_support", 669 "//media/base:test_support",
669 "//media/midi:midi", 670 "//media/midi:midi",
670 "//mojo/edk/test:test_support", 671 "//mojo/edk/test:test_support",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "//gpu:test_support", 934 "//gpu:test_support",
934 "//media/base/android", 935 "//media/base/android",
935 "//media/base/android:media_java", 936 "//media/base/android:media_java",
936 "//media/capture/video/android:capture_java", 937 "//media/capture/video/android:capture_java",
937 "//testing/gmock", 938 "//testing/gmock",
938 "//ui/android:ui_java", 939 "//ui/android:ui_java",
939 ] 940 ]
940 } 941 }
941 } 942 }
942 } 943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698