| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'common/extensions/extension.cc', | 126 'common/extensions/extension.cc', |
| 127 'common/extensions/extension.h', | 127 'common/extensions/extension.h', |
| 128 'common/extensions/extension_action.cc', | 128 'common/extensions/extension_action.cc', |
| 129 'common/extensions/extension_action.h', | 129 'common/extensions/extension_action.h', |
| 130 'common/extensions/extension_constants.cc', | 130 'common/extensions/extension_constants.cc', |
| 131 'common/extensions/extension_constants.h', | 131 'common/extensions/extension_constants.h', |
| 132 'common/extensions/extension_error_utils.cc', | 132 'common/extensions/extension_error_utils.cc', |
| 133 'common/extensions/extension_error_utils.h', | 133 'common/extensions/extension_error_utils.h', |
| 134 'common/extensions/extension_file_util.cc', | 134 'common/extensions/extension_file_util.cc', |
| 135 'common/extensions/extension_file_util.h', | 135 'common/extensions/extension_file_util.h', |
| 136 'common/extensions/extension_icon_factory_delegate.h', |
| 136 'common/extensions/extension_icon_set.cc', | 137 'common/extensions/extension_icon_set.cc', |
| 137 'common/extensions/extension_icon_set.h', | 138 'common/extensions/extension_icon_set.h', |
| 138 'common/extensions/extension_l10n_util.cc', | 139 'common/extensions/extension_l10n_util.cc', |
| 139 'common/extensions/extension_l10n_util.h', | 140 'common/extensions/extension_l10n_util.h', |
| 140 'common/extensions/extension_localization_peer.cc', | 141 'common/extensions/extension_localization_peer.cc', |
| 141 'common/extensions/extension_localization_peer.h', | 142 'common/extensions/extension_localization_peer.h', |
| 142 'common/extensions/extension_manifest_constants.cc', | 143 'common/extensions/extension_manifest_constants.cc', |
| 143 'common/extensions/extension_manifest_constants.h', | 144 'common/extensions/extension_manifest_constants.h', |
| 144 'common/extensions/extension_messages.cc', | 145 'common/extensions/extension_messages.cc', |
| 145 'common/extensions/extension_messages.h', | 146 'common/extensions/extension_messages.h', |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'common/metrics/proto/user_action_event.proto', | 527 'common/metrics/proto/user_action_event.proto', |
| 527 ], | 528 ], |
| 528 'variables': { | 529 'variables': { |
| 529 'proto_in_dir': 'common/metrics/proto', | 530 'proto_in_dir': 'common/metrics/proto', |
| 530 'proto_out_dir': 'chrome/common/metrics/proto', | 531 'proto_out_dir': 'chrome/common/metrics/proto', |
| 531 }, | 532 }, |
| 532 'includes': [ '../build/protoc.gypi' ], | 533 'includes': [ '../build/protoc.gypi' ], |
| 533 }, | 534 }, |
| 534 ], | 535 ], |
| 535 } | 536 } |
| OLD | NEW |