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

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

Issue 23731011: Removed chrome.rtcPrivate API. (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 | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/rtc_private.idl » ('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 (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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'music_manager_private.idl', 80 'music_manager_private.idl',
81 'networking_private.json', 81 'networking_private.json',
82 'notifications.idl', 82 'notifications.idl',
83 'omnibox.json', 83 'omnibox.json',
84 'page_capture.json', 84 'page_capture.json',
85 'permissions.json', 85 'permissions.json',
86 'preferences_private.json', 86 'preferences_private.json',
87 'power.idl', 87 'power.idl',
88 'push_messaging.idl', 88 'push_messaging.idl',
89 'image_writer_private.idl', 89 'image_writer_private.idl',
90 'rtc_private.idl',
91 'runtime.json', 90 'runtime.json',
92 'serial.idl', 91 'serial.idl',
93 'sessions.json', 92 'sessions.json',
94 'signed_in_devices.idl', 93 'signed_in_devices.idl',
95 'socket.idl', 94 'socket.idl',
96 'sockets_udp.idl', 95 'sockets_udp.idl',
97 'storage.json', 96 'storage.json',
98 'sync_file_system.idl', 97 'sync_file_system.idl',
99 'system_indicator.idl', 98 'system_indicator.idl',
100 'system_cpu.idl', 99 'system_cpu.idl',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'i18n.json', 147 'i18n.json',
149 'identity.idl', 148 'identity.idl',
150 'identity_private.idl', 149 'identity_private.idl',
151 'idle.json', 150 'idle.json',
152 'infobars.json', 151 'infobars.json',
153 'input_ime.json', 152 'input_ime.json',
154 'media_player_private.json', 153 'media_player_private.json',
155 'music_manager_private.idl', 154 'music_manager_private.idl',
156 'networking_private.json', 155 'networking_private.json',
157 'power.idl', 156 'power.idl',
158 'rtc_private.idl',
159 'system_indicator.idl', 157 'system_indicator.idl',
160 'system_private.json', 158 'system_private.json',
161 'terminal_private.json', 159 'terminal_private.json',
162 'test.json', 160 'test.json',
163 'top_sites.json', 161 'top_sites.json',
164 'webview.json', 162 'webview.json',
165 ], 163 ],
166 }], 164 }],
167 ['OS!="chromeos"', { 165 ['OS!="chromeos"', {
168 'schema_files!': [ 166 'schema_files!': [
169 'file_browser_handler_internal.json', 167 'file_browser_handler_internal.json',
170 'log_private.idl', 168 'log_private.idl',
171 'rtc_private.idl',
172 'virtual_keyboard_private.json', 169 'virtual_keyboard_private.json',
173 'wallpaper.json', 170 'wallpaper.json',
174 'wallpaper_private.json', 171 'wallpaper_private.json',
175 ], 172 ],
176 }], 173 }],
177 ], 174 ],
178 }, 175 },
179 ], 176 ],
180 } 177 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/rtc_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698