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

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

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'system_private.json', 97 'system_private.json',
98 'tab_capture.idl', 98 'tab_capture.idl',
99 'tabs.json', 99 'tabs.json',
100 'terminal_private.json', 100 'terminal_private.json',
101 'test.json', 101 'test.json',
102 'top_sites.json', 102 'top_sites.json',
103 'usb.idl', 103 'usb.idl',
104 'wallpaper_private.json', 104 'wallpaper_private.json',
105 'web_navigation.json', 105 'web_navigation.json',
106 'web_request.json', 106 'web_request.json',
107 'web_socket_proxy_private.json',
108 'webview.json', 107 'webview.json',
109 'windows.json', 108 'windows.json',
110 ], 109 ],
111 'cc_dir': 'chrome/common/extensions/api', 110 'cc_dir': 'chrome/common/extensions/api',
112 'root_namespace': 'extensions::api', 111 'root_namespace': 'extensions::api',
113 }, 112 },
114 'dependencies': [ 113 'dependencies': [
115 '<(DEPTH)/skia/skia.gyp:skia', 114 '<(DEPTH)/skia/skia.gyp:skia',
116 '<(DEPTH)/sync/sync.gyp:sync', 115 '<(DEPTH)/sync/sync.gyp:sync',
117 ], 116 ],
118 'conditions': [ 117 'conditions': [
119 ['OS=="android"', { 118 ['OS=="android"', {
120 'schema_files!': [ 119 'schema_files!': [
121 'usb.idl', 120 'usb.idl',
122 ], 121 ],
123 }], 122 }],
124 ['OS!="chromeos"', { 123 ['OS!="chromeos"', {
125 'schema_files!': [ 124 'schema_files!': [
126 'file_browser_handler_internal.json', 125 'file_browser_handler_internal.json',
127 'rtc_private.idl', 126 'rtc_private.idl',
128 ], 127 ],
129 }], 128 }],
130 ], 129 ],
131 }, 130 },
132 ], 131 ],
133 } 132 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/web_socket_proxy_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698