| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'common/extensions/api/input_ime/input_components_handler.h', | 209 'common/extensions/api/input_ime/input_components_handler.h', |
| 210 ], | 210 ], |
| 211 'chrome_common_full_safe_browsing_sources': [ | 211 'chrome_common_full_safe_browsing_sources': [ |
| 212 'common/safe_browsing/binary_feature_extractor.cc', | 212 'common/safe_browsing/binary_feature_extractor.cc', |
| 213 'common/safe_browsing/binary_feature_extractor.h', | 213 'common/safe_browsing/binary_feature_extractor.h', |
| 214 'common/safe_browsing/binary_feature_extractor_mac.cc', | 214 'common/safe_browsing/binary_feature_extractor_mac.cc', |
| 215 'common/safe_browsing/binary_feature_extractor_posix.cc', | 215 'common/safe_browsing/binary_feature_extractor_posix.cc', |
| 216 'common/safe_browsing/binary_feature_extractor_win.cc', | 216 'common/safe_browsing/binary_feature_extractor_win.cc', |
| 217 'common/safe_browsing/download_protection_util.cc', | 217 'common/safe_browsing/download_protection_util.cc', |
| 218 'common/safe_browsing/download_protection_util.h', | 218 'common/safe_browsing/download_protection_util.h', |
| 219 'common/safe_browsing/file_type_policies.cc', |
| 220 'common/safe_browsing/file_type_policies.h', |
| 219 'common/safe_browsing/ipc_protobuf_message_macros.h', | 221 'common/safe_browsing/ipc_protobuf_message_macros.h', |
| 220 'common/safe_browsing/ipc_protobuf_message_null_macros.h', | 222 'common/safe_browsing/ipc_protobuf_message_null_macros.h', |
| 221 'common/safe_browsing/mach_o_image_reader_mac.cc', | 223 'common/safe_browsing/mach_o_image_reader_mac.cc', |
| 222 'common/safe_browsing/mach_o_image_reader_mac.h', | 224 'common/safe_browsing/mach_o_image_reader_mac.h', |
| 223 'common/safe_browsing/pe_image_reader_win.cc', | 225 'common/safe_browsing/pe_image_reader_win.cc', |
| 224 'common/safe_browsing/pe_image_reader_win.h', | 226 'common/safe_browsing/pe_image_reader_win.h', |
| 225 'common/safe_browsing/protobuf_message_log_macros.h', | 227 'common/safe_browsing/protobuf_message_log_macros.h', |
| 226 'common/safe_browsing/protobuf_message_param_traits.h', | 228 'common/safe_browsing/protobuf_message_param_traits.h', |
| 227 'common/safe_browsing/protobuf_message_read_macros.h', | 229 'common/safe_browsing/protobuf_message_read_macros.h', |
| 228 'common/safe_browsing/protobuf_message_write_macros.h', | 230 'common/safe_browsing/protobuf_message_write_macros.h', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 ], | 672 ], |
| 671 'dependencies': [ | 673 'dependencies': [ |
| 672 'installer_util', | 674 'installer_util', |
| 673 '../base/base.gyp:base', | 675 '../base/base.gyp:base', |
| 674 ], | 676 ], |
| 675 }, | 677 }, |
| 676 ], | 678 ], |
| 677 }], | 679 }], |
| 678 ], | 680 ], |
| 679 } | 681 } |
| OLD | NEW |