OLD | NEW |
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'chromeos_schema_files': [ | 109 'chromeos_schema_files': [ |
110 'accessibility_features.json', | 110 'accessibility_features.json', |
111 'diagnostics.idl', | 111 'diagnostics.idl', |
112 'enterprise_platform_keys.idl', | 112 'enterprise_platform_keys.idl', |
113 'enterprise_platform_keys_internal.idl', | 113 'enterprise_platform_keys_internal.idl', |
114 'file_browser_handler_internal.json', | 114 'file_browser_handler_internal.json', |
115 'file_system_provider.idl', | 115 'file_system_provider.idl', |
116 'file_system_provider_internal.idl', | 116 'file_system_provider_internal.idl', |
117 'first_run_private.json', | 117 'first_run_private.json', |
118 'log_private.idl', | 118 'log_private.idl', |
| 119 'platform_keys.idl', |
119 'platform_keys_internal.idl', | 120 'platform_keys_internal.idl', |
120 'wallpaper.json', | 121 'wallpaper.json', |
121 'wallpaper_private.json', | 122 'wallpaper_private.json', |
122 ], | 123 ], |
123 | 124 |
124 'webrtc_schema_files': [ | 125 'webrtc_schema_files': [ |
125 'cast_streaming_rtp_stream.idl', | 126 'cast_streaming_rtp_stream.idl', |
126 'cast_streaming_session.idl', | 127 'cast_streaming_session.idl', |
127 'cast_streaming_udp_transport.idl', | 128 'cast_streaming_udp_transport.idl', |
128 ], | 129 ], |
(...skipping 24 matching lines...) Expand all Loading... |
153 'schema_files': [ | 154 'schema_files': [ |
154 '<@(webrtc_schema_files)', | 155 '<@(webrtc_schema_files)', |
155 ], | 156 ], |
156 }], | 157 }], |
157 ], | 158 ], |
158 'cc_dir': 'chrome/common/extensions/api', | 159 'cc_dir': 'chrome/common/extensions/api', |
159 'root_namespace': 'extensions::api::%(namespace)s', | 160 'root_namespace': 'extensions::api::%(namespace)s', |
160 'impl_dir_': 'chrome/browser/extensions/api', | 161 'impl_dir_': 'chrome/browser/extensions/api', |
161 }, | 162 }, |
162 } | 163 } |
OLD | NEW |