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

Side by Side Diff: chrome/chrome_common.gypi

Issue 962753002: Revert the TerminateOnHeapCorruption experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'common/search_types.h', 99 'common/search_types.h',
100 'common/search_urls.cc', 100 'common/search_urls.cc',
101 'common/search_urls.h', 101 'common/search_urls.h',
102 'common/spellcheck_common.cc', 102 'common/spellcheck_common.cc',
103 'common/spellcheck_common.h', 103 'common/spellcheck_common.h',
104 'common/spellcheck_marker.h', 104 'common/spellcheck_marker.h',
105 'common/spellcheck_messages.h', 105 'common/spellcheck_messages.h',
106 'common/spellcheck_result.h', 106 'common/spellcheck_result.h',
107 'common/switch_utils.cc', 107 'common/switch_utils.cc',
108 'common/switch_utils.h', 108 'common/switch_utils.h',
109 'common/terminate_on_heap_corruption_experiment_win.cc',
110 'common/terminate_on_heap_corruption_experiment_win.h',
111 'common/tts_messages.h', 109 'common/tts_messages.h',
112 'common/tts_utterance_request.cc', 110 'common/tts_utterance_request.cc',
113 'common/tts_utterance_request.h', 111 'common/tts_utterance_request.h',
114 'common/url_constants.cc', 112 'common/url_constants.cc',
115 'common/url_constants.h', 113 'common/url_constants.h',
116 'common/v8_breakpad_support_win.cc', 114 'common/v8_breakpad_support_win.cc',
117 'common/v8_breakpad_support_win.h', 115 'common/v8_breakpad_support_win.h',
118 'common/variations/experiment_labels.cc', 116 'common/variations/experiment_labels.cc',
119 'common/variations/experiment_labels.h', 117 'common/variations/experiment_labels.h',
120 'common/variations/variations_util.cc', 118 'common/variations/variations_util.cc',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'common/safe_browsing/csd.proto' 679 'common/safe_browsing/csd.proto'
682 ], 680 ],
683 'variables': { 681 'variables': {
684 'proto_in_dir': 'common/safe_browsing', 682 'proto_in_dir': 'common/safe_browsing',
685 'proto_out_dir': 'chrome/common/safe_browsing', 683 'proto_out_dir': 'chrome/common/safe_browsing',
686 }, 684 },
687 'includes': [ '../build/protoc.gypi' ], 685 'includes': [ '../build/protoc.gypi' ],
688 }, 686 },
689 ], 687 ],
690 } 688 }
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