| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'common/extensions/extension_manifest_constants.cc', | 216 'common/extensions/extension_manifest_constants.cc', |
| 217 'common/extensions/extension_manifest_constants.h', | 217 'common/extensions/extension_manifest_constants.h', |
| 218 'common/extensions/extension_messages.cc', | 218 'common/extensions/extension_messages.cc', |
| 219 'common/extensions/extension_messages.h', | 219 'common/extensions/extension_messages.h', |
| 220 'common/extensions/extension_process_policy.cc', | 220 'common/extensions/extension_process_policy.cc', |
| 221 'common/extensions/extension_process_policy.h', | 221 'common/extensions/extension_process_policy.h', |
| 222 'common/extensions/extension_set.cc', | 222 'common/extensions/extension_set.cc', |
| 223 'common/extensions/extension_set.h', | 223 'common/extensions/extension_set.h', |
| 224 'common/extensions/feature_switch.cc', | 224 'common/extensions/feature_switch.cc', |
| 225 'common/extensions/feature_switch.h', | 225 'common/extensions/feature_switch.h', |
| 226 'common/extensions/features/api_feature.cc', |
| 227 'common/extensions/features/api_feature.h', |
| 226 'common/extensions/features/base_feature_provider.cc', | 228 'common/extensions/features/base_feature_provider.cc', |
| 227 'common/extensions/features/base_feature_provider.h', | 229 'common/extensions/features/base_feature_provider.h', |
| 228 'common/extensions/features/complex_feature.cc', | 230 'common/extensions/features/complex_feature.cc', |
| 229 'common/extensions/features/complex_feature.h', | 231 'common/extensions/features/complex_feature.h', |
| 230 'common/extensions/features/feature.cc', | 232 'common/extensions/features/feature.cc', |
| 231 'common/extensions/features/feature.h', | 233 'common/extensions/features/feature.h', |
| 232 'common/extensions/features/feature_provider.h', | 234 'common/extensions/features/feature_provider.h', |
| 233 'common/extensions/features/manifest_feature.cc', | 235 'common/extensions/features/manifest_feature.cc', |
| 234 'common/extensions/features/manifest_feature.h', | 236 'common/extensions/features/manifest_feature.h', |
| 235 'common/extensions/features/permission_feature.cc', | 237 'common/extensions/features/permission_feature.cc', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'common/metrics/proto/user_action_event.proto', | 730 'common/metrics/proto/user_action_event.proto', |
| 729 ], | 731 ], |
| 730 'variables': { | 732 'variables': { |
| 731 'proto_in_dir': 'common/metrics/proto', | 733 'proto_in_dir': 'common/metrics/proto', |
| 732 'proto_out_dir': 'chrome/common/metrics/proto', | 734 'proto_out_dir': 'chrome/common/metrics/proto', |
| 733 }, | 735 }, |
| 734 'includes': [ '../build/protoc.gypi' ], | 736 'includes': [ '../build/protoc.gypi' ], |
| 735 }, | 737 }, |
| 736 ], | 738 ], |
| 737 } | 739 } |
| OLD | NEW |