| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'common/switches.cc', | 203 'common/switches.cc', |
| 204 'common/switches.h', | 204 'common/switches.h', |
| 205 'common/update_manifest.cc', | 205 'common/update_manifest.cc', |
| 206 'common/update_manifest.h', | 206 'common/update_manifest.h', |
| 207 'common/url_pattern.cc', | 207 'common/url_pattern.cc', |
| 208 'common/url_pattern.h', | 208 'common/url_pattern.h', |
| 209 'common/url_pattern_set.cc', | 209 'common/url_pattern_set.cc', |
| 210 'common/url_pattern_set.h', | 210 'common/url_pattern_set.h', |
| 211 'common/user_script.cc', | 211 'common/user_script.cc', |
| 212 'common/user_script.h', | 212 'common/user_script.h', |
| 213 'common/value_builder.cc', |
| 214 'common/value_builder.h', |
| 213 'common/value_counter.cc', | 215 'common/value_counter.cc', |
| 214 'common/value_counter.h', | 216 'common/value_counter.h', |
| 215 'common/view_type.cc', | 217 'common/view_type.cc', |
| 216 'common/view_type.h', | 218 'common/view_type.h', |
| 217 ], | 219 ], |
| 218 'extensions_common_sources_nacl': [ | 220 'extensions_common_sources_nacl': [ |
| 219 'common/manifest_handlers/nacl_modules_handler.cc', | 221 'common/manifest_handlers/nacl_modules_handler.cc', |
| 220 'common/manifest_handlers/nacl_modules_handler.h', | 222 'common/manifest_handlers/nacl_modules_handler.h', |
| 221 ], | 223 ], |
| 222 'extensions_common_sources_openssl': [ | 224 'extensions_common_sources_openssl': [ |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 'browser/test_management_policy.cc', | 1010 'browser/test_management_policy.cc', |
| 1009 'browser/test_management_policy.h', | 1011 'browser/test_management_policy.h', |
| 1010 'browser/test_runtime_api_delegate.cc', | 1012 'browser/test_runtime_api_delegate.cc', |
| 1011 'browser/test_runtime_api_delegate.h', | 1013 'browser/test_runtime_api_delegate.h', |
| 1012 'common/extension_builder.cc', | 1014 'common/extension_builder.cc', |
| 1013 'common/extension_builder.h', | 1015 'common/extension_builder.h', |
| 1014 'common/manifest_test.cc', | 1016 'common/manifest_test.cc', |
| 1015 'common/manifest_test.h', | 1017 'common/manifest_test.h', |
| 1016 'common/test_util.cc', | 1018 'common/test_util.cc', |
| 1017 'common/test_util.h', | 1019 'common/test_util.h', |
| 1018 'common/value_builder.cc', | |
| 1019 'common/value_builder.h', | |
| 1020 'renderer/test_extensions_renderer_client.cc', | 1020 'renderer/test_extensions_renderer_client.cc', |
| 1021 'renderer/test_extensions_renderer_client.h', | 1021 'renderer/test_extensions_renderer_client.h', |
| 1022 'test/extension_test_message_listener.cc', | 1022 'test/extension_test_message_listener.cc', |
| 1023 'test/extension_test_message_listener.h', | 1023 'test/extension_test_message_listener.h', |
| 1024 'test/result_catcher.cc', | 1024 'test/result_catcher.cc', |
| 1025 'test/result_catcher.h', | 1025 'test/result_catcher.h', |
| 1026 'test/test_content_utility_client.cc', | 1026 'test/test_content_utility_client.cc', |
| 1027 'test/test_content_utility_client.h', | 1027 'test/test_content_utility_client.h', |
| 1028 'test/test_extensions_client.cc', | 1028 'test/test_extensions_client.cc', |
| 1029 'test/test_extensions_client.h', | 1029 'test/test_extensions_client.h', |
| 1030 'test/test_permission_message_provider.cc', | 1030 'test/test_permission_message_provider.cc', |
| 1031 'test/test_permission_message_provider.h', | 1031 'test/test_permission_message_provider.h', |
| 1032 ], | 1032 ], |
| 1033 }, | 1033 }, |
| 1034 } | 1034 } |
| OLD | NEW |