| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'common/extensions/background_info.cc', | 201 'common/extensions/background_info.cc', |
| 202 'common/extensions/background_info.h', | 202 'common/extensions/background_info.h', |
| 203 'common/extensions/chrome_manifest_handlers.cc', | 203 'common/extensions/chrome_manifest_handlers.cc', |
| 204 'common/extensions/chrome_manifest_handlers.h', | 204 'common/extensions/chrome_manifest_handlers.h', |
| 205 'common/extensions/command.cc', | 205 'common/extensions/command.cc', |
| 206 'common/extensions/command.h', | 206 'common/extensions/command.h', |
| 207 'common/extensions/csp_handler.cc', | 207 'common/extensions/csp_handler.cc', |
| 208 'common/extensions/csp_handler.h', | 208 'common/extensions/csp_handler.h', |
| 209 'common/extensions/csp_validator.cc', | 209 'common/extensions/csp_validator.cc', |
| 210 'common/extensions/csp_validator.h', | 210 'common/extensions/csp_validator.h', |
| 211 'common/extensions/dom_action_types.h', |
| 211 'common/extensions/extension.cc', | 212 'common/extensions/extension.cc', |
| 212 'common/extensions/extension.h', | 213 'common/extensions/extension.h', |
| 213 'common/extensions/extension_constants.cc', | 214 'common/extensions/extension_constants.cc', |
| 214 'common/extensions/extension_constants.h', | 215 'common/extensions/extension_constants.h', |
| 215 'common/extensions/extension_file_util.cc', | 216 'common/extensions/extension_file_util.cc', |
| 216 'common/extensions/extension_file_util.h', | 217 'common/extensions/extension_file_util.h', |
| 217 'common/extensions/extension_icon_set.cc', | 218 'common/extensions/extension_icon_set.cc', |
| 218 'common/extensions/extension_icon_set.h', | 219 'common/extensions/extension_icon_set.h', |
| 219 'common/extensions/extension_l10n_util.cc', | 220 'common/extensions/extension_l10n_util.cc', |
| 220 'common/extensions/extension_l10n_util.h', | 221 'common/extensions/extension_l10n_util.h', |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 'common/metrics/proto/user_action_event.proto', | 753 'common/metrics/proto/user_action_event.proto', |
| 753 ], | 754 ], |
| 754 'variables': { | 755 'variables': { |
| 755 'proto_in_dir': 'common/metrics/proto', | 756 'proto_in_dir': 'common/metrics/proto', |
| 756 'proto_out_dir': 'chrome/common/metrics/proto', | 757 'proto_out_dir': 'chrome/common/metrics/proto', |
| 757 }, | 758 }, |
| 758 'includes': [ '../build/protoc.gypi' ], | 759 'includes': [ '../build/protoc.gypi' ], |
| 759 }, | 760 }, |
| 760 ], | 761 ], |
| 761 } | 762 } |
| OLD | NEW |