Chromium Code Reviews

Side by Side Diff: chrome/chrome_common.gypi

Issue 175263003: Add chrome.webstore API methods to allow sites to see progress of installation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Julien's II Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 143 matching lines...)
154 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 154 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
155 'common/extensions/api/speech/tts_engine_manifest_handler.h', 155 'common/extensions/api/speech/tts_engine_manifest_handler.h',
156 'common/extensions/api/spellcheck/spellcheck_handler.cc', 156 'common/extensions/api/spellcheck/spellcheck_handler.cc',
157 'common/extensions/api/spellcheck/spellcheck_handler.h', 157 'common/extensions/api/spellcheck/spellcheck_handler.h',
158 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 158 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
159 'common/extensions/api/storage/storage_schema_manifest_handler.h', 159 'common/extensions/api/storage/storage_schema_manifest_handler.h',
160 'common/extensions/api/system_indicator/system_indicator_handler.cc', 160 'common/extensions/api/system_indicator/system_indicator_handler.cc',
161 'common/extensions/api/system_indicator/system_indicator_handler.h', 161 'common/extensions/api/system_indicator/system_indicator_handler.h',
162 'common/extensions/api/url_handlers/url_handlers_parser.cc', 162 'common/extensions/api/url_handlers/url_handlers_parser.cc',
163 'common/extensions/api/url_handlers/url_handlers_parser.h', 163 'common/extensions/api/url_handlers/url_handlers_parser.h',
164 'common/extensions/api/webstore/webstore_api_constants.cc',
165 'common/extensions/api/webstore/webstore_api_constants.h',
164 'common/extensions/chrome_extension_messages.h', 166 'common/extensions/chrome_extension_messages.h',
165 'common/extensions/chrome_extensions_client.cc', 167 'common/extensions/chrome_extensions_client.cc',
166 'common/extensions/chrome_extensions_client.h', 168 'common/extensions/chrome_extensions_client.h',
167 'common/extensions/chrome_manifest_handlers.cc', 169 'common/extensions/chrome_manifest_handlers.cc',
168 'common/extensions/chrome_manifest_handlers.h', 170 'common/extensions/chrome_manifest_handlers.h',
169 'common/extensions/command.cc', 171 'common/extensions/command.cc',
170 'common/extensions/command.h', 172 'common/extensions/command.h',
171 'common/extensions/dom_action_types.h', 173 'common/extensions/dom_action_types.h',
172 'common/extensions/extension_constants.cc', 174 'common/extensions/extension_constants.cc',
173 'common/extensions/extension_constants.h', 175 'common/extensions/extension_constants.h',
(...skipping 568 matching lines...)
742 'common/metrics/proto/user_action_event.proto', 744 'common/metrics/proto/user_action_event.proto',
743 ], 745 ],
744 'variables': { 746 'variables': {
745 'proto_in_dir': 'common/metrics/proto', 747 'proto_in_dir': 'common/metrics/proto',
746 'proto_out_dir': 'chrome/common/metrics/proto', 748 'proto_out_dir': 'chrome/common/metrics/proto',
747 }, 749 },
748 'includes': [ '../build/protoc.gypi' ], 750 'includes': [ '../build/protoc.gypi' ],
749 }, 751 },
750 ], 752 ],
751 } 753 }
OLDNEW

Powered by Google App Engine