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