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

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

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated histograms.xml. Created 6 years, 7 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': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'webview.json', 154 'webview.json',
155 'web_navigation.json', 155 'web_navigation.json',
156 'web_request.json', 156 'web_request.json',
157 'windows.json', 157 'windows.json',
158 ], 158 ],
159 }], 159 }],
160 ['chromeos==1', { 160 ['chromeos==1', {
161 'schema_files': [ 161 'schema_files': [
162 'accessibility_features.json', 162 'accessibility_features.json',
163 'diagnostics.idl', 163 'diagnostics.idl',
164 'enterprise_platform_keys.idl',
165 'enterprise_platform_keys_internal.idl',
164 'file_browser_handler_internal.json', 166 'file_browser_handler_internal.json',
165 'first_run_private.json', 167 'first_run_private.json',
166 'log_private.idl', 168 'log_private.idl',
167 'wallpaper.json', 169 'wallpaper.json',
168 'wallpaper_private.json', 170 'wallpaper_private.json',
169 'webcam_private.idl', 171 'webcam_private.idl',
170 ], 172 ],
171 }], 173 }],
172 ['enable_webrtc==1', { 174 ['enable_webrtc==1', {
173 'schema_files': [ 175 'schema_files': [
(...skipping 19 matching lines...) Expand all
193 'conditions': [ 195 'conditions': [
194 ['chromeos==1', { 196 ['chromeos==1', {
195 'dependencies': [ 197 'dependencies': [
196 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 198 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
197 ], 199 ],
198 }], 200 }],
199 ], 201 ],
200 }, 202 },
201 ], 203 ],
202 } 204 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/enterprise_platform_keys.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698