OLD | NEW |
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 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'common/search_types.h', | 172 'common/search_types.h', |
173 'common/search_urls.cc', | 173 'common/search_urls.cc', |
174 'common/search_urls.h', | 174 'common/search_urls.h', |
175 'common/spellcheck_common.cc', | 175 'common/spellcheck_common.cc', |
176 'common/spellcheck_common.h', | 176 'common/spellcheck_common.h', |
177 'common/spellcheck_marker.h', | 177 'common/spellcheck_marker.h', |
178 'common/spellcheck_messages.h', | 178 'common/spellcheck_messages.h', |
179 'common/spellcheck_result.h', | 179 'common/spellcheck_result.h', |
180 'common/switch_utils.cc', | 180 'common/switch_utils.cc', |
181 'common/switch_utils.h', | 181 'common/switch_utils.h', |
| 182 'common/terminate_on_heap_corruption_experiment_win.cc', |
| 183 'common/terminate_on_heap_corruption_experiment_win.h', |
182 'common/tts_messages.h', | 184 'common/tts_messages.h', |
183 'common/tts_utterance_request.cc', | 185 'common/tts_utterance_request.cc', |
184 'common/tts_utterance_request.h', | 186 'common/tts_utterance_request.h', |
185 'common/url_constants.cc', | 187 'common/url_constants.cc', |
186 'common/url_constants.h', | 188 'common/url_constants.h', |
187 'common/variations/experiment_labels.cc', | 189 'common/variations/experiment_labels.cc', |
188 'common/variations/experiment_labels.h', | 190 'common/variations/experiment_labels.h', |
189 'common/variations/uniformity_field_trials.cc', | 191 'common/variations/uniformity_field_trials.cc', |
190 'common/variations/uniformity_field_trials.h', | 192 'common/variations/uniformity_field_trials.h', |
191 'common/variations/variations_util.cc', | 193 'common/variations/variations_util.cc', |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/safe_browsing/csd.proto' | 695 'common/safe_browsing/csd.proto' |
694 ], | 696 ], |
695 'variables': { | 697 'variables': { |
696 'proto_in_dir': 'common/safe_browsing', | 698 'proto_in_dir': 'common/safe_browsing', |
697 'proto_out_dir': 'chrome/common/safe_browsing', | 699 'proto_out_dir': 'chrome/common/safe_browsing', |
698 }, | 700 }, |
699 'includes': [ '../build/protoc.gypi' ], | 701 'includes': [ '../build/protoc.gypi' ], |
700 }, | 702 }, |
701 ], | 703 ], |
702 } | 704 } |
OLD | NEW |