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

Side by Side Diff: content/content_shell.gypi

Issue 1890223002: Explicitly initialize secondary renderers for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 8 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 | « no previous file | 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 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'shell/app/shell_crash_reporter_client.cc', 94 'shell/app/shell_crash_reporter_client.cc',
95 'shell/app/shell_crash_reporter_client.h', 95 'shell/app/shell_crash_reporter_client.h',
96 'shell/app/shell_main_delegate.cc', 96 'shell/app/shell_main_delegate.cc',
97 'shell/app/shell_main_delegate.h', 97 'shell/app/shell_main_delegate.h',
98 'shell/app/shell_main_delegate_mac.h', 98 'shell/app/shell_main_delegate_mac.h',
99 'shell/app/shell_main_delegate_mac.mm', 99 'shell/app/shell_main_delegate_mac.mm',
100 'shell/browser/layout_test/blink_test_controller.cc', 100 'shell/browser/layout_test/blink_test_controller.cc',
101 'shell/browser/layout_test/blink_test_controller.h', 101 'shell/browser/layout_test/blink_test_controller.h',
102 'shell/browser/layout_test/layout_test_android.cc', 102 'shell/browser/layout_test/layout_test_android.cc',
103 'shell/browser/layout_test/layout_test_android.h', 103 'shell/browser/layout_test/layout_test_android.h',
104 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.cc',
105 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.h',
106 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc', 104 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
107 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h', 105 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
108 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc', 106 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc',
109 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h', 107 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h',
108 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.cc',
109 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.h',
110 'shell/browser/layout_test/layout_test_browser_context.cc', 110 'shell/browser/layout_test/layout_test_browser_context.cc',
111 'shell/browser/layout_test/layout_test_browser_context.h', 111 'shell/browser/layout_test/layout_test_browser_context.h',
112 'shell/browser/layout_test/layout_test_browser_main.cc', 112 'shell/browser/layout_test/layout_test_browser_main.cc',
113 'shell/browser/layout_test/layout_test_browser_main.h', 113 'shell/browser/layout_test/layout_test_browser_main.h',
114 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 114 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
115 'shell/browser/layout_test/layout_test_browser_main_parts.h', 115 'shell/browser/layout_test/layout_test_browser_main_parts.h',
116 'shell/browser/layout_test/layout_test_content_browser_client.cc', 116 'shell/browser/layout_test/layout_test_content_browser_client.cc',
117 'shell/browser/layout_test/layout_test_content_browser_client.h', 117 'shell/browser/layout_test/layout_test_content_browser_client.h',
118 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 118 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
119 'shell/browser/layout_test/layout_test_devtools_frontend.h', 119 'shell/browser/layout_test/layout_test_devtools_frontend.h',
120 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', 120 'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
121 'shell/browser/layout_test/layout_test_download_manager_delegate.h', 121 'shell/browser/layout_test/layout_test_download_manager_delegate.h',
122 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', 122 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
123 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 123 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
124 'shell/browser/layout_test/layout_test_message_filter.cc', 124 'shell/browser/layout_test/layout_test_message_filter.cc',
125 'shell/browser/layout_test/layout_test_message_filter.h', 125 'shell/browser/layout_test/layout_test_message_filter.h',
126 'shell/browser/layout_test/layout_test_notification_manager.cc', 126 'shell/browser/layout_test/layout_test_notification_manager.cc',
127 'shell/browser/layout_test/layout_test_notification_manager.h', 127 'shell/browser/layout_test/layout_test_notification_manager.h',
128 'shell/browser/layout_test/layout_test_permission_manager.cc', 128 'shell/browser/layout_test/layout_test_permission_manager.cc',
129 'shell/browser/layout_test/layout_test_permission_manager.h', 129 'shell/browser/layout_test/layout_test_permission_manager.h',
130 'shell/browser/layout_test/layout_test_push_messaging_service.cc', 130 'shell/browser/layout_test/layout_test_push_messaging_service.cc',
131 'shell/browser/layout_test/layout_test_push_messaging_service.h', 131 'shell/browser/layout_test/layout_test_push_messaging_service.h',
132 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc', 132 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc',
133 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h', 133 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h',
134 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', 134 'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
135 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 135 'shell/browser/layout_test/layout_test_url_request_context_getter.h',
136 'shell/browser/layout_test/notify_done_forwarder.cc', 136 'shell/browser/layout_test/secondary_test_window_observer.cc',
137 'shell/browser/layout_test/notify_done_forwarder.h', 137 'shell/browser/layout_test/secondary_test_window_observer.h',
138 'shell/browser/layout_test/test_info_extractor.cc', 138 'shell/browser/layout_test/test_info_extractor.cc',
139 'shell/browser/layout_test/test_info_extractor.h', 139 'shell/browser/layout_test/test_info_extractor.h',
140 'shell/browser/shell.cc', 140 'shell/browser/shell.cc',
141 'shell/browser/shell.h', 141 'shell/browser/shell.h',
142 'shell/browser/shell_access_token_store.cc', 142 'shell/browser/shell_access_token_store.cc',
143 'shell/browser/shell_access_token_store.h', 143 'shell/browser/shell_access_token_store.h',
144 'shell/browser/shell_android.cc', 144 'shell/browser/shell_android.cc',
145 'shell/browser/shell_application_mac.h', 145 'shell/browser/shell_application_mac.h',
146 'shell/browser/shell_application_mac.mm', 146 'shell/browser/shell_application_mac.mm',
147 'shell/browser/shell_aura.cc', 147 'shell/browser/shell_aura.cc',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 904 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
905 '--destination_dir', '<(dest_dir)', 905 '--destination_dir', '<(dest_dir)',
906 ], 906 ],
907 }, 907 },
908 ], 908 ],
909 }, 909 },
910 ], 910 ],
911 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 911 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
912 ] 912 ]
913 } 913 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698