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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/csp_validator.cc', | 111 'common/extensions/csp_validator.cc', |
112 'common/extensions/csp_validator.h', | 112 'common/extensions/csp_validator.h', |
| 113 'common/extensions/event_filter.cc', |
| 114 'common/extensions/event_filter.h', |
| 115 'common/extensions/event_filtering_info.cc', |
| 116 'common/extensions/event_filtering_info.h', |
| 117 'common/extensions/event_matcher.cc', |
| 118 'common/extensions/event_matcher.h', |
113 'common/extensions/extension.cc', | 119 'common/extensions/extension.cc', |
114 'common/extensions/extension.h', | 120 'common/extensions/extension.h', |
115 'common/extensions/extension_action.cc', | 121 'common/extensions/extension_action.cc', |
116 'common/extensions/extension_action.h', | 122 'common/extensions/extension_action.h', |
117 'common/extensions/extension_commands.cc', | 123 'common/extensions/extension_commands.cc', |
118 'common/extensions/extension_commands.h', | 124 'common/extensions/extension_commands.h', |
119 'common/extensions/extension_constants.cc', | 125 'common/extensions/extension_constants.cc', |
120 'common/extensions/extension_constants.h', | 126 'common/extensions/extension_constants.h', |
121 'common/extensions/extension_error_utils.cc', | 127 'common/extensions/extension_error_utils.cc', |
122 'common/extensions/extension_error_utils.h', | 128 'common/extensions/extension_error_utils.h', |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'common/metrics/proto/user_action_event.proto', | 527 'common/metrics/proto/user_action_event.proto', |
522 ], | 528 ], |
523 'variables': { | 529 'variables': { |
524 'proto_in_dir': 'common/metrics/proto', | 530 'proto_in_dir': 'common/metrics/proto', |
525 'proto_out_dir': 'chrome/common/metrics/proto', | 531 'proto_out_dir': 'chrome/common/metrics/proto', |
526 }, | 532 }, |
527 'includes': [ '../build/protoc.gypi' ], | 533 'includes': [ '../build/protoc.gypi' ], |
528 }, | 534 }, |
529 ], | 535 ], |
530 } | 536 } |
OLD | NEW |