OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'common/extensions/chrome_extensions_client.h', | 158 'common/extensions/chrome_extensions_client.h', |
159 'common/extensions/chrome_manifest_handlers.cc', | 159 'common/extensions/chrome_manifest_handlers.cc', |
160 'common/extensions/chrome_manifest_handlers.h', | 160 'common/extensions/chrome_manifest_handlers.h', |
161 'common/extensions/command.cc', | 161 'common/extensions/command.cc', |
162 'common/extensions/command.h', | 162 'common/extensions/command.h', |
163 'common/extensions/dom_action_types.h', | 163 'common/extensions/dom_action_types.h', |
164 'common/extensions/extension_constants.cc', | 164 'common/extensions/extension_constants.cc', |
165 'common/extensions/extension_constants.h', | 165 'common/extensions/extension_constants.h', |
166 'common/extensions/extension_file_util.cc', | 166 'common/extensions/extension_file_util.cc', |
167 'common/extensions/extension_file_util.h', | 167 'common/extensions/extension_file_util.h', |
168 'common/extensions/extension_icon_set.cc', | |
169 'common/extensions/extension_icon_set.h', | |
170 'common/extensions/extension_l10n_util.cc', | 168 'common/extensions/extension_l10n_util.cc', |
171 'common/extensions/extension_l10n_util.h', | 169 'common/extensions/extension_l10n_util.h', |
172 'common/extensions/extension_process_policy.cc', | 170 'common/extensions/extension_process_policy.cc', |
173 'common/extensions/extension_process_policy.h', | 171 'common/extensions/extension_process_policy.h', |
174 'common/extensions/features/chrome_channel_feature_filter.cc', | 172 'common/extensions/features/chrome_channel_feature_filter.cc', |
175 'common/extensions/features/chrome_channel_feature_filter.h', | 173 'common/extensions/features/chrome_channel_feature_filter.h', |
176 'common/extensions/features/feature_channel.cc', | 174 'common/extensions/features/feature_channel.cc', |
177 'common/extensions/features/feature_channel.h', | 175 'common/extensions/features/feature_channel.h', |
178 'common/extensions/manifest_handler_helpers.cc', | 176 'common/extensions/manifest_handler_helpers.cc', |
179 'common/extensions/manifest_handler_helpers.h', | 177 'common/extensions/manifest_handler_helpers.h', |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 'common/metrics/proto/user_action_event.proto', | 707 'common/metrics/proto/user_action_event.proto', |
710 ], | 708 ], |
711 'variables': { | 709 'variables': { |
712 'proto_in_dir': 'common/metrics/proto', | 710 'proto_in_dir': 'common/metrics/proto', |
713 'proto_out_dir': 'chrome/common/metrics/proto', | 711 'proto_out_dir': 'chrome/common/metrics/proto', |
714 }, | 712 }, |
715 'includes': [ '../build/protoc.gypi' ], | 713 'includes': [ '../build/protoc.gypi' ], |
716 }, | 714 }, |
717 ], | 715 ], |
718 } | 716 } |
OLD | NEW |