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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'common/content_settings.h', | 101 'common/content_settings.h', |
102 'common/content_settings_helper.cc', | 102 'common/content_settings_helper.cc', |
103 'common/content_settings_helper.h', | 103 'common/content_settings_helper.h', |
104 'common/content_settings_pattern.cc', | 104 'common/content_settings_pattern.cc', |
105 'common/content_settings_pattern.h', | 105 'common/content_settings_pattern.h', |
106 'common/content_settings_pattern_parser.cc', | 106 'common/content_settings_pattern_parser.cc', |
107 'common/content_settings_pattern_parser.h', | 107 'common/content_settings_pattern_parser.h', |
108 'common/content_settings_types.h', | 108 'common/content_settings_types.h', |
109 'common/custom_handlers/protocol_handler.cc', | 109 'common/custom_handlers/protocol_handler.cc', |
110 'common/custom_handlers/protocol_handler.h', | 110 'common/custom_handlers/protocol_handler.h', |
| 111 'common/extensions/command.cc', |
| 112 'common/extensions/command.h', |
111 'common/extensions/csp_validator.cc', | 113 'common/extensions/csp_validator.cc', |
112 'common/extensions/csp_validator.h', | 114 'common/extensions/csp_validator.h', |
113 'common/extensions/event_filter.cc', | 115 'common/extensions/event_filter.cc', |
114 'common/extensions/event_filter.h', | 116 'common/extensions/event_filter.h', |
115 'common/extensions/event_filtering_info.cc', | 117 'common/extensions/event_filtering_info.cc', |
116 'common/extensions/event_filtering_info.h', | 118 'common/extensions/event_filtering_info.h', |
117 'common/extensions/event_matcher.cc', | 119 'common/extensions/event_matcher.cc', |
118 'common/extensions/event_matcher.h', | 120 'common/extensions/event_matcher.h', |
119 'common/extensions/extension.cc', | 121 'common/extensions/extension.cc', |
120 'common/extensions/extension.h', | 122 'common/extensions/extension.h', |
121 'common/extensions/extension_action.cc', | 123 'common/extensions/extension_action.cc', |
122 'common/extensions/extension_action.h', | 124 'common/extensions/extension_action.h', |
123 'common/extensions/extension_commands.cc', | |
124 'common/extensions/extension_commands.h', | |
125 'common/extensions/extension_constants.cc', | 125 'common/extensions/extension_constants.cc', |
126 'common/extensions/extension_constants.h', | 126 'common/extensions/extension_constants.h', |
127 'common/extensions/extension_error_utils.cc', | 127 'common/extensions/extension_error_utils.cc', |
128 'common/extensions/extension_error_utils.h', | 128 'common/extensions/extension_error_utils.h', |
129 'common/extensions/extension_file_util.cc', | 129 'common/extensions/extension_file_util.cc', |
130 'common/extensions/extension_file_util.h', | 130 'common/extensions/extension_file_util.h', |
131 'common/extensions/extension_icon_set.cc', | 131 'common/extensions/extension_icon_set.cc', |
132 'common/extensions/extension_icon_set.h', | 132 'common/extensions/extension_icon_set.h', |
133 'common/extensions/extension_l10n_util.cc', | 133 'common/extensions/extension_l10n_util.cc', |
134 'common/extensions/extension_l10n_util.h', | 134 'common/extensions/extension_l10n_util.h', |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 'common/metrics/proto/user_action_event.proto', | 527 'common/metrics/proto/user_action_event.proto', |
528 ], | 528 ], |
529 'variables': { | 529 'variables': { |
530 'proto_in_dir': 'common/metrics/proto', | 530 'proto_in_dir': 'common/metrics/proto', |
531 'proto_out_dir': 'chrome/common/metrics/proto', | 531 'proto_out_dir': 'chrome/common/metrics/proto', |
532 }, | 532 }, |
533 'includes': [ '../build/protoc.gypi' ], | 533 'includes': [ '../build/protoc.gypi' ], |
534 }, | 534 }, |
535 ], | 535 ], |
536 } | 536 } |
OLD | NEW |