OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'common', | 8 'target_name': 'common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { | 10 'variables': { |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'common/extensions/extension_file_util.cc', | 131 'common/extensions/extension_file_util.cc', |
132 'common/extensions/extension_file_util.h', | 132 'common/extensions/extension_file_util.h', |
133 'common/extensions/extension_icon_set.cc', | 133 'common/extensions/extension_icon_set.cc', |
134 'common/extensions/extension_icon_set.h', | 134 'common/extensions/extension_icon_set.h', |
135 'common/extensions/extension_l10n_util.cc', | 135 'common/extensions/extension_l10n_util.cc', |
136 'common/extensions/extension_l10n_util.h', | 136 'common/extensions/extension_l10n_util.h', |
137 'common/extensions/extension_localization_peer.cc', | 137 'common/extensions/extension_localization_peer.cc', |
138 'common/extensions/extension_localization_peer.h', | 138 'common/extensions/extension_localization_peer.h', |
139 'common/extensions/extension_manifest_constants.cc', | 139 'common/extensions/extension_manifest_constants.cc', |
140 'common/extensions/extension_manifest_constants.h', | 140 'common/extensions/extension_manifest_constants.h', |
141 'common/extensions/extension_message_bundle.cc', | |
142 'common/extensions/extension_message_bundle.h', | |
143 'common/extensions/extension_messages.cc', | 141 'common/extensions/extension_messages.cc', |
144 'common/extensions/extension_messages.h', | 142 'common/extensions/extension_messages.h', |
145 'common/extensions/extension_process_policy.cc', | 143 'common/extensions/extension_process_policy.cc', |
146 'common/extensions/extension_process_policy.h', | 144 'common/extensions/extension_process_policy.h', |
147 'common/extensions/extension_resource.cc', | 145 'common/extensions/extension_resource.cc', |
148 'common/extensions/extension_resource.h', | 146 'common/extensions/extension_resource.h', |
149 'common/extensions/extension_set.cc', | 147 'common/extensions/extension_set.cc', |
150 'common/extensions/extension_set.h', | 148 'common/extensions/extension_set.h', |
151 'common/extensions/extension_switch_utils.cc', | 149 'common/extensions/extension_switch_utils.cc', |
152 'common/extensions/extension_switch_utils.h', | 150 'common/extensions/extension_switch_utils.h', |
(...skipping 13 matching lines...) Expand all Loading... |
166 'common/extensions/matcher/substring_set_matcher.cc', | 164 'common/extensions/matcher/substring_set_matcher.cc', |
167 'common/extensions/matcher/substring_set_matcher.h', | 165 'common/extensions/matcher/substring_set_matcher.h', |
168 'common/extensions/matcher/url_matcher.cc', | 166 'common/extensions/matcher/url_matcher.cc', |
169 'common/extensions/matcher/url_matcher.h', | 167 'common/extensions/matcher/url_matcher.h', |
170 'common/extensions/matcher/url_matcher_constants.cc', | 168 'common/extensions/matcher/url_matcher_constants.cc', |
171 'common/extensions/matcher/url_matcher_constants.h', | 169 'common/extensions/matcher/url_matcher_constants.h', |
172 'common/extensions/matcher/url_matcher_factory.cc', | 170 'common/extensions/matcher/url_matcher_factory.cc', |
173 'common/extensions/matcher/url_matcher_factory.h', | 171 'common/extensions/matcher/url_matcher_factory.h', |
174 'common/extensions/matcher/url_matcher_helpers.cc', | 172 'common/extensions/matcher/url_matcher_helpers.cc', |
175 'common/extensions/matcher/url_matcher_helpers.h', | 173 'common/extensions/matcher/url_matcher_helpers.h', |
| 174 'common/extensions/message_bundle.cc', |
| 175 'common/extensions/message_bundle.h', |
176 'common/extensions/permissions/api_permission.cc', | 176 'common/extensions/permissions/api_permission.cc', |
177 'common/extensions/permissions/api_permission.h', | 177 'common/extensions/permissions/api_permission.h', |
178 'common/extensions/permissions/permission_message.cc', | 178 'common/extensions/permissions/permission_message.cc', |
179 'common/extensions/permissions/permission_message.h', | 179 'common/extensions/permissions/permission_message.h', |
180 'common/extensions/permissions/permission_set.cc', | 180 'common/extensions/permissions/permission_set.cc', |
181 'common/extensions/permissions/permission_set.h', | 181 'common/extensions/permissions/permission_set.h', |
182 'common/extensions/permissions/permissions_info.cc', | 182 'common/extensions/permissions/permissions_info.cc', |
183 'common/extensions/permissions/permissions_info.h', | 183 'common/extensions/permissions/permissions_info.h', |
184 'common/extensions/unpacker.cc', | 184 'common/extensions/unpacker.cc', |
185 'common/extensions/unpacker.h', | 185 'common/extensions/unpacker.h', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'common/metrics/proto/user_action_event.proto', | 537 'common/metrics/proto/user_action_event.proto', |
538 ], | 538 ], |
539 'variables': { | 539 'variables': { |
540 'proto_in_dir': 'common/metrics/proto', | 540 'proto_in_dir': 'common/metrics/proto', |
541 'proto_out_dir': 'chrome/common/metrics/proto', | 541 'proto_out_dir': 'chrome/common/metrics/proto', |
542 }, | 542 }, |
543 'includes': [ '../build/protoc.gypi' ], | 543 'includes': [ '../build/protoc.gypi' ], |
544 }, | 544 }, |
545 ], | 545 ], |
546 } | 546 } |
OLD | NEW |