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

Side by Side Diff: content/content_shell.gypi

Issue 1128633002: content: Rename WebKitTestController to BlinkTestController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format Created 5 years, 7 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/common/swapped_out_messages.cc ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'shell/app/blink_test_platform_support_mac.mm', 87 'shell/app/blink_test_platform_support_mac.mm',
88 'shell/app/blink_test_platform_support_win.cc', 88 'shell/app/blink_test_platform_support_win.cc',
89 'shell/app/paths_mac.h', 89 'shell/app/paths_mac.h',
90 'shell/app/paths_mac.mm', 90 'shell/app/paths_mac.mm',
91 'shell/app/shell_crash_reporter_client.cc', 91 'shell/app/shell_crash_reporter_client.cc',
92 'shell/app/shell_crash_reporter_client.h', 92 'shell/app/shell_crash_reporter_client.h',
93 'shell/app/shell_main_delegate.cc', 93 'shell/app/shell_main_delegate.cc',
94 'shell/app/shell_main_delegate.h', 94 'shell/app/shell_main_delegate.h',
95 'shell/app/shell_main_delegate_mac.h', 95 'shell/app/shell_main_delegate_mac.h',
96 'shell/app/shell_main_delegate_mac.mm', 96 'shell/app/shell_main_delegate_mac.mm',
97 'shell/browser/blink_test_controller.cc',
98 'shell/browser/blink_test_controller.h',
97 'shell/browser/ipc_echo_message_filter.cc', 99 'shell/browser/ipc_echo_message_filter.cc',
98 'shell/browser/ipc_echo_message_filter.h', 100 'shell/browser/ipc_echo_message_filter.h',
99 'shell/browser/layout_test/layout_test_android.cc', 101 'shell/browser/layout_test/layout_test_android.cc',
100 'shell/browser/layout_test/layout_test_android.h', 102 'shell/browser/layout_test/layout_test_android.h',
101 'shell/browser/layout_test/layout_test_browser_context.cc', 103 'shell/browser/layout_test/layout_test_browser_context.cc',
102 'shell/browser/layout_test/layout_test_browser_context.h', 104 'shell/browser/layout_test/layout_test_browser_context.h',
103 'shell/browser/layout_test/layout_test_browser_main.cc', 105 'shell/browser/layout_test/layout_test_browser_main.cc',
104 'shell/browser/layout_test/layout_test_browser_main.h', 106 'shell/browser/layout_test/layout_test_browser_main.h',
105 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 107 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
106 'shell/browser/layout_test/layout_test_browser_main_parts.h', 108 'shell/browser/layout_test/layout_test_browser_main_parts.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'shell/browser/shell_speech_recognition_manager_delegate.cc', 181 'shell/browser/shell_speech_recognition_manager_delegate.cc',
180 'shell/browser/shell_speech_recognition_manager_delegate.h', 182 'shell/browser/shell_speech_recognition_manager_delegate.h',
181 'shell/browser/shell_url_request_context_getter.cc', 183 'shell/browser/shell_url_request_context_getter.cc',
182 'shell/browser/shell_url_request_context_getter.h', 184 'shell/browser/shell_url_request_context_getter.h',
183 'shell/browser/shell_views.cc', 185 'shell/browser/shell_views.cc',
184 'shell/browser/shell_web_contents_view_delegate.h', 186 'shell/browser/shell_web_contents_view_delegate.h',
185 'shell/browser/shell_web_contents_view_delegate_android.cc', 187 'shell/browser/shell_web_contents_view_delegate_android.cc',
186 'shell/browser/shell_web_contents_view_delegate_creator.h', 188 'shell/browser/shell_web_contents_view_delegate_creator.h',
187 'shell/browser/shell_web_contents_view_delegate_mac.mm', 189 'shell/browser/shell_web_contents_view_delegate_mac.mm',
188 'shell/browser/shell_web_contents_view_delegate_win.cc', 190 'shell/browser/shell_web_contents_view_delegate_win.cc',
189 'shell/browser/webkit_test_controller.cc',
190 'shell/browser/webkit_test_controller.h',
191 'shell/common/layout_test/layout_test_messages.cc', 191 'shell/common/layout_test/layout_test_messages.cc',
192 'shell/common/layout_test/layout_test_messages.h', 192 'shell/common/layout_test/layout_test_messages.h',
193 'shell/common/leak_detection_result.h', 193 'shell/common/leak_detection_result.h',
194 'shell/common/shell_content_client.cc', 194 'shell/common/shell_content_client.cc',
195 'shell/common/shell_content_client.h', 195 'shell/common/shell_content_client.h',
196 'shell/common/shell_messages.cc', 196 'shell/common/shell_messages.cc',
197 'shell/common/shell_messages.h', 197 'shell/common/shell_messages.h',
198 'shell/common/shell_switches.cc', 198 'shell/common/shell_switches.cc',
199 'shell/common/shell_switches.h', 199 'shell/common/shell_switches.h',
200 'shell/common/shell_test_configuration.cc', 200 'shell/common/shell_test_configuration.cc',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1167 '--destination_dir', '<(dest_dir)', 1167 '--destination_dir', '<(dest_dir)',
1168 ], 1168 ],
1169 }, 1169 },
1170 ], 1170 ],
1171 }, 1171 },
1172 ], 1172 ],
1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1174 ] 1174 ]
1175 } 1175 }
OLDNEW
« no previous file with comments | « content/common/swapped_out_messages.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698