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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'common/extensions/api/i18n/default_locale_handler.cc', | 132 'common/extensions/api/i18n/default_locale_handler.cc', |
133 'common/extensions/api/i18n/default_locale_handler.h', | 133 'common/extensions/api/i18n/default_locale_handler.h', |
134 'common/extensions/api/identity/oauth2_manifest_handler.cc', | 134 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
135 'common/extensions/api/identity/oauth2_manifest_handler.h', | 135 'common/extensions/api/identity/oauth2_manifest_handler.h', |
136 'common/extensions/api/input_ime/input_components_handler.cc', | 136 'common/extensions/api/input_ime/input_components_handler.cc', |
137 'common/extensions/api/input_ime/input_components_handler.h', | 137 'common/extensions/api/input_ime/input_components_handler.h', |
138 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', | 138 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', |
139 'common/extensions/api/managed_mode_private/managed_mode_handler.h', | 139 'common/extensions/api/managed_mode_private/managed_mode_handler.h', |
140 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', | 140 'common/extensions/api/media_galleries_private/media_galleries_handler.h
', |
141 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', | 141 'common/extensions/api/media_galleries_private/media_galleries_handler.c
c', |
| 142 'common/extensions/api/notifications/notification_style.cc', |
| 143 'common/extensions/api/notifications/notification_style.h', |
142 'common/extensions/api/omnibox/omnibox_handler.cc', | 144 'common/extensions/api/omnibox/omnibox_handler.cc', |
143 'common/extensions/api/omnibox/omnibox_handler.h', | 145 'common/extensions/api/omnibox/omnibox_handler.h', |
144 'common/extensions/api/plugins/plugins_handler.cc', | 146 'common/extensions/api/plugins/plugins_handler.cc', |
145 'common/extensions/api/plugins/plugins_handler.h', | 147 'common/extensions/api/plugins/plugins_handler.h', |
146 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 148 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
147 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 149 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
148 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 150 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
149 'common/extensions/api/spellcheck/spellcheck_handler.h', | 151 'common/extensions/api/spellcheck/spellcheck_handler.h', |
150 'common/extensions/api/storage/storage_schema_manifest_handler.cc', | 152 'common/extensions/api/storage/storage_schema_manifest_handler.cc', |
151 'common/extensions/api/storage/storage_schema_manifest_handler.h', | 153 'common/extensions/api/storage/storage_schema_manifest_handler.h', |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'common/metrics/proto/permuted_entropy_cache.proto', | 686 'common/metrics/proto/permuted_entropy_cache.proto', |
685 ], | 687 ], |
686 'variables': { | 688 'variables': { |
687 'proto_in_dir': 'common/metrics/proto', | 689 'proto_in_dir': 'common/metrics/proto', |
688 'proto_out_dir': 'chrome/common/metrics/proto', | 690 'proto_out_dir': 'chrome/common/metrics/proto', |
689 }, | 691 }, |
690 'includes': [ '../build/protoc.gypi' ], | 692 'includes': [ '../build/protoc.gypi' ], |
691 }, | 693 }, |
692 ], | 694 ], |
693 } | 695 } |
OLD | NEW |