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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'common/extensions/extension_icon_set.cc', | 180 'common/extensions/extension_icon_set.cc', |
181 'common/extensions/extension_icon_set.h', | 181 'common/extensions/extension_icon_set.h', |
182 'common/extensions/extension_l10n_util.cc', | 182 'common/extensions/extension_l10n_util.cc', |
183 'common/extensions/extension_l10n_util.h', | 183 'common/extensions/extension_l10n_util.h', |
184 'common/extensions/extension_messages.cc', | 184 'common/extensions/extension_messages.cc', |
185 'common/extensions/extension_messages.h', | 185 'common/extensions/extension_messages.h', |
186 'common/extensions/extension_process_policy.cc', | 186 'common/extensions/extension_process_policy.cc', |
187 'common/extensions/extension_process_policy.h', | 187 'common/extensions/extension_process_policy.h', |
188 'common/extensions/extension_set.cc', | 188 'common/extensions/extension_set.cc', |
189 'common/extensions/extension_set.h', | 189 'common/extensions/extension_set.h', |
190 'common/extensions/feature_switch.cc', | |
191 'common/extensions/feature_switch.h', | |
192 'common/extensions/features/api_feature.cc', | 190 'common/extensions/features/api_feature.cc', |
193 'common/extensions/features/api_feature.h', | 191 'common/extensions/features/api_feature.h', |
194 'common/extensions/features/base_feature_provider.cc', | 192 'common/extensions/features/base_feature_provider.cc', |
195 'common/extensions/features/base_feature_provider.h', | 193 'common/extensions/features/base_feature_provider.h', |
196 'common/extensions/features/complex_feature.cc', | 194 'common/extensions/features/complex_feature.cc', |
197 'common/extensions/features/complex_feature.h', | 195 'common/extensions/features/complex_feature.h', |
198 'common/extensions/features/feature_channel.cc', | 196 'common/extensions/features/feature_channel.cc', |
199 'common/extensions/features/feature_channel.h', | 197 'common/extensions/features/feature_channel.h', |
200 'common/extensions/features/manifest_feature.cc', | 198 'common/extensions/features/manifest_feature.cc', |
201 'common/extensions/features/manifest_feature.h', | 199 'common/extensions/features/manifest_feature.h', |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 'common/metrics/proto/user_action_event.proto', | 781 'common/metrics/proto/user_action_event.proto', |
784 ], | 782 ], |
785 'variables': { | 783 'variables': { |
786 'proto_in_dir': 'common/metrics/proto', | 784 'proto_in_dir': 'common/metrics/proto', |
787 'proto_out_dir': 'chrome/common/metrics/proto', | 785 'proto_out_dir': 'chrome/common/metrics/proto', |
788 }, | 786 }, |
789 'includes': [ '../build/protoc.gypi' ], | 787 'includes': [ '../build/protoc.gypi' ], |
790 }, | 788 }, |
791 ], | 789 ], |
792 } | 790 } |
OLD | NEW |