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

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: Fix unit test and clang presubmit errors. 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
« no previous file with comments | « chrome/browser/themes/theme_syncable_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'common/extensions/api/input_ime/input_components_handler.h', 138 'common/extensions/api/input_ime/input_components_handler.h',
139 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', 139 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
140 'common/extensions/api/managed_mode_private/managed_mode_handler.h', 140 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
141 'common/extensions/api/media_galleries_private/media_galleries_handler.h ', 141 'common/extensions/api/media_galleries_private/media_galleries_handler.h ',
142 'common/extensions/api/media_galleries_private/media_galleries_handler.c c', 142 'common/extensions/api/media_galleries_private/media_galleries_handler.c c',
143 'common/extensions/api/messaging/message.h', 143 'common/extensions/api/messaging/message.h',
144 'common/extensions/api/omnibox/omnibox_handler.cc', 144 'common/extensions/api/omnibox/omnibox_handler.cc',
145 'common/extensions/api/omnibox/omnibox_handler.h', 145 'common/extensions/api/omnibox/omnibox_handler.h',
146 'common/extensions/api/plugins/plugins_handler.cc', 146 'common/extensions/api/plugins/plugins_handler.cc',
147 'common/extensions/api/plugins/plugins_handler.h', 147 'common/extensions/api/plugins/plugins_handler.h',
148 'common/extensions/api/sockets/sockets_handler.cc', 148 'common/extensions/api/sockets/sockets_manifest_handler.cc',
149 'common/extensions/api/sockets/sockets_handler.h', 149 'common/extensions/api/sockets/sockets_manifest_handler.h',
150 'common/extensions/api/sockets/sockets_manifest_data.cc',
151 'common/extensions/api/sockets/sockets_manifest_data.h',
152 'common/extensions/api/sockets/sockets_manifest_permission.cc',
153 'common/extensions/api/sockets/sockets_manifest_permission.h',
150 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 154 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
151 'common/extensions/api/speech/tts_engine_manifest_handler.h', 155 'common/extensions/api/speech/tts_engine_manifest_handler.h',
152 'common/extensions/api/spellcheck/spellcheck_handler.cc', 156 'common/extensions/api/spellcheck/spellcheck_handler.cc',
153 'common/extensions/api/spellcheck/spellcheck_handler.h', 157 'common/extensions/api/spellcheck/spellcheck_handler.h',
154 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 158 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
155 'common/extensions/api/storage/storage_schema_manifest_handler.h', 159 'common/extensions/api/storage/storage_schema_manifest_handler.h',
156 'common/extensions/api/system_indicator/system_indicator_handler.cc', 160 'common/extensions/api/system_indicator/system_indicator_handler.cc',
157 'common/extensions/api/system_indicator/system_indicator_handler.h', 161 'common/extensions/api/system_indicator/system_indicator_handler.h',
158 'common/extensions/api/url_handlers/url_handlers_parser.cc', 162 'common/extensions/api/url_handlers/url_handlers_parser.cc',
159 'common/extensions/api/url_handlers/url_handlers_parser.h', 163 'common/extensions/api/url_handlers/url_handlers_parser.h',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'common/metrics/proto/user_action_event.proto', 783 'common/metrics/proto/user_action_event.proto',
780 ], 784 ],
781 'variables': { 785 'variables': {
782 'proto_in_dir': 'common/metrics/proto', 786 'proto_in_dir': 'common/metrics/proto',
783 'proto_out_dir': 'chrome/common/metrics/proto', 787 'proto_out_dir': 'chrome/common/metrics/proto',
784 }, 788 },
785 'includes': [ '../build/protoc.gypi' ], 789 'includes': [ '../build/protoc.gypi' ],
786 }, 790 },
787 ], 791 ],
788 } 792 }
OLDNEW
« no previous file with comments | « chrome/browser/themes/theme_syncable_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698