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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 '<(DEPTH)/ui/ui.gyp:ui_resources', | 51 '<(DEPTH)/ui/ui.gyp:ui_resources', |
52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
53 ], | 53 ], |
54 'sources': [ | 54 'sources': [ |
55 '../extensions/common/constants.cc', | 55 '../extensions/common/constants.cc', |
56 '../extensions/common/constants.h', | 56 '../extensions/common/constants.h', |
57 '../extensions/common/draggable_region.cc', | 57 '../extensions/common/draggable_region.cc', |
58 '../extensions/common/draggable_region.h', | 58 '../extensions/common/draggable_region.h', |
59 '../extensions/common/error_utils.cc', | 59 '../extensions/common/error_utils.cc', |
60 '../extensions/common/error_utils.h', | 60 '../extensions/common/error_utils.h', |
| 61 '../extensions/common/event_filter.cc', |
| 62 '../extensions/common/event_filter.h', |
| 63 '../extensions/common/event_filtering_info.cc', |
| 64 '../extensions/common/event_filtering_info.h', |
| 65 '../extensions/common/event_matcher.cc', |
| 66 '../extensions/common/event_matcher.h', |
61 '../extensions/common/install_warning.h', | 67 '../extensions/common/install_warning.h', |
62 '../extensions/common/install_warning.cc', | 68 '../extensions/common/install_warning.cc', |
63 '../extensions/common/matcher/regex_set_matcher.cc', | 69 '../extensions/common/matcher/regex_set_matcher.cc', |
64 '../extensions/common/matcher/regex_set_matcher.h', | 70 '../extensions/common/matcher/regex_set_matcher.h', |
65 '../extensions/common/matcher/string_pattern.cc', | 71 '../extensions/common/matcher/string_pattern.cc', |
66 '../extensions/common/matcher/string_pattern.h', | 72 '../extensions/common/matcher/string_pattern.h', |
67 '../extensions/common/matcher/substring_set_matcher.cc', | 73 '../extensions/common/matcher/substring_set_matcher.cc', |
68 '../extensions/common/matcher/substring_set_matcher.h', | 74 '../extensions/common/matcher/substring_set_matcher.h', |
69 '../extensions/common/matcher/url_matcher.cc', | 75 '../extensions/common/matcher/url_matcher.cc', |
70 '../extensions/common/matcher/url_matcher.h', | 76 '../extensions/common/matcher/url_matcher.h', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'common/extensions/api/file_handlers/file_handlers_parser.cc', | 173 'common/extensions/api/file_handlers/file_handlers_parser.cc', |
168 'common/extensions/api/file_handlers/file_handlers_parser.h', | 174 'common/extensions/api/file_handlers/file_handlers_parser.h', |
169 'common/extensions/api/omnibox/omnibox_handler.cc', | 175 'common/extensions/api/omnibox/omnibox_handler.cc', |
170 'common/extensions/api/omnibox/omnibox_handler.h', | 176 'common/extensions/api/omnibox/omnibox_handler.h', |
171 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 177 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
172 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 178 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
173 'common/extensions/command.cc', | 179 'common/extensions/command.cc', |
174 'common/extensions/command.h', | 180 'common/extensions/command.h', |
175 'common/extensions/csp_validator.cc', | 181 'common/extensions/csp_validator.cc', |
176 'common/extensions/csp_validator.h', | 182 'common/extensions/csp_validator.h', |
177 'common/extensions/event_filter.cc', | |
178 'common/extensions/event_filter.h', | |
179 'common/extensions/event_filtering_info.cc', | |
180 'common/extensions/event_filtering_info.h', | |
181 'common/extensions/event_matcher.cc', | |
182 'common/extensions/event_matcher.h', | |
183 'common/extensions/extension.cc', | 183 'common/extensions/extension.cc', |
184 'common/extensions/extension.h', | 184 'common/extensions/extension.h', |
185 'common/extensions/extension_constants.cc', | 185 'common/extensions/extension_constants.cc', |
186 'common/extensions/extension_constants.h', | 186 'common/extensions/extension_constants.h', |
187 'common/extensions/extension_file_util.cc', | 187 'common/extensions/extension_file_util.cc', |
188 'common/extensions/extension_file_util.h', | 188 'common/extensions/extension_file_util.h', |
189 'common/extensions/extension_icon_set.cc', | 189 'common/extensions/extension_icon_set.cc', |
190 'common/extensions/extension_icon_set.h', | 190 'common/extensions/extension_icon_set.h', |
191 'common/extensions/extension_l10n_util.cc', | 191 'common/extensions/extension_l10n_util.cc', |
192 'common/extensions/extension_l10n_util.h', | 192 'common/extensions/extension_l10n_util.h', |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/metrics/proto/user_action_event.proto', | 693 'common/metrics/proto/user_action_event.proto', |
694 ], | 694 ], |
695 'variables': { | 695 'variables': { |
696 'proto_in_dir': 'common/metrics/proto', | 696 'proto_in_dir': 'common/metrics/proto', |
697 'proto_out_dir': 'chrome/common/metrics/proto', | 697 'proto_out_dir': 'chrome/common/metrics/proto', |
698 }, | 698 }, |
699 'includes': [ '../build/protoc.gypi' ], | 699 'includes': [ '../build/protoc.gypi' ], |
700 }, | 700 }, |
701 ], | 701 ], |
702 } | 702 } |
OLD | NEW |