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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 7 years, 3 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
222 'common/extensions/background_info.cc', 224 'common/extensions/background_info.cc',
223 'common/extensions/background_info.h', 225 'common/extensions/background_info.h',
224 'common/extensions/chrome_extensions_client.cc', 226 'common/extensions/chrome_extensions_client.cc',
225 'common/extensions/chrome_extensions_client.h', 227 'common/extensions/chrome_extensions_client.h',
226 'common/extensions/chrome_manifest_handlers.cc', 228 'common/extensions/chrome_manifest_handlers.cc',
227 'common/extensions/chrome_manifest_handlers.h', 229 'common/extensions/chrome_manifest_handlers.h',
228 'common/extensions/command.cc', 230 'common/extensions/command.cc',
229 'common/extensions/command.h', 231 'common/extensions/command.h',
230 'common/extensions/csp_handler.cc', 232 'common/extensions/csp_handler.cc',
231 'common/extensions/csp_handler.h', 233 'common/extensions/csp_handler.h',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'common/metrics/proto/user_action_event.proto', 862 'common/metrics/proto/user_action_event.proto',
861 ], 863 ],
862 'variables': { 864 'variables': {
863 'proto_in_dir': 'common/metrics/proto', 865 'proto_in_dir': 'common/metrics/proto',
864 'proto_out_dir': 'chrome/common/metrics/proto', 866 'proto_out_dir': 'chrome/common/metrics/proto',
865 }, 867 },
866 'includes': [ '../build/protoc.gypi' ], 868 'includes': [ '../build/protoc.gypi' ],
867 }, 869 },
868 ], 870 ],
869 } 871 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698