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

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

Issue 2110813002: bluetooth: Move First Device Chooser to tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: 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
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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "browser/layout_test/layout_test_browser_main.cc", 67 "browser/layout_test/layout_test_browser_main.cc",
68 "browser/layout_test/layout_test_browser_main.h", 68 "browser/layout_test/layout_test_browser_main.h",
69 "browser/layout_test/layout_test_browser_main_parts.cc", 69 "browser/layout_test/layout_test_browser_main_parts.cc",
70 "browser/layout_test/layout_test_browser_main_parts.h", 70 "browser/layout_test/layout_test_browser_main_parts.h",
71 "browser/layout_test/layout_test_content_browser_client.cc", 71 "browser/layout_test/layout_test_content_browser_client.cc",
72 "browser/layout_test/layout_test_content_browser_client.h", 72 "browser/layout_test/layout_test_content_browser_client.h",
73 "browser/layout_test/layout_test_devtools_frontend.cc", 73 "browser/layout_test/layout_test_devtools_frontend.cc",
74 "browser/layout_test/layout_test_devtools_frontend.h", 74 "browser/layout_test/layout_test_devtools_frontend.h",
75 "browser/layout_test/layout_test_download_manager_delegate.cc", 75 "browser/layout_test/layout_test_download_manager_delegate.cc",
76 "browser/layout_test/layout_test_download_manager_delegate.h", 76 "browser/layout_test/layout_test_download_manager_delegate.h",
77 "browser/layout_test/layout_test_first_device_bluetooth_chooser.cc",
78 "browser/layout_test/layout_test_first_device_bluetooth_chooser.h",
77 "browser/layout_test/layout_test_javascript_dialog_manager.cc", 79 "browser/layout_test/layout_test_javascript_dialog_manager.cc",
78 "browser/layout_test/layout_test_javascript_dialog_manager.h", 80 "browser/layout_test/layout_test_javascript_dialog_manager.h",
79 "browser/layout_test/layout_test_message_filter.cc", 81 "browser/layout_test/layout_test_message_filter.cc",
80 "browser/layout_test/layout_test_message_filter.h", 82 "browser/layout_test/layout_test_message_filter.h",
81 "browser/layout_test/layout_test_notification_manager.cc", 83 "browser/layout_test/layout_test_notification_manager.cc",
82 "browser/layout_test/layout_test_notification_manager.h", 84 "browser/layout_test/layout_test_notification_manager.h",
83 "browser/layout_test/layout_test_permission_manager.cc", 85 "browser/layout_test/layout_test_permission_manager.cc",
84 "browser/layout_test/layout_test_permission_manager.h", 86 "browser/layout_test/layout_test_permission_manager.h",
85 "browser/layout_test/layout_test_push_messaging_service.cc", 87 "browser/layout_test/layout_test_push_messaging_service.cc",
86 "browser/layout_test/layout_test_push_messaging_service.h", 88 "browser/layout_test/layout_test_push_messaging_service.h",
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "{{bundle_resources_dir}}/{{source_file_part}}", 710 "{{bundle_resources_dir}}/{{source_file_part}}",
709 ] 711 ]
710 } 712 }
711 } 713 }
712 714
713 mojom("mojo_bindings") { 715 mojom("mojo_bindings") {
714 sources = [ 716 sources = [
715 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 717 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
716 ] 718 ]
717 } 719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698