| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'common/install_warning.cc', | 108 'common/install_warning.cc', |
| 109 'common/install_warning.h', | 109 'common/install_warning.h', |
| 110 'common/manifest.cc', | 110 'common/manifest.cc', |
| 111 'common/manifest.h', | 111 'common/manifest.h', |
| 112 'common/manifest_constants.cc', | 112 'common/manifest_constants.cc', |
| 113 'common/manifest_constants.h', | 113 'common/manifest_constants.h', |
| 114 'common/manifest_handler.cc', | 114 'common/manifest_handler.cc', |
| 115 'common/manifest_handler.h', | 115 'common/manifest_handler.h', |
| 116 'common/manifest_handler_helpers.cc', | 116 'common/manifest_handler_helpers.cc', |
| 117 'common/manifest_handler_helpers.h', | 117 'common/manifest_handler_helpers.h', |
| 118 'common/manifest_handlers/app_isolation_info.cc', |
| 119 'common/manifest_handlers/app_isolation_info.h', |
| 118 'common/manifest_handlers/background_info.cc', | 120 'common/manifest_handlers/background_info.cc', |
| 119 'common/manifest_handlers/background_info.h', | 121 'common/manifest_handlers/background_info.h', |
| 120 'common/manifest_handlers/content_capabilities_handler.cc', | 122 'common/manifest_handlers/content_capabilities_handler.cc', |
| 121 'common/manifest_handlers/content_capabilities_handler.h', | 123 'common/manifest_handlers/content_capabilities_handler.h', |
| 122 'common/manifest_handlers/csp_info.cc', | 124 'common/manifest_handlers/csp_info.cc', |
| 123 'common/manifest_handlers/csp_info.h', | 125 'common/manifest_handlers/csp_info.h', |
| 124 'common/manifest_handlers/default_locale_handler.cc', | 126 'common/manifest_handlers/default_locale_handler.cc', |
| 125 'common/manifest_handlers/default_locale_handler.h', | 127 'common/manifest_handlers/default_locale_handler.h', |
| 126 'common/manifest_handlers/externally_connectable.cc', | 128 'common/manifest_handlers/externally_connectable.cc', |
| 127 'common/manifest_handlers/externally_connectable.h', | 129 'common/manifest_handlers/externally_connectable.h', |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1061 'test/result_catcher.h', | 1063 'test/result_catcher.h', |
| 1062 'test/test_content_utility_client.cc', | 1064 'test/test_content_utility_client.cc', |
| 1063 'test/test_content_utility_client.h', | 1065 'test/test_content_utility_client.h', |
| 1064 'test/test_extensions_client.cc', | 1066 'test/test_extensions_client.cc', |
| 1065 'test/test_extensions_client.h', | 1067 'test/test_extensions_client.h', |
| 1066 'test/test_permission_message_provider.cc', | 1068 'test/test_permission_message_provider.cc', |
| 1067 'test/test_permission_message_provider.h', | 1069 'test/test_permission_message_provider.h', |
| 1068 ], | 1070 ], |
| 1069 }, | 1071 }, |
| 1070 } | 1072 } |
| OLD | NEW |