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

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

Issue 1706503002: Add enterprise policy to turn off Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Release the BrowserMessageFilter::Internal once it has attached the Sender. Created 4 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
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "//content/browser/service_worker:service_worker_proto", 602 "//content/browser/service_worker:service_worker_proto",
603 "//content/browser/speech/proto", 603 "//content/browser/speech/proto",
604 "//content/common:mojo_bindings", 604 "//content/common:mojo_bindings",
605 "//content/public/browser", 605 "//content/public/browser",
606 "//content/public/common", 606 "//content/public/common",
607 "//content/public/common:mojo_bindings", 607 "//content/public/common:mojo_bindings",
608 "//crypto", 608 "//crypto",
609 "//device/battery", 609 "//device/battery",
610 "//device/battery:mojo_bindings", 610 "//device/battery:mojo_bindings",
611 "//device/bluetooth", 611 "//device/bluetooth",
612 "//device/bluetooth:mocks",
612 "//mojo/edk/test:test_support", 613 "//mojo/edk/test:test_support",
613 "//mojo/environment:chromium", 614 "//mojo/environment:chromium",
614 "//mojo/public/cpp/bindings", 615 "//mojo/public/cpp/bindings",
615 "//net:extras", 616 "//net:extras",
616 "//net:test_support", 617 "//net:test_support",
617 "//skia", 618 "//skia",
618 "//sql", 619 "//sql",
619 "//sql:test_support", 620 "//sql:test_support",
620 "//testing/gmock", 621 "//testing/gmock",
621 "//testing/gtest", 622 "//testing/gtest",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 "//gpu:test_support", 931 "//gpu:test_support",
931 "//media/base/android", 932 "//media/base/android",
932 "//media/base/android:media_java", 933 "//media/base/android:media_java",
933 "//media/capture/video/android:capture_java", 934 "//media/capture/video/android:capture_java",
934 "//testing/gmock", 935 "//testing/gmock",
935 "//ui/android:ui_java", 936 "//ui/android:ui_java",
936 ] 937 ]
937 } 938 }
938 } 939 }
939 } 940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698