OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'common/extensions/api/input_ime/input_components_handler.cc', | 138 'common/extensions/api/input_ime/input_components_handler.cc', |
139 'common/extensions/api/input_ime/input_components_handler.h', | 139 'common/extensions/api/input_ime/input_components_handler.h', |
140 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', | 140 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', |
141 'common/extensions/api/managed_mode_private/managed_mode_handler.h', | 141 'common/extensions/api/managed_mode_private/managed_mode_handler.h', |
142 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', | 142 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', |
143 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', | 143 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', |
144 'common/extensions/api/omnibox/omnibox_handler.cc', | 144 'common/extensions/api/omnibox/omnibox_handler.cc', |
145 'common/extensions/api/omnibox/omnibox_handler.h', | 145 'common/extensions/api/omnibox/omnibox_handler.h', |
146 'common/extensions/api/plugins/plugins_handler.cc', | 146 'common/extensions/api/plugins/plugins_handler.cc', |
147 'common/extensions/api/plugins/plugins_handler.h', | 147 'common/extensions/api/plugins/plugins_handler.h', |
148 'common/extensions/api/sockets/sockets_manifest_handler.cc', | |
149 'common/extensions/api/sockets/sockets_manifest_handler.h', | |
150 'common/extensions/api/sockets/sockets_manifest_data.cc', | |
151 'common/extensions/api/sockets/sockets_manifest_data.h', | |
152 'common/extensions/api/sockets/sockets_manifest_permission.cc', | |
153 'common/extensions/api/sockets/sockets_manifest_permission.h', | |
154 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 148 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
155 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 149 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
156 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 150 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
157 'common/extensions/api/spellcheck/spellcheck_handler.h', | 151 'common/extensions/api/spellcheck/spellcheck_handler.h', |
158 'common/extensions/api/storage/storage_schema_manifest_handler.cc', | 152 'common/extensions/api/storage/storage_schema_manifest_handler.cc', |
159 'common/extensions/api/storage/storage_schema_manifest_handler.h', | 153 'common/extensions/api/storage/storage_schema_manifest_handler.h', |
160 'common/extensions/api/system_indicator/system_indicator_handler.cc', | 154 'common/extensions/api/system_indicator/system_indicator_handler.cc', |
161 'common/extensions/api/system_indicator/system_indicator_handler.h', | 155 'common/extensions/api/system_indicator/system_indicator_handler.h', |
162 'common/extensions/api/url_handlers/url_handlers_parser.cc', | 156 'common/extensions/api/url_handlers/url_handlers_parser.cc', |
163 'common/extensions/api/url_handlers/url_handlers_parser.h', | 157 'common/extensions/api/url_handlers/url_handlers_parser.h', |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 'common/metrics/proto/user_action_event.proto', | 724 'common/metrics/proto/user_action_event.proto', |
731 ], | 725 ], |
732 'variables': { | 726 'variables': { |
733 'proto_in_dir': 'common/metrics/proto', | 727 'proto_in_dir': 'common/metrics/proto', |
734 'proto_out_dir': 'chrome/common/metrics/proto', | 728 'proto_out_dir': 'chrome/common/metrics/proto', |
735 }, | 729 }, |
736 'includes': [ '../build/protoc.gypi' ], | 730 'includes': [ '../build/protoc.gypi' ], |
737 }, | 731 }, |
738 ], | 732 ], |
739 } | 733 } |
OLD | NEW |