| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'common/extensions/extension_messages.cc', | 146 'common/extensions/extension_messages.cc', |
| 147 'common/extensions/extension_messages.h', | 147 'common/extensions/extension_messages.h', |
| 148 'common/extensions/extension_process_policy.cc', | 148 'common/extensions/extension_process_policy.cc', |
| 149 'common/extensions/extension_process_policy.h', | 149 'common/extensions/extension_process_policy.h', |
| 150 'common/extensions/extension_resource.cc', | 150 'common/extensions/extension_resource.cc', |
| 151 'common/extensions/extension_resource.h', | 151 'common/extensions/extension_resource.h', |
| 152 'common/extensions/extension_set.cc', | 152 'common/extensions/extension_set.cc', |
| 153 'common/extensions/extension_set.h', | 153 'common/extensions/extension_set.h', |
| 154 'common/extensions/extension_switch_utils.cc', | 154 'common/extensions/extension_switch_utils.cc', |
| 155 'common/extensions/extension_switch_utils.h', | 155 'common/extensions/extension_switch_utils.h', |
| 156 'common/extensions/feature_switch.cc', |
| 157 'common/extensions/feature_switch.h', |
| 156 'common/extensions/features/feature.cc', | 158 'common/extensions/features/feature.cc', |
| 157 'common/extensions/features/feature.h', | 159 'common/extensions/features/feature.h', |
| 158 'common/extensions/features/feature_provider.h', | 160 'common/extensions/features/feature_provider.h', |
| 159 'common/extensions/features/manifest_feature.cc', | 161 'common/extensions/features/manifest_feature.cc', |
| 160 'common/extensions/features/manifest_feature.h', | 162 'common/extensions/features/manifest_feature.h', |
| 161 'common/extensions/features/permission_feature.cc', | 163 'common/extensions/features/permission_feature.cc', |
| 162 'common/extensions/features/permission_feature.h', | 164 'common/extensions/features/permission_feature.h', |
| 163 'common/extensions/features/simple_feature_provider.cc', | 165 'common/extensions/features/simple_feature_provider.cc', |
| 164 'common/extensions/features/simple_feature_provider.h', | 166 'common/extensions/features/simple_feature_provider.h', |
| 165 'common/extensions/file_browser_handler.cc', | 167 'common/extensions/file_browser_handler.cc', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'common/metrics/proto/user_action_event.proto', | 538 'common/metrics/proto/user_action_event.proto', |
| 537 ], | 539 ], |
| 538 'variables': { | 540 'variables': { |
| 539 'proto_in_dir': 'common/metrics/proto', | 541 'proto_in_dir': 'common/metrics/proto', |
| 540 'proto_out_dir': 'chrome/common/metrics/proto', | 542 'proto_out_dir': 'chrome/common/metrics/proto', |
| 541 }, | 543 }, |
| 542 'includes': [ '../build/protoc.gypi' ], | 544 'includes': [ '../build/protoc.gypi' ], |
| 543 }, | 545 }, |
| 544 ], | 546 ], |
| 545 } | 547 } |
| OLD | NEW |