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

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: Prevent interception for POSTs sooner; prevent when prerendering. 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'common/extensions/api/plugins/plugins_handler.cc', 213 'common/extensions/api/plugins/plugins_handler.cc',
214 'common/extensions/api/plugins/plugins_handler.h', 214 'common/extensions/api/plugins/plugins_handler.h',
215 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 215 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
216 'common/extensions/api/speech/tts_engine_manifest_handler.h', 216 'common/extensions/api/speech/tts_engine_manifest_handler.h',
217 'common/extensions/api/spellcheck/spellcheck_handler.cc', 217 'common/extensions/api/spellcheck/spellcheck_handler.cc',
218 'common/extensions/api/spellcheck/spellcheck_handler.h', 218 'common/extensions/api/spellcheck/spellcheck_handler.h',
219 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 219 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
220 'common/extensions/api/storage/storage_schema_manifest_handler.h', 220 'common/extensions/api/storage/storage_schema_manifest_handler.h',
221 'common/extensions/api/system_indicator/system_indicator_handler.cc', 221 'common/extensions/api/system_indicator/system_indicator_handler.cc',
222 'common/extensions/api/system_indicator/system_indicator_handler.h', 222 'common/extensions/api/system_indicator/system_indicator_handler.h',
223 'common/extensions/api/url_handlers/url_handlers_parser.cc',
224 'common/extensions/api/url_handlers/url_handlers_parser.h',
223 'common/extensions/background_info.cc', 225 'common/extensions/background_info.cc',
224 'common/extensions/background_info.h', 226 'common/extensions/background_info.h',
225 'common/extensions/chrome_extensions_client.cc', 227 'common/extensions/chrome_extensions_client.cc',
226 'common/extensions/chrome_extensions_client.h', 228 'common/extensions/chrome_extensions_client.h',
227 'common/extensions/chrome_manifest_handlers.cc', 229 'common/extensions/chrome_manifest_handlers.cc',
228 'common/extensions/chrome_manifest_handlers.h', 230 'common/extensions/chrome_manifest_handlers.h',
229 'common/extensions/command.cc', 231 'common/extensions/command.cc',
230 'common/extensions/command.h', 232 'common/extensions/command.h',
231 'common/extensions/csp_handler.cc', 233 'common/extensions/csp_handler.cc',
232 'common/extensions/csp_handler.h', 234 'common/extensions/csp_handler.h',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'common/metrics/proto/user_action_event.proto', 839 'common/metrics/proto/user_action_event.proto',
838 ], 840 ],
839 'variables': { 841 'variables': {
840 'proto_in_dir': 'common/metrics/proto', 842 'proto_in_dir': 'common/metrics/proto',
841 'proto_out_dir': 'chrome/common/metrics/proto', 843 'proto_out_dir': 'chrome/common/metrics/proto',
842 }, 844 },
843 'includes': [ '../build/protoc.gypi' ], 845 'includes': [ '../build/protoc.gypi' ],
844 }, 846 },
845 ], 847 ],
846 } 848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698