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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'common/content_settings_pattern.h', | 117 'common/content_settings_pattern.h', |
118 'common/content_settings_pattern_parser.cc', | 118 'common/content_settings_pattern_parser.cc', |
119 'common/content_settings_pattern_parser.h', | 119 'common/content_settings_pattern_parser.h', |
120 'common/content_settings_types.h', | 120 'common/content_settings_types.h', |
121 'common/custom_handlers/protocol_handler.cc', | 121 'common/custom_handlers/protocol_handler.cc', |
122 'common/custom_handlers/protocol_handler.h', | 122 'common/custom_handlers/protocol_handler.h', |
123 'common/descriptors_android.h', | 123 'common/descriptors_android.h', |
124 'common/extensions/api/extension_api.cc', | 124 'common/extensions/api/extension_api.cc', |
125 'common/extensions/api/extension_api.h', | 125 'common/extensions/api/extension_api.h', |
126 'common/extensions/api/extension_api_stub.cc', | 126 'common/extensions/api/extension_api_stub.cc', |
| 127 'common/extensions/api/input_ime/input_components_handler.cc', |
| 128 'common/extensions/api/input_ime/input_components_handler.h', |
127 'common/extensions/api/omnibox/omnibox_handler.cc', | 129 'common/extensions/api/omnibox/omnibox_handler.cc', |
128 'common/extensions/api/omnibox/omnibox_handler.h', | 130 'common/extensions/api/omnibox/omnibox_handler.h', |
129 'common/extensions/command.cc', | 131 'common/extensions/command.cc', |
130 'common/extensions/command.h', | 132 'common/extensions/command.h', |
131 'common/extensions/csp_validator.cc', | 133 'common/extensions/csp_validator.cc', |
132 'common/extensions/csp_validator.h', | 134 'common/extensions/csp_validator.h', |
133 'common/extensions/draggable_region.cc', | 135 'common/extensions/draggable_region.cc', |
134 'common/extensions/draggable_region.h', | 136 'common/extensions/draggable_region.h', |
135 'common/extensions/event_filter.cc', | 137 'common/extensions/event_filter.cc', |
136 'common/extensions/event_filter.h', | 138 'common/extensions/event_filter.h', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'common/metrics/proto/user_action_event.proto', | 629 'common/metrics/proto/user_action_event.proto', |
628 ], | 630 ], |
629 'variables': { | 631 'variables': { |
630 'proto_in_dir': 'common/metrics/proto', | 632 'proto_in_dir': 'common/metrics/proto', |
631 'proto_out_dir': 'chrome/common/metrics/proto', | 633 'proto_out_dir': 'chrome/common/metrics/proto', |
632 }, | 634 }, |
633 'includes': [ '../build/protoc.gypi' ], | 635 'includes': [ '../build/protoc.gypi' ], |
634 }, | 636 }, |
635 ], | 637 ], |
636 } | 638 } |
OLD | NEW |