| 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': 'chrome_api', | 8 'target_name': 'chrome_api', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'cast_streaming_rtp_stream.idl', | 171 'cast_streaming_rtp_stream.idl', |
| 172 'cast_streaming_session.idl', | 172 'cast_streaming_session.idl', |
| 173 'cast_streaming_udp_transport.idl', | 173 'cast_streaming_udp_transport.idl', |
| 174 ], | 174 ], |
| 175 }], | 175 }], |
| 176 ], | 176 ], |
| 177 'cc_dir': 'chrome/common/extensions/api', | 177 'cc_dir': 'chrome/common/extensions/api', |
| 178 'root_namespace': 'extensions::api', | 178 'root_namespace': 'extensions::api', |
| 179 }, | 179 }, |
| 180 'dependencies': [ | 180 'dependencies': [ |
| 181 '<(DEPTH)/content/content.gyp:content_browser', |
| 181 '<(DEPTH)/skia/skia.gyp:skia', | 182 '<(DEPTH)/skia/skia.gyp:skia', |
| 182 '<(DEPTH)/sync/sync.gyp:sync', | 183 '<(DEPTH)/sync/sync.gyp:sync', |
| 183 ], | 184 ], |
| 184 'conditions': [ | 185 'conditions': [ |
| 185 ['chromeos==1', { | 186 ['chromeos==1', { |
| 186 'dependencies': [ | 187 'dependencies': [ |
| 187 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 188 ], | 189 ], |
| 189 }], | 190 }], |
| 190 ], | 191 ], |
| 191 }, | 192 }, |
| 192 ], | 193 ], |
| 193 } | 194 } |
| OLD | NEW |