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

Side by Side Diff: content/content_shell.gypi

Issue 619543002: Hook up custom Win 64 SEH to v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years, 2 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 # 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'shell/common/shell_content_client.cc', 158 'shell/common/shell_content_client.cc',
159 'shell/common/shell_content_client.h', 159 'shell/common/shell_content_client.h',
160 'shell/common/shell_messages.cc', 160 'shell/common/shell_messages.cc',
161 'shell/common/shell_messages.h', 161 'shell/common/shell_messages.h',
162 'shell/common/shell_switches.cc', 162 'shell/common/shell_switches.cc',
163 'shell/common/shell_switches.h', 163 'shell/common/shell_switches.h',
164 'shell/common/shell_test_configuration.cc', 164 'shell/common/shell_test_configuration.cc',
165 'shell/common/shell_test_configuration.h', 165 'shell/common/shell_test_configuration.h',
166 'shell/common/test_runner/test_preferences.cc', 166 'shell/common/test_runner/test_preferences.cc',
167 'shell/common/test_runner/test_preferences.h', 167 'shell/common/test_runner/test_preferences.h',
168 'shell/common/v8_breakpad_support_win.cc',
169 'shell/common/v8_breakpad_support_win.h',
168 'shell/common/webkit_test_helpers.cc', 170 'shell/common/webkit_test_helpers.cc',
169 'shell/common/webkit_test_helpers.h', 171 'shell/common/webkit_test_helpers.h',
170 'shell/geolocation/shell_access_token_store.cc', 172 'shell/geolocation/shell_access_token_store.cc',
171 'shell/geolocation/shell_access_token_store.h', 173 'shell/geolocation/shell_access_token_store.h',
172 'shell/renderer/gc_controller.cc', 174 'shell/renderer/gc_controller.cc',
173 'shell/renderer/gc_controller.h', 175 'shell/renderer/gc_controller.h',
174 'shell/renderer/ipc_echo.cc', 176 'shell/renderer/ipc_echo.cc',
175 'shell/renderer/ipc_echo.h', 177 'shell/renderer/ipc_echo.h',
176 'shell/renderer/leak_detector.cc', 178 'shell/renderer/leak_detector.cc',
177 'shell/renderer/leak_detector.h', 179 'shell/renderer/leak_detector.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1115 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1114 '--destination_dir', '<(dest_dir)', 1116 '--destination_dir', '<(dest_dir)',
1115 ], 1117 ],
1116 }, 1118 },
1117 ], 1119 ],
1118 }, 1120 },
1119 ], 1121 ],
1120 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1122 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1121 ] 1123 ]
1122 } 1124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698