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

Side by Side Diff: extensions/extensions.gypi

Issue 1123093003: Add a manifest property declaring USB printers supported by an app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interfaceProtocol documentation. Created 5 years, 7 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
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | extensions/extensions_tests.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 6 'variables': {
7 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
11 'extensions_common_mojo_sources': [ 11 'extensions_common_mojo_sources': [
12 'common/mojo/keep_alive.mojom', 12 'common/mojo/keep_alive.mojom',
13 'common/mojo/stash.mojom', 13 'common/mojo/stash.mojom',
14 ], 14 ],
15 'extensions_common_sources': [ 15 'extensions_common_sources': [
16 'common/api/bluetooth/bluetooth_manifest_data.cc', 16 'common/api/bluetooth/bluetooth_manifest_data.cc',
17 'common/api/bluetooth/bluetooth_manifest_data.h', 17 'common/api/bluetooth/bluetooth_manifest_data.h',
18 'common/api/bluetooth/bluetooth_manifest_handler.cc', 18 'common/api/bluetooth/bluetooth_manifest_handler.cc',
19 'common/api/bluetooth/bluetooth_manifest_handler.h', 19 'common/api/bluetooth/bluetooth_manifest_handler.h',
20 'common/api/bluetooth/bluetooth_manifest_permission.cc', 20 'common/api/bluetooth/bluetooth_manifest_permission.cc',
21 'common/api/bluetooth/bluetooth_manifest_permission.h', 21 'common/api/bluetooth/bluetooth_manifest_permission.h',
22 'common/api/messaging/message.h', 22 'common/api/messaging/message.h',
23 'common/api/printer_provider/usb_printer_manifest_data.cc',
24 'common/api/printer_provider/usb_printer_manifest_data.h',
25 'common/api/printer_provider/usb_printer_manifest_handler.cc',
26 'common/api/printer_provider/usb_printer_manifest_handler.h',
23 'common/api/sockets/sockets_manifest_data.cc', 27 'common/api/sockets/sockets_manifest_data.cc',
24 'common/api/sockets/sockets_manifest_data.h', 28 'common/api/sockets/sockets_manifest_data.h',
25 'common/api/sockets/sockets_manifest_handler.cc', 29 'common/api/sockets/sockets_manifest_handler.cc',
26 'common/api/sockets/sockets_manifest_handler.h', 30 'common/api/sockets/sockets_manifest_handler.h',
27 'common/api/sockets/sockets_manifest_permission.cc', 31 'common/api/sockets/sockets_manifest_permission.cc',
28 'common/api/sockets/sockets_manifest_permission.h', 32 'common/api/sockets/sockets_manifest_permission.h',
29 'common/cast/cast_cert_validator.cc', 33 'common/cast/cast_cert_validator.cc',
30 'common/cast/cast_cert_validator.h', 34 'common/cast/cast_cert_validator.h',
31 'common/common_manifest_handlers.cc', 35 'common/common_manifest_handlers.cc',
32 'common/common_manifest_handlers.h', 36 'common/common_manifest_handlers.h',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'test/result_catcher.h', 1033 'test/result_catcher.h',
1030 'test/test_content_utility_client.cc', 1034 'test/test_content_utility_client.cc',
1031 'test/test_content_utility_client.h', 1035 'test/test_content_utility_client.h',
1032 'test/test_extensions_client.cc', 1036 'test/test_extensions_client.cc',
1033 'test/test_extensions_client.h', 1037 'test/test_extensions_client.h',
1034 'test/test_permission_message_provider.cc', 1038 'test/test_permission_message_provider.cc',
1035 'test/test_permission_message_provider.h', 1039 'test/test_permission_message_provider.h',
1036 ], 1040 ],
1037 }, 1041 },
1038 } 1042 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698