OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'extensions_common_constants_sources': [ | 7 'extensions_common_constants_sources': [ |
8 'common/constants.cc', | 8 'common/constants.cc', |
9 'common/constants.h', | 9 'common/constants.h', |
10 ], | 10 ], |
(...skipping 12 matching lines...) Expand all Loading... |
23 'common/api/bluetooth/bluetooth_manifest_permission.cc', | 23 'common/api/bluetooth/bluetooth_manifest_permission.cc', |
24 'common/api/bluetooth/bluetooth_manifest_permission.h', | 24 'common/api/bluetooth/bluetooth_manifest_permission.h', |
25 'common/api/declarative/declarative_manifest_data.cc', | 25 'common/api/declarative/declarative_manifest_data.cc', |
26 'common/api/declarative/declarative_manifest_data.h', | 26 'common/api/declarative/declarative_manifest_data.h', |
27 'common/api/declarative/declarative_manifest_handler.cc', | 27 'common/api/declarative/declarative_manifest_handler.cc', |
28 'common/api/declarative/declarative_manifest_handler.h', | 28 'common/api/declarative/declarative_manifest_handler.h', |
29 'common/api/messaging/message.h', | 29 'common/api/messaging/message.h', |
30 'common/api/printer_provider/usb_printer_manifest_data.cc', | 30 'common/api/printer_provider/usb_printer_manifest_data.cc', |
31 'common/api/printer_provider/usb_printer_manifest_data.h', | 31 'common/api/printer_provider/usb_printer_manifest_data.h', |
32 'common/api/printer_provider/usb_printer_manifest_handler.cc', | 32 'common/api/printer_provider/usb_printer_manifest_handler.cc', |
33 'common/api/printer_provider/usb_printer_manifest_handler_android.cc', | |
34 'common/api/printer_provider/usb_printer_manifest_handler.h', | 33 'common/api/printer_provider/usb_printer_manifest_handler.h', |
35 'common/api/sockets/sockets_manifest_data.cc', | 34 'common/api/sockets/sockets_manifest_data.cc', |
36 'common/api/sockets/sockets_manifest_data.h', | 35 'common/api/sockets/sockets_manifest_data.h', |
37 'common/api/sockets/sockets_manifest_handler.cc', | 36 'common/api/sockets/sockets_manifest_handler.cc', |
38 'common/api/sockets/sockets_manifest_handler.h', | 37 'common/api/sockets/sockets_manifest_handler.h', |
39 'common/api/sockets/sockets_manifest_permission.cc', | 38 'common/api/sockets/sockets_manifest_permission.cc', |
40 'common/api/sockets/sockets_manifest_permission.h', | 39 'common/api/sockets/sockets_manifest_permission.h', |
41 'common/cast/cast_cert_validator.cc', | 40 'common/cast/cast_cert_validator.cc', |
42 'common/cast/cast_cert_validator.h', | 41 'common/cast/cast_cert_validator.h', |
43 'common/common_manifest_handlers.cc', | 42 'common/common_manifest_handlers.cc', |
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1090 'test/result_catcher.h', | 1089 'test/result_catcher.h', |
1091 'test/test_content_utility_client.cc', | 1090 'test/test_content_utility_client.cc', |
1092 'test/test_content_utility_client.h', | 1091 'test/test_content_utility_client.h', |
1093 'test/test_extensions_client.cc', | 1092 'test/test_extensions_client.cc', |
1094 'test/test_extensions_client.h', | 1093 'test/test_extensions_client.h', |
1095 'test/test_permission_message_provider.cc', | 1094 'test/test_permission_message_provider.cc', |
1096 'test/test_permission_message_provider.h', | 1095 'test/test_permission_message_provider.h', |
1097 ], | 1096 ], |
1098 }, | 1097 }, |
1099 } | 1098 } |
OLD | NEW |