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 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
10 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
11 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 12 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
12 '../third_party/icu/icu.gyp:icuuc', | 13 '../third_party/icu/icu.gyp:icuuc', |
13 '../third_party/icu/icu.gyp:icui18n', | 14 '../third_party/icu/icu.gyp:icui18n', |
14 '../third_party/libjingle/libjingle.gyp:libjingle', | 15 '../third_party/libjingle/libjingle.gyp:libjingle', |
15 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 16 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
16 '../third_party/npapi/npapi.gyp:npapi', | 17 '../third_party/npapi/npapi.gyp:npapi', |
17 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
18 '../ui/gfx/surface/surface.gyp:surface', | 19 '../ui/gfx/surface/surface.gyp:surface', |
19 '../v8/tools/gyp/v8.gyp:v8', | 20 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 }, { | 274 }, { |
274 'sources!': [ | 275 'sources!': [ |
275 'renderer/java/java_bridge_channel.cc', | 276 'renderer/java/java_bridge_channel.cc', |
276 'renderer/java/java_bridge_channel.h', | 277 'renderer/java/java_bridge_channel.h', |
277 'renderer/java/java_bridge_dispatcher.cc', | 278 'renderer/java/java_bridge_dispatcher.cc', |
278 'renderer/java/java_bridge_dispatcher.h', | 279 'renderer/java/java_bridge_dispatcher.h', |
279 ], | 280 ], |
280 }], | 281 }], |
281 ], | 282 ], |
282 } | 283 } |
OLD | NEW |