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

Side by Side Diff: chrome/common/extensions/api/schemas.gypi

Issue 671163002: Add new extension API for VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds the extension api for platform apps as well Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'main_schema_files': [ 10 'main_schema_files': [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 # ChromeOS-specific schemas. 112 # ChromeOS-specific schemas.
113 'chromeos_schema_files': [ 113 'chromeos_schema_files': [
114 'accessibility_features.json', 114 'accessibility_features.json',
115 'diagnostics.idl', 115 'diagnostics.idl',
116 'enterprise_platform_keys.idl', 116 'enterprise_platform_keys.idl',
117 'enterprise_platform_keys_internal.idl', 117 'enterprise_platform_keys_internal.idl',
118 'file_browser_handler_internal.json', 118 'file_browser_handler_internal.json',
119 'first_run_private.json', 119 'first_run_private.json',
120 'log_private.idl', 120 'log_private.idl',
121 'vpn_provider.idl',
121 'webcam_private.idl', 122 'webcam_private.idl',
122 ], 123 ],
123 124
124 # ChromeOS-specific schemas which have not been ported to Athena. 125 # ChromeOS-specific schemas which have not been ported to Athena.
125 'chromeos_non_athena_schema_files': [ 126 'chromeos_non_athena_schema_files': [
126 'wallpaper.json', 127 'wallpaper.json',
127 'wallpaper_private.json', 128 'wallpaper_private.json',
128 ], 129 ],
129 130
130 'webrtc_schema_files': [ 131 'webrtc_schema_files': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'schema_files': [ 178 'schema_files': [
178 '<@(webrtc_schema_files)', 179 '<@(webrtc_schema_files)',
179 ], 180 ],
180 }], 181 }],
181 ], 182 ],
182 'cc_dir': 'chrome/common/extensions/api', 183 'cc_dir': 'chrome/common/extensions/api',
183 'root_namespace': 'extensions::api::%(namespace)s', 184 'root_namespace': 'extensions::api::%(namespace)s',
184 'impl_dir_': 'chrome/browser/extensions/api', 185 'impl_dir_': 'chrome/browser/extensions/api',
185 }, 186 },
186 } 187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698