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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'common/content_settings_pattern.h', | 107 'common/content_settings_pattern.h', |
108 'common/content_settings_pattern_parser.cc', | 108 'common/content_settings_pattern_parser.cc', |
109 'common/content_settings_pattern_parser.h', | 109 'common/content_settings_pattern_parser.h', |
110 'common/content_settings_types.h', | 110 'common/content_settings_types.h', |
111 'common/custom_handlers/protocol_handler.cc', | 111 'common/custom_handlers/protocol_handler.cc', |
112 'common/custom_handlers/protocol_handler.h', | 112 'common/custom_handlers/protocol_handler.h', |
113 'common/extensions/command.cc', | 113 'common/extensions/command.cc', |
114 'common/extensions/command.h', | 114 'common/extensions/command.h', |
115 'common/extensions/csp_validator.cc', | 115 'common/extensions/csp_validator.cc', |
116 'common/extensions/csp_validator.h', | 116 'common/extensions/csp_validator.h', |
| 117 'common/extensions/draggable_region.h', |
117 'common/extensions/event_filter.cc', | 118 'common/extensions/event_filter.cc', |
118 'common/extensions/event_filter.h', | 119 'common/extensions/event_filter.h', |
119 'common/extensions/event_filtering_info.cc', | 120 'common/extensions/event_filtering_info.cc', |
120 'common/extensions/event_filtering_info.h', | 121 'common/extensions/event_filtering_info.h', |
121 'common/extensions/event_matcher.cc', | 122 'common/extensions/event_matcher.cc', |
122 'common/extensions/event_matcher.h', | 123 'common/extensions/event_matcher.h', |
123 'common/extensions/extension.cc', | 124 'common/extensions/extension.cc', |
124 'common/extensions/extension.h', | 125 'common/extensions/extension.h', |
125 'common/extensions/extension_action.cc', | 126 'common/extensions/extension_action.cc', |
126 'common/extensions/extension_action.h', | 127 'common/extensions/extension_action.h', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'common/metrics/proto/user_action_event.proto', | 540 'common/metrics/proto/user_action_event.proto', |
540 ], | 541 ], |
541 'variables': { | 542 'variables': { |
542 'proto_in_dir': 'common/metrics/proto', | 543 'proto_in_dir': 'common/metrics/proto', |
543 'proto_out_dir': 'chrome/common/metrics/proto', | 544 'proto_out_dir': 'chrome/common/metrics/proto', |
544 }, | 545 }, |
545 'includes': [ '../build/protoc.gypi' ], | 546 'includes': [ '../build/protoc.gypi' ], |
546 }, | 547 }, |
547 ], | 548 ], |
548 } | 549 } |
OLD | NEW |