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

Side by Side Diff: chrome/chrome_common.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
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/common/v8_breakpad_support_win.h » ('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) 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'common/spellcheck_result.h', 129 'common/spellcheck_result.h',
130 'common/switch_utils.cc', 130 'common/switch_utils.cc',
131 'common/switch_utils.h', 131 'common/switch_utils.h',
132 'common/terminate_on_heap_corruption_experiment_win.cc', 132 'common/terminate_on_heap_corruption_experiment_win.cc',
133 'common/terminate_on_heap_corruption_experiment_win.h', 133 'common/terminate_on_heap_corruption_experiment_win.h',
134 'common/tts_messages.h', 134 'common/tts_messages.h',
135 'common/tts_utterance_request.cc', 135 'common/tts_utterance_request.cc',
136 'common/tts_utterance_request.h', 136 'common/tts_utterance_request.h',
137 'common/url_constants.cc', 137 'common/url_constants.cc',
138 'common/url_constants.h', 138 'common/url_constants.h',
139 'common/v8_breakpad_support_win.cc',
140 'common/v8_breakpad_support_win.h',
139 'common/variations/experiment_labels.cc', 141 'common/variations/experiment_labels.cc',
140 'common/variations/experiment_labels.h', 142 'common/variations/experiment_labels.h',
141 'common/variations/uniformity_field_trials.cc', 143 'common/variations/uniformity_field_trials.cc',
142 'common/variations/uniformity_field_trials.h', 144 'common/variations/uniformity_field_trials.h',
143 'common/variations/variations_util.cc', 145 'common/variations/variations_util.cc',
144 'common/variations/variations_util.h', 146 'common/variations/variations_util.h',
145 'common/web_application_info.cc', 147 'common/web_application_info.cc',
146 'common/web_application_info.h', 148 'common/web_application_info.h',
147 'common/worker_thread_ticker.cc', 149 'common/worker_thread_ticker.cc',
148 'common/worker_thread_ticker.h', 150 'common/worker_thread_ticker.h',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'common/safe_browsing/csd.proto' 689 'common/safe_browsing/csd.proto'
688 ], 690 ],
689 'variables': { 691 'variables': {
690 'proto_in_dir': 'common/safe_browsing', 692 'proto_in_dir': 'common/safe_browsing',
691 'proto_out_dir': 'chrome/common/safe_browsing', 693 'proto_out_dir': 'chrome/common/safe_browsing',
692 }, 694 },
693 'includes': [ '../build/protoc.gypi' ], 695 'includes': [ '../build/protoc.gypi' ],
694 }, 696 },
695 ], 697 ],
696 } 698 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/common/v8_breakpad_support_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698