| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 }], | 237 }], |
| 238 ], | 238 ], |
| 239 'dependencies': [ | 239 'dependencies': [ |
| 240 '../build/linux/system.gyp:gtk', | 240 '../build/linux/system.gyp:gtk', |
| 241 ], | 241 ], |
| 242 }], | 242 }], |
| 243 ['OS=="mac"', { | 243 ['OS=="mac"', { |
| 244 'sources!': [ | 244 'sources!': [ |
| 245 'common/process_watcher_posix.cc', | 245 'common/process_watcher_posix.cc', |
| 246 ], | 246 ], |
| 247 'link_settings': { | |
| 248 'mac_bundle_resources': [ | |
| 249 'renderer/renderer.sb', | |
| 250 ], | |
| 251 }, | |
| 252 }], | 247 }], |
| 253 ['OS=="win" and win_use_allocator_shim==1', { | 248 ['OS=="win" and win_use_allocator_shim==1', { |
| 254 'dependencies': [ | 249 'dependencies': [ |
| 255 '../base/allocator/allocator.gyp:allocator', | 250 '../base/allocator/allocator.gyp:allocator', |
| 256 ], | 251 ], |
| 257 }], | 252 }], |
| 258 ['enable_webrtc==1', { | 253 ['enable_webrtc==1', { |
| 259 'dependencies': [ | 254 'dependencies': [ |
| 260 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 255 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
| 261 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system
_wrappers', | 256 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system
_wrappers', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 276 }, { | 271 }, { |
| 277 'sources!': [ | 272 'sources!': [ |
| 278 'renderer/java/java_bridge_channel.cc', | 273 'renderer/java/java_bridge_channel.cc', |
| 279 'renderer/java/java_bridge_channel.h', | 274 'renderer/java/java_bridge_channel.h', |
| 280 'renderer/java/java_bridge_dispatcher.cc', | 275 'renderer/java/java_bridge_dispatcher.cc', |
| 281 'renderer/java/java_bridge_dispatcher.h', | 276 'renderer/java/java_bridge_dispatcher.h', |
| 282 ], | 277 ], |
| 283 }], | 278 }], |
| 284 ], | 279 ], |
| 285 } | 280 } |
| OLD | NEW |