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

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

Issue 23885002: Add WebRTC logging extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'tabs.json', 104 'tabs.json',
105 'terminal_private.json', 105 'terminal_private.json',
106 'test.json', 106 'test.json',
107 'top_sites.json', 107 'top_sites.json',
108 'usb.idl', 108 'usb.idl',
109 'virtual_keyboard_private.json', 109 'virtual_keyboard_private.json',
110 'wallpaper.json', 110 'wallpaper.json',
111 'wallpaper_private.json', 111 'wallpaper_private.json',
112 'web_navigation.json', 112 'web_navigation.json',
113 'web_request.json', 113 'web_request.json',
114 'webrtc_logging_private.idl',
114 'webstore_private.json', 115 'webstore_private.json',
115 'webview.json', 116 'webview.json',
116 'windows.json', 117 'windows.json',
117 ], 118 ],
118 'cc_dir': 'chrome/common/extensions/api', 119 'cc_dir': 'chrome/common/extensions/api',
119 'root_namespace': 'extensions::api', 120 'root_namespace': 'extensions::api',
120 }, 121 },
121 'dependencies': [ 122 'dependencies': [
122 '<(DEPTH)/skia/skia.gyp:skia', 123 '<(DEPTH)/skia/skia.gyp:skia',
123 '<(DEPTH)/sync/sync.gyp:sync', 124 '<(DEPTH)/sync/sync.gyp:sync',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 }], 165 }],
165 ['OS!="chromeos"', { 166 ['OS!="chromeos"', {
166 'schema_files!': [ 167 'schema_files!': [
167 'file_browser_handler_internal.json', 168 'file_browser_handler_internal.json',
168 'log_private.idl', 169 'log_private.idl',
169 'virtual_keyboard_private.json', 170 'virtual_keyboard_private.json',
170 'wallpaper.json', 171 'wallpaper.json',
171 'wallpaper_private.json', 172 'wallpaper_private.json',
172 ], 173 ],
173 }], 174 }],
175 ['enable_webrtc==0', {
176 'schema_files!': [
177 'webrtc_logging_private.idl',
178 ],
179 }],
174 ], 180 ],
175 }, 181 },
176 ], 182 ],
177 } 183 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/webrtc_logging_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698