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_permission_message_provider.cc', | 200 'common/extensions/permissions/chrome_permission_message_provider.cc', |
201 'common/extensions/permissions/chrome_permission_message_provider.h', | 201 'common/extensions/permissions/chrome_permission_message_provider.h', |
202 'common/extensions/permissions/chrome_permission_message_rules.cc', | 202 'common/extensions/permissions/chrome_permission_message_rules.cc', |
203 'common/extensions/permissions/chrome_permission_message_rules.h', | 203 'common/extensions/permissions/chrome_permission_message_rules.h', |
204 'common/extensions/sync_helper.cc', | 204 'common/extensions/sync_helper.cc', |
205 'common/extensions/sync_helper.h', | 205 'common/extensions/sync_helper.h', |
206 ], | 206 ], |
207 'chrome_common_extensions_chromeos_sources': [ | 207 'chrome_common_extensions_chromeos_sources': [ |
208 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', | 208 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', |
209 'common/extensions/api/file_browser_handlers/file_browser_handler.h', | 209 'common/extensions/api/file_browser_handlers/file_browser_handler.h', |
210 'common/extensions/api/file_system_provider/file_system_provider_handler.c
c', | 210 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.cc', |
211 'common/extensions/api/file_system_provider/file_system_provider_handler.h
', | 211 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.h', |
212 'common/extensions/api/input_ime/input_components_handler.cc', | 212 'common/extensions/api/input_ime/input_components_handler.cc', |
213 'common/extensions/api/input_ime/input_components_handler.h', | 213 'common/extensions/api/input_ime/input_components_handler.h', |
214 ], | 214 ], |
215 'chrome_common_full_safe_browsing_sources': [ | 215 'chrome_common_full_safe_browsing_sources': [ |
216 'common/safe_browsing/binary_feature_extractor.cc', | 216 'common/safe_browsing/binary_feature_extractor.cc', |
217 'common/safe_browsing/binary_feature_extractor.h', | 217 'common/safe_browsing/binary_feature_extractor.h', |
218 'common/safe_browsing/binary_feature_extractor_posix.cc', | 218 'common/safe_browsing/binary_feature_extractor_posix.cc', |
219 'common/safe_browsing/binary_feature_extractor_win.cc', | 219 'common/safe_browsing/binary_feature_extractor_win.cc', |
220 'common/safe_browsing/download_protection_util.cc', | 220 'common/safe_browsing/download_protection_util.cc', |
221 'common/safe_browsing/download_protection_util.h', | 221 'common/safe_browsing/download_protection_util.h', |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 'common/safe_browsing/csd.proto' | 682 'common/safe_browsing/csd.proto' |
683 ], | 683 ], |
684 'variables': { | 684 'variables': { |
685 'proto_in_dir': 'common/safe_browsing', | 685 'proto_in_dir': 'common/safe_browsing', |
686 'proto_out_dir': 'chrome/common/safe_browsing', | 686 'proto_out_dir': 'chrome/common/safe_browsing', |
687 }, | 687 }, |
688 'includes': [ '../build/protoc.gypi' ], | 688 'includes': [ '../build/protoc.gypi' ], |
689 }, | 689 }, |
690 ], | 690 ], |
691 } | 691 } |
OLD | NEW |