| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'common/extensions/csp_validator.h', | 118 'common/extensions/csp_validator.h', |
| 119 'common/extensions/draggable_region.h', | 119 'common/extensions/draggable_region.h', |
| 120 'common/extensions/event_filter.cc', | 120 'common/extensions/event_filter.cc', |
| 121 'common/extensions/event_filter.h', | 121 'common/extensions/event_filter.h', |
| 122 'common/extensions/event_filtering_info.cc', | 122 'common/extensions/event_filtering_info.cc', |
| 123 'common/extensions/event_filtering_info.h', | 123 'common/extensions/event_filtering_info.h', |
| 124 'common/extensions/event_matcher.cc', | 124 'common/extensions/event_matcher.cc', |
| 125 'common/extensions/event_matcher.h', | 125 'common/extensions/event_matcher.h', |
| 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', | |
| 129 'common/extensions/extension_action.h', | |
| 130 'common/extensions/extension_constants.cc', | 128 'common/extensions/extension_constants.cc', |
| 131 'common/extensions/extension_constants.h', | 129 'common/extensions/extension_constants.h', |
| 132 'common/extensions/extension_error_utils.cc', | 130 'common/extensions/extension_error_utils.cc', |
| 133 'common/extensions/extension_error_utils.h', | 131 'common/extensions/extension_error_utils.h', |
| 134 'common/extensions/extension_file_util.cc', | 132 'common/extensions/extension_file_util.cc', |
| 135 'common/extensions/extension_file_util.h', | 133 'common/extensions/extension_file_util.h', |
| 136 'common/extensions/extension_icon_set.cc', | 134 'common/extensions/extension_icon_set.cc', |
| 137 'common/extensions/extension_icon_set.h', | 135 'common/extensions/extension_icon_set.h', |
| 138 'common/extensions/extension_l10n_util.cc', | 136 'common/extensions/extension_l10n_util.cc', |
| 139 'common/extensions/extension_l10n_util.h', | 137 'common/extensions/extension_l10n_util.h', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'common/metrics/proto/user_action_event.proto', | 524 'common/metrics/proto/user_action_event.proto', |
| 527 ], | 525 ], |
| 528 'variables': { | 526 'variables': { |
| 529 'proto_in_dir': 'common/metrics/proto', | 527 'proto_in_dir': 'common/metrics/proto', |
| 530 'proto_out_dir': 'chrome/common/metrics/proto', | 528 'proto_out_dir': 'chrome/common/metrics/proto', |
| 531 }, | 529 }, |
| 532 'includes': [ '../build/protoc.gypi' ], | 530 'includes': [ '../build/protoc.gypi' ], |
| 533 }, | 531 }, |
| 534 ], | 532 ], |
| 535 } | 533 } |
| OLD | NEW |