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

Side by Side Diff: content/content_shell.gypi

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 | « components/test_runner/web_test_delegate.h ('k') | content/shell/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'shell/app/shell_main_delegate_mac.h', 101 'shell/app/shell_main_delegate_mac.h',
102 'shell/app/shell_main_delegate_mac.mm', 102 'shell/app/shell_main_delegate_mac.mm',
103 'shell/browser/blink_test_controller.cc', 103 'shell/browser/blink_test_controller.cc',
104 'shell/browser/blink_test_controller.h', 104 'shell/browser/blink_test_controller.h',
105 'shell/browser/ipc_echo_message_filter.cc', 105 'shell/browser/ipc_echo_message_filter.cc',
106 'shell/browser/ipc_echo_message_filter.h', 106 'shell/browser/ipc_echo_message_filter.h',
107 'shell/browser/layout_test/layout_test_android.cc', 107 'shell/browser/layout_test/layout_test_android.cc',
108 'shell/browser/layout_test/layout_test_android.h', 108 'shell/browser/layout_test/layout_test_android.h',
109 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc', 109 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
110 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h', 110 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
111 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc',
112 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h',
111 'shell/browser/layout_test/layout_test_browser_context.cc', 113 'shell/browser/layout_test/layout_test_browser_context.cc',
112 'shell/browser/layout_test/layout_test_browser_context.h', 114 'shell/browser/layout_test/layout_test_browser_context.h',
113 'shell/browser/layout_test/layout_test_browser_main.cc', 115 'shell/browser/layout_test/layout_test_browser_main.cc',
114 'shell/browser/layout_test/layout_test_browser_main.h', 116 'shell/browser/layout_test/layout_test_browser_main.h',
115 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 117 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
116 'shell/browser/layout_test/layout_test_browser_main_parts.h', 118 'shell/browser/layout_test/layout_test_browser_main_parts.h',
117 'shell/browser/layout_test/layout_test_content_browser_client.cc', 119 'shell/browser/layout_test/layout_test_content_browser_client.cc',
118 'shell/browser/layout_test/layout_test_content_browser_client.h', 120 'shell/browser/layout_test/layout_test_content_browser_client.h',
119 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 121 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
120 'shell/browser/layout_test/layout_test_devtools_frontend.h', 122 'shell/browser/layout_test/layout_test_devtools_frontend.h',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1050 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1049 '--destination_dir', '<(dest_dir)', 1051 '--destination_dir', '<(dest_dir)',
1050 ], 1052 ],
1051 }, 1053 },
1052 ], 1054 ],
1053 }, 1055 },
1054 ], 1056 ],
1055 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1057 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1056 ] 1058 ]
1057 } 1059 }
OLDNEW
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698