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

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

Issue 23437015: Initial chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test for WinDbg Created 7 years, 3 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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'history.json', 65 'history.json',
66 'i18n.json', 66 'i18n.json',
67 'identity.idl', 67 'identity.idl',
68 'identity_private.idl', 68 'identity_private.idl',
69 'idle.json', 69 'idle.json',
70 'infobars.json', 70 'infobars.json',
71 'input_ime.json', 71 'input_ime.json',
72 'log_private.idl', 72 'log_private.idl',
73 'management.json', 73 'management.json',
74 'manifest_types.json', 74 'manifest_types.json',
75 'mdns.idl',
75 'media_galleries.idl', 76 'media_galleries.idl',
76 'media_galleries_private.idl', 77 'media_galleries_private.idl',
77 'media_player_private.json', 78 'media_player_private.json',
78 'metrics_private.json', 79 'metrics_private.json',
79 'music_manager_private.idl', 80 'music_manager_private.idl',
80 'networking_private.json', 81 'networking_private.json',
81 'notifications.idl', 82 'notifications.idl',
82 'omnibox.json', 83 'omnibox.json',
83 'page_capture.json', 84 'page_capture.json',
84 'permissions.json', 85 'permissions.json',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'schema_files!': [ 166 'schema_files!': [
166 'file_browser_handler_internal.json', 167 'file_browser_handler_internal.json',
167 'log_private.idl', 168 'log_private.idl',
168 'rtc_private.idl', 169 'rtc_private.idl',
169 ], 170 ],
170 }], 171 }],
171 ], 172 ],
172 }, 173 },
173 ], 174 ],
174 } 175 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/mdns.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698