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

Side by Side Diff: content/content_shell.gypi

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 (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 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'shell/browser/layout_test/layout_test_browser_main.cc', 114 'shell/browser/layout_test/layout_test_browser_main.cc',
115 'shell/browser/layout_test/layout_test_browser_main.h', 115 'shell/browser/layout_test/layout_test_browser_main.h',
116 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 116 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
117 'shell/browser/layout_test/layout_test_browser_main_parts.h', 117 'shell/browser/layout_test/layout_test_browser_main_parts.h',
118 'shell/browser/layout_test/layout_test_content_browser_client.cc', 118 'shell/browser/layout_test/layout_test_content_browser_client.cc',
119 'shell/browser/layout_test/layout_test_content_browser_client.h', 119 'shell/browser/layout_test/layout_test_content_browser_client.h',
120 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 120 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
121 'shell/browser/layout_test/layout_test_devtools_frontend.h', 121 'shell/browser/layout_test/layout_test_devtools_frontend.h',
122 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', 122 'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
123 'shell/browser/layout_test/layout_test_download_manager_delegate.h', 123 'shell/browser/layout_test/layout_test_download_manager_delegate.h',
124 'shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc ',
125 'shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h' ,
124 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', 126 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
125 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 127 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
126 'shell/browser/layout_test/layout_test_message_filter.cc', 128 'shell/browser/layout_test/layout_test_message_filter.cc',
127 'shell/browser/layout_test/layout_test_message_filter.h', 129 'shell/browser/layout_test/layout_test_message_filter.h',
128 'shell/browser/layout_test/layout_test_notification_manager.cc', 130 'shell/browser/layout_test/layout_test_notification_manager.cc',
129 'shell/browser/layout_test/layout_test_notification_manager.h', 131 'shell/browser/layout_test/layout_test_notification_manager.h',
130 'shell/browser/layout_test/layout_test_permission_manager.cc', 132 'shell/browser/layout_test/layout_test_permission_manager.cc',
131 'shell/browser/layout_test/layout_test_permission_manager.h', 133 'shell/browser/layout_test/layout_test_permission_manager.h',
132 'shell/browser/layout_test/layout_test_push_messaging_service.cc', 134 'shell/browser/layout_test/layout_test_push_messaging_service.cc',
133 'shell/browser/layout_test/layout_test_push_messaging_service.h', 135 'shell/browser/layout_test/layout_test_push_messaging_service.h',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
910 '--destination_dir', '<(dest_dir)', 912 '--destination_dir', '<(dest_dir)',
911 ], 913 ],
912 }, 914 },
913 ], 915 ],
914 }, 916 },
915 ], 917 ],
916 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
917 ] 919 ]
918 } 920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698