| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'common/extensions/permissions/chrome_api_permissions.cc', | 200 'common/extensions/permissions/chrome_api_permissions.cc', |
| 201 'common/extensions/permissions/chrome_api_permissions.h', | 201 'common/extensions/permissions/chrome_api_permissions.h', |
| 202 'common/extensions/permissions/chrome_permission_message_provider.cc', | 202 'common/extensions/permissions/chrome_permission_message_provider.cc', |
| 203 'common/extensions/permissions/chrome_permission_message_provider.h', | 203 'common/extensions/permissions/chrome_permission_message_provider.h', |
| 204 'common/extensions/permissions/chrome_permission_message_rules.cc', | 204 'common/extensions/permissions/chrome_permission_message_rules.cc', |
| 205 'common/extensions/permissions/chrome_permission_message_rules.h', | 205 'common/extensions/permissions/chrome_permission_message_rules.h', |
| 206 'common/extensions/sync_helper.cc', | 206 'common/extensions/sync_helper.cc', |
| 207 'common/extensions/sync_helper.h', | 207 'common/extensions/sync_helper.h', |
| 208 ], | 208 ], |
| 209 'chrome_common_full_safe_browsing_sources': [ | 209 'chrome_common_full_safe_browsing_sources': [ |
| 210 'common/safe_browsing/binary_feature_extractor.cc', |
| 211 'common/safe_browsing/binary_feature_extractor.h', |
| 212 'common/safe_browsing/binary_feature_extractor_posix.cc', |
| 213 'common/safe_browsing/binary_feature_extractor_win.cc', |
| 210 'common/safe_browsing/download_protection_util.cc', | 214 'common/safe_browsing/download_protection_util.cc', |
| 211 'common/safe_browsing/download_protection_util.h', | 215 'common/safe_browsing/download_protection_util.h', |
| 212 'common/safe_browsing/ipc_protobuf_message_macros.h', | 216 'common/safe_browsing/ipc_protobuf_message_macros.h', |
| 213 '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', |
| 219 'common/safe_browsing/pe_image_reader_win.h', |
| 214 'common/safe_browsing/protobuf_message_log_macros.h', | 220 'common/safe_browsing/protobuf_message_log_macros.h', |
| 215 'common/safe_browsing/protobuf_message_param_traits.h', | 221 'common/safe_browsing/protobuf_message_param_traits.h', |
| 216 'common/safe_browsing/protobuf_message_read_macros.h', | 222 'common/safe_browsing/protobuf_message_read_macros.h', |
| 217 'common/safe_browsing/protobuf_message_write_macros.h', | 223 'common/safe_browsing/protobuf_message_write_macros.h', |
| 218 'common/safe_browsing/zip_analyzer.cc', | 224 'common/safe_browsing/zip_analyzer.cc', |
| 219 'common/safe_browsing/zip_analyzer.h', | 225 'common/safe_browsing/zip_analyzer.h', |
| 220 ], | 226 ], |
| 221 'chrome_common_importer_sources': [ | 227 'chrome_common_importer_sources': [ |
| 222 'common/importer/firefox_importer_utils.cc', | 228 'common/importer/firefox_importer_utils.cc', |
| 223 'common/importer/firefox_importer_utils.h', | 229 'common/importer/firefox_importer_utils.h', |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'common/safe_browsing/csd.proto' | 693 'common/safe_browsing/csd.proto' |
| 688 ], | 694 ], |
| 689 'variables': { | 695 'variables': { |
| 690 'proto_in_dir': 'common/safe_browsing', | 696 'proto_in_dir': 'common/safe_browsing', |
| 691 'proto_out_dir': 'chrome/common/safe_browsing', | 697 'proto_out_dir': 'chrome/common/safe_browsing', |
| 692 }, | 698 }, |
| 693 'includes': [ '../build/protoc.gypi' ], | 699 'includes': [ '../build/protoc.gypi' ], |
| 694 }, | 700 }, |
| 695 ], | 701 ], |
| 696 } | 702 } |
| OLD | NEW |