| OLD | NEW |
| 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': 'api', | 8 'target_name': 'api', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'diagnostics.idl', | 158 'diagnostics.idl', |
| 159 'file_browser_handler_internal.json', | 159 'file_browser_handler_internal.json', |
| 160 'log_private.idl', | 160 'log_private.idl', |
| 161 'screenlock_private.idl', | 161 'screenlock_private.idl', |
| 162 'wallpaper.json', | 162 'wallpaper.json', |
| 163 'wallpaper_private.json', | 163 'wallpaper_private.json', |
| 164 ], | 164 ], |
| 165 }], | 165 }], |
| 166 ['enable_webrtc==1', { | 166 ['enable_webrtc==1', { |
| 167 'schema_files': [ | 167 'schema_files': [ |
| 168 'cast_streaming.idl', |
| 168 'webrtc_cast_send_transport.idl', | 169 'webrtc_cast_send_transport.idl', |
| 169 'webrtc_cast_udp_transport.idl', | 170 'webrtc_cast_udp_transport.idl', |
| 170 'webrtc_logging_private.idl', | 171 'webrtc_logging_private.idl', |
| 171 ], | 172 ], |
| 172 }], | 173 }], |
| 173 ], | 174 ], |
| 174 'cc_dir': 'chrome/common/extensions/api', | 175 'cc_dir': 'chrome/common/extensions/api', |
| 175 'root_namespace': 'extensions::api', | 176 'root_namespace': 'extensions::api', |
| 176 }, | 177 }, |
| 177 'dependencies': [ | 178 'dependencies': [ |
| 178 '<(DEPTH)/skia/skia.gyp:skia', | 179 '<(DEPTH)/skia/skia.gyp:skia', |
| 179 '<(DEPTH)/sync/sync.gyp:sync', | 180 '<(DEPTH)/sync/sync.gyp:sync', |
| 180 ], | 181 ], |
| 181 'conditions': [ | 182 'conditions': [ |
| 182 ['chromeos==1', { | 183 ['chromeos==1', { |
| 183 'dependencies': [ | 184 'dependencies': [ |
| 184 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 185 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 185 ], | 186 ], |
| 186 }], | 187 }], |
| 187 ], | 188 ], |
| 188 }, | 189 }, |
| 189 ], | 190 ], |
| 190 } | 191 } |
| OLD | NEW |