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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'common/extensions/api/plugins/plugins_handler.cc', | 212 'common/extensions/api/plugins/plugins_handler.cc', |
213 'common/extensions/api/plugins/plugins_handler.h', | 213 'common/extensions/api/plugins/plugins_handler.h', |
214 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 214 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
215 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 215 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
216 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 216 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
217 'common/extensions/api/spellcheck/spellcheck_handler.h', | 217 'common/extensions/api/spellcheck/spellcheck_handler.h', |
218 'common/extensions/api/storage/storage_schema_manifest_handler.cc', | 218 'common/extensions/api/storage/storage_schema_manifest_handler.cc', |
219 'common/extensions/api/storage/storage_schema_manifest_handler.h', | 219 'common/extensions/api/storage/storage_schema_manifest_handler.h', |
220 'common/extensions/api/system_indicator/system_indicator_handler.cc', | 220 'common/extensions/api/system_indicator/system_indicator_handler.cc', |
221 'common/extensions/api/system_indicator/system_indicator_handler.h', | 221 'common/extensions/api/system_indicator/system_indicator_handler.h', |
| 222 'common/extensions/api/url_handlers/url_handlers_parser.cc', |
| 223 'common/extensions/api/url_handlers/url_handlers_parser.h', |
222 'common/extensions/background_info.cc', | 224 'common/extensions/background_info.cc', |
223 'common/extensions/background_info.h', | 225 'common/extensions/background_info.h', |
224 'common/extensions/chrome_extensions_client.cc', | 226 'common/extensions/chrome_extensions_client.cc', |
225 'common/extensions/chrome_extensions_client.h', | 227 'common/extensions/chrome_extensions_client.h', |
226 'common/extensions/chrome_manifest_handlers.cc', | 228 'common/extensions/chrome_manifest_handlers.cc', |
227 'common/extensions/chrome_manifest_handlers.h', | 229 'common/extensions/chrome_manifest_handlers.h', |
228 'common/extensions/command.cc', | 230 'common/extensions/command.cc', |
229 'common/extensions/command.h', | 231 'common/extensions/command.h', |
230 'common/extensions/csp_handler.cc', | 232 'common/extensions/csp_handler.cc', |
231 'common/extensions/csp_handler.h', | 233 'common/extensions/csp_handler.h', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 'common/metrics/proto/user_action_event.proto', | 862 'common/metrics/proto/user_action_event.proto', |
861 ], | 863 ], |
862 'variables': { | 864 'variables': { |
863 'proto_in_dir': 'common/metrics/proto', | 865 'proto_in_dir': 'common/metrics/proto', |
864 'proto_out_dir': 'chrome/common/metrics/proto', | 866 'proto_out_dir': 'chrome/common/metrics/proto', |
865 }, | 867 }, |
866 'includes': [ '../build/protoc.gypi' ], | 868 'includes': [ '../build/protoc.gypi' ], |
867 }, | 869 }, |
868 ], | 870 ], |
869 } | 871 } |
OLD | NEW |