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

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

Issue 1291113002: Cast extension private API for ChromeOS system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase Created 5 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'browsing_data.json', 99 'browsing_data.json',
100 'extension.json', 100 'extension.json',
101 'idltest.idl', 101 'idltest.idl',
102 'music_manager_private.idl', 102 'music_manager_private.idl',
103 'principals_private.idl', 103 'principals_private.idl',
104 'top_sites.json', 104 'top_sites.json',
105 ], 105 ],
106 106
107 # ChromeOS-specific schemas. 107 # ChromeOS-specific schemas.
108 'chromeos_schema_files': [ 108 'chromeos_schema_files': [
109 'cast_devices_private.idl',
109 'echo_private.json', 110 'echo_private.json',
110 'enterprise_device_attributes.idl', 111 'enterprise_device_attributes.idl',
111 'enterprise_platform_keys.idl', 112 'enterprise_platform_keys.idl',
112 'enterprise_platform_keys_internal.idl', 113 'enterprise_platform_keys_internal.idl',
113 'enterprise_platform_keys_private.json', 114 'enterprise_platform_keys_private.json',
114 'file_browser_handler_internal.json', 115 'file_browser_handler_internal.json',
115 'file_manager_private.idl', 116 'file_manager_private.idl',
116 'file_manager_private_internal.idl', 117 'file_manager_private_internal.idl',
117 'file_system_provider.idl', 118 'file_system_provider.idl',
118 'file_system_provider_internal.idl', 119 'file_system_provider_internal.idl',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 '<@(webrtc_schema_files)', 170 '<@(webrtc_schema_files)',
170 ], 171 ],
171 }], 172 }],
172 ], 173 ],
173 'cc_dir': 'chrome/common/extensions/api', 174 'cc_dir': 'chrome/common/extensions/api',
174 'root_namespace': 'extensions::api::%(namespace)s', 175 'root_namespace': 'extensions::api::%(namespace)s',
175 'bundle_name': 'Chrome', 176 'bundle_name': 'Chrome',
176 'impl_dir_': 'chrome/browser/extensions/api', 177 'impl_dir_': 'chrome/browser/extensions/api',
177 }, 178 },
178 } 179 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/cast_devices_private.idl ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698