Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: chrome/chrome_common.gypi

Issue 194333002: Move extension_messages.h to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 153 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
154 'common/extensions/api/speech/tts_engine_manifest_handler.h', 154 'common/extensions/api/speech/tts_engine_manifest_handler.h',
155 'common/extensions/api/spellcheck/spellcheck_handler.cc', 155 'common/extensions/api/spellcheck/spellcheck_handler.cc',
156 'common/extensions/api/spellcheck/spellcheck_handler.h', 156 'common/extensions/api/spellcheck/spellcheck_handler.h',
157 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 157 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
158 'common/extensions/api/storage/storage_schema_manifest_handler.h', 158 'common/extensions/api/storage/storage_schema_manifest_handler.h',
159 'common/extensions/api/system_indicator/system_indicator_handler.cc', 159 'common/extensions/api/system_indicator/system_indicator_handler.cc',
160 'common/extensions/api/system_indicator/system_indicator_handler.h', 160 'common/extensions/api/system_indicator/system_indicator_handler.h',
161 'common/extensions/api/url_handlers/url_handlers_parser.cc', 161 'common/extensions/api/url_handlers/url_handlers_parser.cc',
162 'common/extensions/api/url_handlers/url_handlers_parser.h', 162 'common/extensions/api/url_handlers/url_handlers_parser.h',
163 'common/extensions/chrome_extension_messages.h',
163 'common/extensions/chrome_extensions_client.cc', 164 'common/extensions/chrome_extensions_client.cc',
164 'common/extensions/chrome_extensions_client.h', 165 'common/extensions/chrome_extensions_client.h',
165 'common/extensions/chrome_manifest_handlers.cc', 166 'common/extensions/chrome_manifest_handlers.cc',
166 'common/extensions/chrome_manifest_handlers.h', 167 'common/extensions/chrome_manifest_handlers.h',
167 'common/extensions/command.cc', 168 'common/extensions/command.cc',
168 'common/extensions/command.h', 169 'common/extensions/command.h',
169 'common/extensions/dom_action_types.h', 170 'common/extensions/dom_action_types.h',
170 'common/extensions/extension_constants.cc', 171 'common/extensions/extension_constants.cc',
171 'common/extensions/extension_constants.h', 172 'common/extensions/extension_constants.h',
172 'common/extensions/extension_file_util.cc', 173 'common/extensions/extension_file_util.cc',
173 'common/extensions/extension_file_util.h', 174 'common/extensions/extension_file_util.h',
174 'common/extensions/extension_icon_set.cc', 175 'common/extensions/extension_icon_set.cc',
175 'common/extensions/extension_icon_set.h', 176 'common/extensions/extension_icon_set.h',
176 'common/extensions/extension_l10n_util.cc', 177 'common/extensions/extension_l10n_util.cc',
177 'common/extensions/extension_l10n_util.h', 178 'common/extensions/extension_l10n_util.h',
178 'common/extensions/extension_messages.cc',
179 'common/extensions/extension_messages.h',
180 'common/extensions/extension_process_policy.cc', 179 'common/extensions/extension_process_policy.cc',
181 'common/extensions/extension_process_policy.h', 180 'common/extensions/extension_process_policy.h',
182 'common/extensions/features/api_feature.cc', 181 'common/extensions/features/api_feature.cc',
183 'common/extensions/features/api_feature.h', 182 'common/extensions/features/api_feature.h',
184 'common/extensions/features/base_feature_provider.cc', 183 'common/extensions/features/base_feature_provider.cc',
185 'common/extensions/features/base_feature_provider.h', 184 'common/extensions/features/base_feature_provider.h',
186 'common/extensions/features/complex_feature.cc', 185 'common/extensions/features/complex_feature.cc',
187 'common/extensions/features/complex_feature.h', 186 'common/extensions/features/complex_feature.h',
188 'common/extensions/features/feature_channel.cc', 187 'common/extensions/features/feature_channel.cc',
189 'common/extensions/features/feature_channel.h', 188 'common/extensions/features/feature_channel.h',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'common/metrics/proto/user_action_event.proto', 737 'common/metrics/proto/user_action_event.proto',
739 ], 738 ],
740 'variables': { 739 'variables': {
741 'proto_in_dir': 'common/metrics/proto', 740 'proto_in_dir': 'common/metrics/proto',
742 'proto_out_dir': 'chrome/common/metrics/proto', 741 'proto_out_dir': 'chrome/common/metrics/proto',
743 }, 742 },
744 'includes': [ '../build/protoc.gypi' ], 743 'includes': [ '../build/protoc.gypi' ],
745 }, 744 },
746 ], 745 ],
747 } 746 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698