| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'common/extensions/api/file_handlers/file_handlers_parser.cc', | 199 'common/extensions/api/file_handlers/file_handlers_parser.cc', |
| 200 'common/extensions/api/file_handlers/file_handlers_parser.h', | 200 'common/extensions/api/file_handlers/file_handlers_parser.h', |
| 201 'common/extensions/api/i18n/default_locale_handler.cc', | 201 'common/extensions/api/i18n/default_locale_handler.cc', |
| 202 'common/extensions/api/i18n/default_locale_handler.h', | 202 'common/extensions/api/i18n/default_locale_handler.h', |
| 203 'common/extensions/api/identity/oauth2_manifest_handler.cc', | 203 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
| 204 'common/extensions/api/identity/oauth2_manifest_handler.h', | 204 'common/extensions/api/identity/oauth2_manifest_handler.h', |
| 205 'common/extensions/api/input_ime/input_components_handler.cc', | 205 'common/extensions/api/input_ime/input_components_handler.cc', |
| 206 'common/extensions/api/input_ime/input_components_handler.h', | 206 'common/extensions/api/input_ime/input_components_handler.h', |
| 207 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', | 207 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', |
| 208 'common/extensions/api/managed_mode_private/managed_mode_handler.h', | 208 'common/extensions/api/managed_mode_private/managed_mode_handler.h', |
| 209 'common/extensions/api/mdns/mdns_manifest_handler.cc', |
| 210 'common/extensions/api/mdns/mdns_manifest_handler.h', |
| 209 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', | 211 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', |
| 210 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', | 212 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', |
| 211 'common/extensions/api/omnibox/omnibox_handler.cc', | 213 'common/extensions/api/omnibox/omnibox_handler.cc', |
| 212 'common/extensions/api/omnibox/omnibox_handler.h', | 214 'common/extensions/api/omnibox/omnibox_handler.h', |
| 213 'common/extensions/api/plugins/plugins_handler.cc', | 215 'common/extensions/api/plugins/plugins_handler.cc', |
| 214 'common/extensions/api/plugins/plugins_handler.h', | 216 'common/extensions/api/plugins/plugins_handler.h', |
| 215 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 217 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
| 216 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 218 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
| 217 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 219 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
| 218 'common/extensions/api/spellcheck/spellcheck_handler.h', | 220 'common/extensions/api/spellcheck/spellcheck_handler.h', |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 'common/metrics/proto/user_action_event.proto', | 853 'common/metrics/proto/user_action_event.proto', |
| 852 ], | 854 ], |
| 853 'variables': { | 855 'variables': { |
| 854 'proto_in_dir': 'common/metrics/proto', | 856 'proto_in_dir': 'common/metrics/proto', |
| 855 'proto_out_dir': 'chrome/common/metrics/proto', | 857 'proto_out_dir': 'chrome/common/metrics/proto', |
| 856 }, | 858 }, |
| 857 'includes': [ '../build/protoc.gypi' ], | 859 'includes': [ '../build/protoc.gypi' ], |
| 858 }, | 860 }, |
| 859 ], | 861 ], |
| 860 } | 862 } |
| OLD | NEW |