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', | |
224 'common/extensions/background_info.cc', | 222 'common/extensions/background_info.cc', |
225 'common/extensions/background_info.h', | 223 'common/extensions/background_info.h', |
226 'common/extensions/chrome_extensions_client.cc', | 224 'common/extensions/chrome_extensions_client.cc', |
227 'common/extensions/chrome_extensions_client.h', | 225 'common/extensions/chrome_extensions_client.h', |
228 'common/extensions/chrome_manifest_handlers.cc', | 226 'common/extensions/chrome_manifest_handlers.cc', |
229 'common/extensions/chrome_manifest_handlers.h', | 227 'common/extensions/chrome_manifest_handlers.h', |
230 'common/extensions/command.cc', | 228 'common/extensions/command.cc', |
231 'common/extensions/command.h', | 229 'common/extensions/command.h', |
232 'common/extensions/csp_handler.cc', | 230 'common/extensions/csp_handler.cc', |
233 'common/extensions/csp_handler.h', | 231 'common/extensions/csp_handler.h', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 'common/metrics/proto/user_action_event.proto', | 860 'common/metrics/proto/user_action_event.proto', |
863 ], | 861 ], |
864 'variables': { | 862 'variables': { |
865 'proto_in_dir': 'common/metrics/proto', | 863 'proto_in_dir': 'common/metrics/proto', |
866 'proto_out_dir': 'chrome/common/metrics/proto', | 864 'proto_out_dir': 'chrome/common/metrics/proto', |
867 }, | 865 }, |
868 'includes': [ '../build/protoc.gypi' ], | 866 'includes': [ '../build/protoc.gypi' ], |
869 }, | 867 }, |
870 ], | 868 ], |
871 } | 869 } |
OLD | NEW |