| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'common/extensions/extension_file_util.cc', | 173 'common/extensions/extension_file_util.cc', |
| 174 'common/extensions/extension_file_util.h', | 174 'common/extensions/extension_file_util.h', |
| 175 'common/extensions/extension_icon_set.cc', | 175 'common/extensions/extension_icon_set.cc', |
| 176 'common/extensions/extension_icon_set.h', | 176 'common/extensions/extension_icon_set.h', |
| 177 'common/extensions/extension_l10n_util.cc', | 177 'common/extensions/extension_l10n_util.cc', |
| 178 'common/extensions/extension_l10n_util.h', | 178 'common/extensions/extension_l10n_util.h', |
| 179 'common/extensions/extension_messages.cc', | 179 'common/extensions/extension_messages.cc', |
| 180 'common/extensions/extension_messages.h', | 180 'common/extensions/extension_messages.h', |
| 181 'common/extensions/extension_process_policy.cc', | 181 'common/extensions/extension_process_policy.cc', |
| 182 'common/extensions/extension_process_policy.h', | 182 'common/extensions/extension_process_policy.h', |
| 183 'common/extensions/extension_set.cc', | |
| 184 'common/extensions/extension_set.h', | |
| 185 'common/extensions/features/api_feature.cc', | 183 'common/extensions/features/api_feature.cc', |
| 186 'common/extensions/features/api_feature.h', | 184 'common/extensions/features/api_feature.h', |
| 187 'common/extensions/features/base_feature_provider.cc', | 185 'common/extensions/features/base_feature_provider.cc', |
| 188 'common/extensions/features/base_feature_provider.h', | 186 'common/extensions/features/base_feature_provider.h', |
| 189 'common/extensions/features/complex_feature.cc', | 187 'common/extensions/features/complex_feature.cc', |
| 190 'common/extensions/features/complex_feature.h', | 188 'common/extensions/features/complex_feature.h', |
| 191 'common/extensions/features/feature_channel.cc', | 189 'common/extensions/features/feature_channel.cc', |
| 192 'common/extensions/features/feature_channel.h', | 190 'common/extensions/features/feature_channel.h', |
| 193 'common/extensions/features/manifest_feature.cc', | 191 'common/extensions/features/manifest_feature.cc', |
| 194 'common/extensions/features/manifest_feature.h', | 192 'common/extensions/features/manifest_feature.h', |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'common/metrics/proto/user_action_event.proto', | 758 'common/metrics/proto/user_action_event.proto', |
| 761 ], | 759 ], |
| 762 'variables': { | 760 'variables': { |
| 763 'proto_in_dir': 'common/metrics/proto', | 761 'proto_in_dir': 'common/metrics/proto', |
| 764 'proto_out_dir': 'chrome/common/metrics/proto', | 762 'proto_out_dir': 'chrome/common/metrics/proto', |
| 765 }, | 763 }, |
| 766 'includes': [ '../build/protoc.gypi' ], | 764 'includes': [ '../build/protoc.gypi' ], |
| 767 }, | 765 }, |
| 768 ], | 766 ], |
| 769 } | 767 } |
| OLD | NEW |