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

Side by Side Diff: content/content_shell.gypi

Issue 1763113002: Move layout-test-specific switches from shell_switches to layout_test_switches.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-line-box-and-debug-from-flags-struct
Patch Set: Created 4 years, 9 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') | content/shell/app/shell_main_delegate.cc » ('J')
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'shell/browser/shell_url_request_context_getter.cc', 189 'shell/browser/shell_url_request_context_getter.cc',
190 'shell/browser/shell_url_request_context_getter.h', 190 'shell/browser/shell_url_request_context_getter.h',
191 'shell/browser/shell_views.cc', 191 'shell/browser/shell_views.cc',
192 'shell/browser/shell_web_contents_view_delegate.h', 192 'shell/browser/shell_web_contents_view_delegate.h',
193 'shell/browser/shell_web_contents_view_delegate_android.cc', 193 'shell/browser/shell_web_contents_view_delegate_android.cc',
194 'shell/browser/shell_web_contents_view_delegate_creator.h', 194 'shell/browser/shell_web_contents_view_delegate_creator.h',
195 'shell/browser/shell_web_contents_view_delegate_mac.mm', 195 'shell/browser/shell_web_contents_view_delegate_mac.mm',
196 'shell/browser/shell_web_contents_view_delegate_win.cc', 196 'shell/browser/shell_web_contents_view_delegate_win.cc',
197 'shell/common/layout_test/layout_test_messages.cc', 197 'shell/common/layout_test/layout_test_messages.cc',
198 'shell/common/layout_test/layout_test_messages.h', 198 'shell/common/layout_test/layout_test_messages.h',
199 'shell/common/layout_test/layout_test_switches.cc',
200 'shell/common/layout_test/layout_test_switches.h',
199 'shell/common/leak_detection_result.h', 201 'shell/common/leak_detection_result.h',
200 'shell/common/shell_content_client.cc', 202 'shell/common/shell_content_client.cc',
201 'shell/common/shell_content_client.h', 203 'shell/common/shell_content_client.h',
202 'shell/common/shell_messages.cc', 204 'shell/common/shell_messages.cc',
203 'shell/common/shell_messages.h', 205 'shell/common/shell_messages.h',
204 'shell/common/shell_switches.cc', 206 'shell/common/shell_switches.cc',
205 'shell/common/shell_switches.h', 207 'shell/common/shell_switches.h',
206 'shell/common/shell_test_configuration.cc', 208 'shell/common/shell_test_configuration.cc',
207 'shell/common/shell_test_configuration.h', 209 'shell/common/shell_test_configuration.h',
208 'shell/common/v8_breakpad_support_win.cc', 210 'shell/common/v8_breakpad_support_win.cc',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 976 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
975 '--destination_dir', '<(dest_dir)', 977 '--destination_dir', '<(dest_dir)',
976 ], 978 ],
977 }, 979 },
978 ], 980 ],
979 }, 981 },
980 ], 982 ],
981 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 983 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
982 ] 984 ]
983 } 985 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | content/shell/app/shell_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698