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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10692160: Support socket endpoint permissions for AppsV2 Socket API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Support socket endpoint permissions Created 8 years, 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'common/extensions/matcher/url_matcher_constants.cc', 168 'common/extensions/matcher/url_matcher_constants.cc',
169 'common/extensions/matcher/url_matcher_constants.h', 169 'common/extensions/matcher/url_matcher_constants.h',
170 'common/extensions/matcher/url_matcher_factory.cc', 170 'common/extensions/matcher/url_matcher_factory.cc',
171 'common/extensions/matcher/url_matcher_factory.h', 171 'common/extensions/matcher/url_matcher_factory.h',
172 'common/extensions/matcher/url_matcher_helpers.cc', 172 'common/extensions/matcher/url_matcher_helpers.cc',
173 'common/extensions/matcher/url_matcher_helpers.h', 173 'common/extensions/matcher/url_matcher_helpers.h',
174 'common/extensions/message_bundle.cc', 174 'common/extensions/message_bundle.cc',
175 'common/extensions/message_bundle.h', 175 'common/extensions/message_bundle.h',
176 'common/extensions/permissions/api_permission.cc', 176 'common/extensions/permissions/api_permission.cc',
177 'common/extensions/permissions/api_permission.h', 177 'common/extensions/permissions/api_permission.h',
178 'common/extensions/permissions/api_permission_set.cc',
179 'common/extensions/permissions/api_permission_set.h',
178 'common/extensions/permissions/permission_message.cc', 180 'common/extensions/permissions/permission_message.cc',
179 'common/extensions/permissions/permission_message.h', 181 'common/extensions/permissions/permission_message.h',
180 'common/extensions/permissions/permission_set.cc', 182 'common/extensions/permissions/permission_set.cc',
181 'common/extensions/permissions/permission_set.h', 183 'common/extensions/permissions/permission_set.h',
182 'common/extensions/permissions/permissions_info.cc', 184 'common/extensions/permissions/permissions_info.cc',
183 'common/extensions/permissions/permissions_info.h', 185 'common/extensions/permissions/permissions_info.h',
186 'common/extensions/permissions/socket_permission.cc',
187 'common/extensions/permissions/socket_permission.h',
188 'common/extensions/permissions/socket_permission_data.cc',
189 'common/extensions/permissions/socket_permission_data.h',
184 'common/extensions/unpacker.cc', 190 'common/extensions/unpacker.cc',
185 'common/extensions/unpacker.h', 191 'common/extensions/unpacker.h',
186 'common/extensions/update_manifest.cc', 192 'common/extensions/update_manifest.cc',
187 'common/extensions/update_manifest.h', 193 'common/extensions/update_manifest.h',
188 'common/extensions/url_pattern.cc', 194 'common/extensions/url_pattern.cc',
189 'common/extensions/url_pattern.h', 195 'common/extensions/url_pattern.h',
190 'common/extensions/url_pattern_set.cc', 196 'common/extensions/url_pattern_set.cc',
191 'common/extensions/url_pattern_set.h', 197 'common/extensions/url_pattern_set.h',
192 'common/extensions/user_script.cc', 198 'common/extensions/user_script.cc',
193 'common/extensions/user_script.h', 199 'common/extensions/user_script.h',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'common/metrics/proto/user_action_event.proto', 545 'common/metrics/proto/user_action_event.proto',
540 ], 546 ],
541 'variables': { 547 'variables': {
542 'proto_in_dir': 'common/metrics/proto', 548 'proto_in_dir': 'common/metrics/proto',
543 'proto_out_dir': 'chrome/common/metrics/proto', 549 'proto_out_dir': 'chrome/common/metrics/proto',
544 }, 550 },
545 'includes': [ '../build/protoc.gypi' ], 551 'includes': [ '../build/protoc.gypi' ],
546 }, 552 },
547 ], 553 ],
548 } 554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698