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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'common/extension_urls.h', | 75 'common/extension_urls.h', |
76 'common/extension_utility_messages.h', | 76 'common/extension_utility_messages.h', |
77 'common/extensions_client.cc', | 77 'common/extensions_client.cc', |
78 'common/extensions_client.h', | 78 'common/extensions_client.h', |
79 'common/feature_switch.cc', | 79 'common/feature_switch.cc', |
80 'common/feature_switch.h', | 80 'common/feature_switch.h', |
81 'common/features/api_feature.cc', | 81 'common/features/api_feature.cc', |
82 'common/features/api_feature.h', | 82 'common/features/api_feature.h', |
83 'common/features/base_feature_provider.cc', | 83 'common/features/base_feature_provider.cc', |
84 'common/features/base_feature_provider.h', | 84 'common/features/base_feature_provider.h', |
| 85 'common/features/json_feature_provider.cc', |
| 86 'common/features/json_feature_provider.h', |
85 'common/features/behavior_feature.cc', | 87 'common/features/behavior_feature.cc', |
86 'common/features/behavior_feature.h', | 88 'common/features/behavior_feature.h', |
87 'common/features/complex_feature.cc', | 89 'common/features/complex_feature.cc', |
88 'common/features/complex_feature.h', | 90 'common/features/complex_feature.h', |
89 'common/features/feature.cc', | 91 'common/features/feature.cc', |
90 'common/features/feature.h', | 92 'common/features/feature.h', |
91 'common/features/feature_provider.cc', | 93 'common/features/feature_provider.cc', |
92 'common/features/feature_provider.h', | 94 'common/features/feature_provider.h', |
93 'common/features/feature_util.h', | 95 'common/features/feature_util.h', |
94 'common/features/json_feature_provider_source.cc', | 96 'common/features/json_feature_provider_source.cc', |
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1136 'test/result_catcher.h', | 1138 'test/result_catcher.h', |
1137 'test/test_content_utility_client.cc', | 1139 'test/test_content_utility_client.cc', |
1138 'test/test_content_utility_client.h', | 1140 'test/test_content_utility_client.h', |
1139 'test/test_extensions_client.cc', | 1141 'test/test_extensions_client.cc', |
1140 'test/test_extensions_client.h', | 1142 'test/test_extensions_client.h', |
1141 'test/test_permission_message_provider.cc', | 1143 'test/test_permission_message_provider.cc', |
1142 'test/test_permission_message_provider.h', | 1144 'test/test_permission_message_provider.h', |
1143 ], | 1145 ], |
1144 }, | 1146 }, |
1145 } | 1147 } |
OLD | NEW |