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

Side by Side Diff: chrome/chrome_common.gypi

Issue 51433002: Enable permission warnings from ManifestHandlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback. Created 7 years, 1 month 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
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'common/extensions/api/input_ime/input_components_handler.h', 139 'common/extensions/api/input_ime/input_components_handler.h',
140 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', 140 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
141 'common/extensions/api/managed_mode_private/managed_mode_handler.h', 141 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
142 'common/extensions/api/media_galleries_private/media_galleries_handler.h ', 142 'common/extensions/api/media_galleries_private/media_galleries_handler.h ',
143 'common/extensions/api/media_galleries_private/media_galleries_handler.c c', 143 'common/extensions/api/media_galleries_private/media_galleries_handler.c c',
144 'common/extensions/api/messaging/message.h', 144 'common/extensions/api/messaging/message.h',
145 'common/extensions/api/omnibox/omnibox_handler.cc', 145 'common/extensions/api/omnibox/omnibox_handler.cc',
146 'common/extensions/api/omnibox/omnibox_handler.h', 146 'common/extensions/api/omnibox/omnibox_handler.h',
147 'common/extensions/api/plugins/plugins_handler.cc', 147 'common/extensions/api/plugins/plugins_handler.cc',
148 'common/extensions/api/plugins/plugins_handler.h', 148 'common/extensions/api/plugins/plugins_handler.h',
149 'common/extensions/api/sockets/sockets_handler.cc', 149 'common/extensions/api/sockets/sockets_manifest_handler.cc',
150 'common/extensions/api/sockets/sockets_handler.h', 150 'common/extensions/api/sockets/sockets_manifest_handler.h',
151 'common/extensions/api/sockets/sockets_manifest_data.cc',
152 'common/extensions/api/sockets/sockets_manifest_data.h',
153 'common/extensions/api/sockets/sockets_manifest_permission.cc',
154 'common/extensions/api/sockets/sockets_manifest_permission.h',
151 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 155 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
152 'common/extensions/api/speech/tts_engine_manifest_handler.h', 156 'common/extensions/api/speech/tts_engine_manifest_handler.h',
153 'common/extensions/api/spellcheck/spellcheck_handler.cc', 157 'common/extensions/api/spellcheck/spellcheck_handler.cc',
154 'common/extensions/api/spellcheck/spellcheck_handler.h', 158 'common/extensions/api/spellcheck/spellcheck_handler.h',
155 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 159 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
156 'common/extensions/api/storage/storage_schema_manifest_handler.h', 160 'common/extensions/api/storage/storage_schema_manifest_handler.h',
157 'common/extensions/api/system_indicator/system_indicator_handler.cc', 161 'common/extensions/api/system_indicator/system_indicator_handler.cc',
158 'common/extensions/api/system_indicator/system_indicator_handler.h', 162 'common/extensions/api/system_indicator/system_indicator_handler.h',
159 'common/extensions/api/url_handlers/url_handlers_parser.cc', 163 'common/extensions/api/url_handlers/url_handlers_parser.cc',
160 'common/extensions/api/url_handlers/url_handlers_parser.h', 164 'common/extensions/api/url_handlers/url_handlers_parser.h',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'common/metrics/proto/user_action_event.proto', 787 'common/metrics/proto/user_action_event.proto',
784 ], 788 ],
785 'variables': { 789 'variables': {
786 'proto_in_dir': 'common/metrics/proto', 790 'proto_in_dir': 'common/metrics/proto',
787 'proto_out_dir': 'chrome/common/metrics/proto', 791 'proto_out_dir': 'chrome/common/metrics/proto',
788 }, 792 },
789 'includes': [ '../build/protoc.gypi' ], 793 'includes': [ '../build/protoc.gypi' ],
790 }, 794 },
791 ], 795 ],
792 } 796 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698