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

Side by Side Diff: extensions/extensions.gyp

Issue 27446002: Move permission warning message handling from PermissionSet to PermissionMessageProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « extensions/common/permissions/permission_message_provider.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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': 'extensions_common', 8 'target_name': 'extensions_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'common/matcher/url_matcher_helpers.cc', 63 'common/matcher/url_matcher_helpers.cc',
64 'common/matcher/url_matcher_helpers.h', 64 'common/matcher/url_matcher_helpers.h',
65 'common/one_shot_event.cc', 65 'common/one_shot_event.cc',
66 'common/one_shot_event.h', 66 'common/one_shot_event.h',
67 'common/permissions/api_permission.cc', 67 'common/permissions/api_permission.cc',
68 'common/permissions/api_permission.h', 68 'common/permissions/api_permission.h',
69 'common/permissions/api_permission_set.cc', 69 'common/permissions/api_permission_set.cc',
70 'common/permissions/api_permission_set.h', 70 'common/permissions/api_permission_set.h',
71 'common/permissions/permission_message.cc', 71 'common/permissions/permission_message.cc',
72 'common/permissions/permission_message.h', 72 'common/permissions/permission_message.h',
73 'common/permissions/permission_message_provider.cc',
74 'common/permissions/permission_message_provider.h',
73 'common/permissions/permissions_info.cc', 75 'common/permissions/permissions_info.cc',
74 'common/permissions/permissions_info.h', 76 'common/permissions/permissions_info.h',
75 'common/permissions/permissions_provider.h', 77 'common/permissions/permissions_provider.h',
76 'common/stack_frame.cc', 78 'common/stack_frame.cc',
77 'common/stack_frame.h', 79 'common/stack_frame.h',
78 'common/switches.cc', 80 'common/switches.cc',
79 'common/switches.h', 81 'common/switches.h',
80 'common/url_pattern.cc', 82 'common/url_pattern.cc',
81 'common/url_pattern.h', 83 'common/url_pattern.h',
82 'common/url_pattern_set.cc', 84 'common/url_pattern_set.cc',
(...skipping 29 matching lines...) Expand all
112 'browser/pref_names.cc', 114 'browser/pref_names.cc',
113 'browser/pref_names.h', 115 'browser/pref_names.h',
114 'browser/view_type_utils.cc', 116 'browser/view_type_utils.cc',
115 'browser/view_type_utils.h', 117 'browser/view_type_utils.h',
116 ], 118 ],
117 # Disable c4267 warnings until we fix size_t to int truncations. 119 # Disable c4267 warnings until we fix size_t to int truncations.
118 'msvs_disabled_warnings': [ 4267, ], 120 'msvs_disabled_warnings': [ 4267, ],
119 }, 121 },
120 ] 122 ]
121 } 123 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/permission_message_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698