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

Side by Side Diff: chrome/chrome_common.gypi

Issue 401913002: Revert of Experimentally disable termination on heap corrruption in order to measure the contribution of this… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'common/service_process_util_posix.cc', 206 'common/service_process_util_posix.cc',
207 'common/service_process_util_posix.h', 207 'common/service_process_util_posix.h',
208 'common/service_process_util_win.cc', 208 'common/service_process_util_win.cc',
209 'common/spellcheck_common.cc', 209 'common/spellcheck_common.cc',
210 'common/spellcheck_common.h', 210 'common/spellcheck_common.h',
211 'common/spellcheck_marker.h', 211 'common/spellcheck_marker.h',
212 'common/spellcheck_messages.h', 212 'common/spellcheck_messages.h',
213 'common/spellcheck_result.h', 213 'common/spellcheck_result.h',
214 'common/switch_utils.cc', 214 'common/switch_utils.cc',
215 'common/switch_utils.h', 215 'common/switch_utils.h',
216 'common/terminate_on_heap_corruption_experiment_win.cc',
217 'common/terminate_on_heap_corruption_experiment_win.h',
218 'common/tts_messages.h', 216 'common/tts_messages.h',
219 'common/tts_utterance_request.cc', 217 'common/tts_utterance_request.cc',
220 'common/tts_utterance_request.h', 218 'common/tts_utterance_request.h',
221 'common/url_constants.cc', 219 'common/url_constants.cc',
222 'common/url_constants.h', 220 'common/url_constants.h',
223 'common/variations/experiment_labels.cc', 221 'common/variations/experiment_labels.cc',
224 'common/variations/experiment_labels.h', 222 'common/variations/experiment_labels.h',
225 'common/variations/uniformity_field_trials.cc', 223 'common/variations/uniformity_field_trials.cc',
226 'common/variations/uniformity_field_trials.h', 224 'common/variations/uniformity_field_trials.h',
227 'common/variations/variations_util.cc', 225 'common/variations/variations_util.cc',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'common/safe_browsing/csd.proto' 688 'common/safe_browsing/csd.proto'
691 ], 689 ],
692 'variables': { 690 'variables': {
693 'proto_in_dir': 'common/safe_browsing', 691 'proto_in_dir': 'common/safe_browsing',
694 'proto_out_dir': 'chrome/common/safe_browsing', 692 'proto_out_dir': 'chrome/common/safe_browsing',
695 }, 693 },
696 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
697 }, 695 },
698 ], 696 ],
699 } 697 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/common/terminate_on_heap_corruption_experiment_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698