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 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'common/safe_browsing/ipc_protobuf_message_macros.h', | 216 'common/safe_browsing/ipc_protobuf_message_macros.h', |
217 'common/safe_browsing/ipc_protobuf_message_null_macros.h', | 217 'common/safe_browsing/ipc_protobuf_message_null_macros.h', |
218 'common/safe_browsing/pe_image_reader_win.cc', | 218 'common/safe_browsing/pe_image_reader_win.cc', |
219 'common/safe_browsing/pe_image_reader_win.h', | 219 'common/safe_browsing/pe_image_reader_win.h', |
220 'common/safe_browsing/protobuf_message_log_macros.h', | 220 'common/safe_browsing/protobuf_message_log_macros.h', |
221 'common/safe_browsing/protobuf_message_param_traits.h', | 221 'common/safe_browsing/protobuf_message_param_traits.h', |
222 'common/safe_browsing/protobuf_message_read_macros.h', | 222 'common/safe_browsing/protobuf_message_read_macros.h', |
223 'common/safe_browsing/protobuf_message_write_macros.h', | 223 'common/safe_browsing/protobuf_message_write_macros.h', |
224 'common/safe_browsing/zip_analyzer.cc', | 224 'common/safe_browsing/zip_analyzer.cc', |
225 'common/safe_browsing/zip_analyzer.h', | 225 'common/safe_browsing/zip_analyzer.h', |
| 226 'common/safe_browsing/zip_analyzer_results.cc', |
| 227 'common/safe_browsing/zip_analyzer_results.h', |
226 ], | 228 ], |
227 'chrome_common_importer_sources': [ | 229 'chrome_common_importer_sources': [ |
228 'common/importer/firefox_importer_utils.cc', | 230 'common/importer/firefox_importer_utils.cc', |
229 'common/importer/firefox_importer_utils.h', | 231 'common/importer/firefox_importer_utils.h', |
230 'common/importer/firefox_importer_utils_linux.cc', | 232 'common/importer/firefox_importer_utils_linux.cc', |
231 'common/importer/firefox_importer_utils_mac.mm', | 233 'common/importer/firefox_importer_utils_mac.mm', |
232 'common/importer/firefox_importer_utils_win.cc', | 234 'common/importer/firefox_importer_utils_win.cc', |
233 'common/importer/ie_importer_test_registry_overrider_win.cc', | 235 'common/importer/ie_importer_test_registry_overrider_win.cc', |
234 'common/importer/ie_importer_test_registry_overrider_win.h', | 236 'common/importer/ie_importer_test_registry_overrider_win.h', |
235 'common/importer/ie_importer_utils_win.cc', | 237 'common/importer/ie_importer_utils_win.cc', |
(...skipping 457 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 |