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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 11975015: This adds a private extension API to use for simple networking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload after another merge Created 7 years, 10 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
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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'experimental_system_info_memory.idl', 47 'experimental_system_info_memory.idl',
48 'experimental_system_info_storage.idl', 48 'experimental_system_info_storage.idl',
49 'file_browser_handler_internal.json', 49 'file_browser_handler_internal.json',
50 'file_system.idl', 50 'file_system.idl',
51 'font_settings.json', 51 'font_settings.json',
52 'history.json', 52 'history.json',
53 'i18n.json', 53 'i18n.json',
54 'management.json', 54 'management.json',
55 'media_galleries.idl', 55 'media_galleries.idl',
56 'media_galleries_private.idl', 56 'media_galleries_private.idl',
57 'networking_private.json',
57 'page_capture.json', 58 'page_capture.json',
58 'permissions.json', 59 'permissions.json',
59 'push_messaging.idl', 60 'push_messaging.idl',
60 'rtc_private.idl', 61 'rtc_private.idl',
61 'serial.idl', 62 'serial.idl',
62 'session_restore.json', 63 'session_restore.json',
63 'socket.idl', 64 'socket.idl',
64 'storage.json', 65 'storage.json',
65 'sync_file_system.idl', 66 'sync_file_system.idl',
66 'system_indicator.idl', 67 'system_indicator.idl',
(...skipping 18 matching lines...) Expand all
85 ['OS!="chromeos"', { 86 ['OS!="chromeos"', {
86 'schema_files!': [ 87 'schema_files!': [
87 'file_browser_handler_internal.json', 88 'file_browser_handler_internal.json',
88 'rtc_private.idl', 89 'rtc_private.idl',
89 ], 90 ],
90 }], 91 }],
91 ], 92 ],
92 }, 93 },
93 ], 94 ],
94 } 95 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/networking_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698