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

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

Issue 1325953002: Add functions to let tests read and control the Bluetooth chooser state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Add a forgotten semicolon. :-/ Created 5 years, 3 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 | « content/content_shell.gypi ('k') | content/shell/browser/blink_test_controller.h » ('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("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 30 matching lines...) Expand all
41 "app/shell_main_delegate_mac.h", 41 "app/shell_main_delegate_mac.h",
42 "app/shell_main_delegate_mac.mm", 42 "app/shell_main_delegate_mac.mm",
43 "browser/blink_test_controller.cc", 43 "browser/blink_test_controller.cc",
44 "browser/blink_test_controller.h", 44 "browser/blink_test_controller.h",
45 "browser/ipc_echo_message_filter.cc", 45 "browser/ipc_echo_message_filter.cc",
46 "browser/ipc_echo_message_filter.h", 46 "browser/ipc_echo_message_filter.h",
47 "browser/layout_test/layout_test_android.cc", 47 "browser/layout_test/layout_test_android.cc",
48 "browser/layout_test/layout_test_android.h", 48 "browser/layout_test/layout_test_android.h",
49 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc", 49 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc",
50 "browser/layout_test/layout_test_bluetooth_adapter_provider.h", 50 "browser/layout_test/layout_test_bluetooth_adapter_provider.h",
51 "browser/layout_test/layout_test_bluetooth_chooser_factory.cc",
52 "browser/layout_test/layout_test_bluetooth_chooser_factory.h",
51 "browser/layout_test/layout_test_browser_context.cc", 53 "browser/layout_test/layout_test_browser_context.cc",
52 "browser/layout_test/layout_test_browser_context.h", 54 "browser/layout_test/layout_test_browser_context.h",
53 "browser/layout_test/layout_test_browser_main.cc", 55 "browser/layout_test/layout_test_browser_main.cc",
54 "browser/layout_test/layout_test_browser_main.h", 56 "browser/layout_test/layout_test_browser_main.h",
55 "browser/layout_test/layout_test_browser_main_parts.cc", 57 "browser/layout_test/layout_test_browser_main_parts.cc",
56 "browser/layout_test/layout_test_browser_main_parts.h", 58 "browser/layout_test/layout_test_browser_main_parts.h",
57 "browser/layout_test/layout_test_content_browser_client.cc", 59 "browser/layout_test/layout_test_content_browser_client.cc",
58 "browser/layout_test/layout_test_content_browser_client.h", 60 "browser/layout_test/layout_test_content_browser_client.h",
59 "browser/layout_test/layout_test_devtools_frontend.cc", 61 "browser/layout_test/layout_test_devtools_frontend.cc",
60 "browser/layout_test/layout_test_devtools_frontend.h", 62 "browser/layout_test/layout_test_devtools_frontend.h",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 deps = [ 461 deps = [
460 "//base", 462 "//base",
461 "//build/config/sanitizers:deps", 463 "//build/config/sanitizers:deps",
462 "//components/crash/tools:crash_service", 464 "//components/crash/tools:crash_service",
463 ] 465 ]
464 466
465 configs -= [ "//build/config/win:console" ] 467 configs -= [ "//build/config/win:console" ]
466 configs += [ "//build/config/win:windowed" ] 468 configs += [ "//build/config/win:windowed" ]
467 } 469 }
468 } 470 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698