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

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: Fix accidental condition reversal in Shell::ToggleFullscreenModeForTab. 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/public/test/content_browser_test.cc » ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'shell/browser/shell_url_request_context_getter.cc', 190 'shell/browser/shell_url_request_context_getter.cc',
191 'shell/browser/shell_url_request_context_getter.h', 191 'shell/browser/shell_url_request_context_getter.h',
192 'shell/browser/shell_views.cc', 192 'shell/browser/shell_views.cc',
193 'shell/browser/shell_web_contents_view_delegate.h', 193 'shell/browser/shell_web_contents_view_delegate.h',
194 'shell/browser/shell_web_contents_view_delegate_android.cc', 194 'shell/browser/shell_web_contents_view_delegate_android.cc',
195 'shell/browser/shell_web_contents_view_delegate_creator.h', 195 'shell/browser/shell_web_contents_view_delegate_creator.h',
196 'shell/browser/shell_web_contents_view_delegate_mac.mm', 196 'shell/browser/shell_web_contents_view_delegate_mac.mm',
197 'shell/browser/shell_web_contents_view_delegate_win.cc', 197 'shell/browser/shell_web_contents_view_delegate_win.cc',
198 'shell/common/layout_test/layout_test_messages.cc', 198 'shell/common/layout_test/layout_test_messages.cc',
199 'shell/common/layout_test/layout_test_messages.h', 199 'shell/common/layout_test/layout_test_messages.h',
200 'shell/common/layout_test/layout_test_switches.cc',
201 'shell/common/layout_test/layout_test_switches.h',
200 'shell/common/leak_detection_result.h', 202 'shell/common/leak_detection_result.h',
201 'shell/common/shell_content_client.cc', 203 'shell/common/shell_content_client.cc',
202 'shell/common/shell_content_client.h', 204 'shell/common/shell_content_client.h',
203 'shell/common/shell_messages.cc', 205 'shell/common/shell_messages.cc',
204 'shell/common/shell_messages.h', 206 'shell/common/shell_messages.h',
205 'shell/common/shell_switches.cc', 207 'shell/common/shell_switches.cc',
206 'shell/common/shell_switches.h', 208 'shell/common/shell_switches.h',
207 'shell/common/shell_test_configuration.cc', 209 'shell/common/shell_test_configuration.cc',
208 'shell/common/shell_test_configuration.h', 210 'shell/common/shell_test_configuration.h',
209 'shell/common/v8_breakpad_support_win.cc', 211 'shell/common/v8_breakpad_support_win.cc',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 977 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
976 '--destination_dir', '<(dest_dir)', 978 '--destination_dir', '<(dest_dir)',
977 ], 979 ],
978 }, 980 },
979 ], 981 ],
980 }, 982 },
981 ], 983 ],
982 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 984 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
983 ] 985 ]
984 } 986 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/content_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698