| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'file_system_provider_internal.idl', | 113 'file_system_provider_internal.idl', |
| 114 'first_run_private.json', | 114 'first_run_private.json', |
| 115 'log_private.idl', | 115 'log_private.idl', |
| 116 'platform_keys.idl', | 116 'platform_keys.idl', |
| 117 'platform_keys_internal.idl', | 117 'platform_keys_internal.idl', |
| 118 'wallpaper.json', | 118 'wallpaper.json', |
| 119 'wallpaper_private.json', | 119 'wallpaper_private.json', |
| 120 ], | 120 ], |
| 121 | 121 |
| 122 'webrtc_schema_files': [ | 122 'webrtc_schema_files': [ |
| 123 'cast_streaming_receiver_session.idl', |
| 123 'cast_streaming_rtp_stream.idl', | 124 'cast_streaming_rtp_stream.idl', |
| 124 'cast_streaming_session.idl', | 125 'cast_streaming_session.idl', |
| 125 'cast_streaming_udp_transport.idl', | 126 'cast_streaming_udp_transport.idl', |
| 126 ], | 127 ], |
| 127 | 128 |
| 128 'non_compiled_schema_files': [ | 129 'non_compiled_schema_files': [ |
| 129 '<@(main_non_compiled_schema_files)', | 130 '<@(main_non_compiled_schema_files)', |
| 130 ], | 131 ], |
| 131 'schema_dependencies': [ | 132 'schema_dependencies': [ |
| 132 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 133 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 151 'schema_files': [ | 152 'schema_files': [ |
| 152 '<@(webrtc_schema_files)', | 153 '<@(webrtc_schema_files)', |
| 153 ], | 154 ], |
| 154 }], | 155 }], |
| 155 ], | 156 ], |
| 156 'cc_dir': 'chrome/common/extensions/api', | 157 'cc_dir': 'chrome/common/extensions/api', |
| 157 'root_namespace': 'extensions::api::%(namespace)s', | 158 'root_namespace': 'extensions::api::%(namespace)s', |
| 158 'impl_dir_': 'chrome/browser/extensions/api', | 159 'impl_dir_': 'chrome/browser/extensions/api', |
| 159 }, | 160 }, |
| 160 } | 161 } |
| OLD | NEW |