| 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 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
| 12 '../third_party/flac/flac.gyp:libflac', | 12 '../third_party/flac/flac.gyp:libflac', |
| 13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. | 13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. |
| 14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 15 '../third_party/speex/speex.gyp:libspeex', | 15 '../third_party/speex/speex.gyp:libspeex', |
| 16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 17 '../third_party/zlib/zlib.gyp:zlib', | 17 '../third_party/zlib/zlib.gyp:zlib', |
| 18 '../ui/gfx/surface/surface.gyp:surface', |
| 18 '../ui/ui.gyp:ui', | 19 '../ui/ui.gyp:ui', |
| 19 '../ui/ui.gyp:ui_resources', | 20 '../ui/ui.gyp:ui_resources', |
| 20 '../webkit/support/webkit_support.gyp:webkit_resources', | 21 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 21 '../webkit/support/webkit_support.gyp:webkit_strings', | 22 '../webkit/support/webkit_support.gyp:webkit_strings', |
| 22 ], | 23 ], |
| 23 'include_dirs': [ | 24 'include_dirs': [ |
| 24 '..', | 25 '..', |
| 25 '<(INTERMEDIATE_DIR)', | 26 '<(INTERMEDIATE_DIR)', |
| 26 ], | 27 ], |
| 27 'sources': [ | 28 'sources': [ |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 'browser/renderer_host/java_bridge_channel_host.h', | 775 'browser/renderer_host/java_bridge_channel_host.h', |
| 775 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', | 776 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', |
| 776 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', | 777 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', |
| 777 'browser/renderer_host/java_bridge_dispatcher_host.cc', | 778 'browser/renderer_host/java_bridge_dispatcher_host.cc', |
| 778 'browser/renderer_host/java_bridge_dispatcher_host.h', | 779 'browser/renderer_host/java_bridge_dispatcher_host.h', |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 } | 783 } |
| 783 | 784 |
| OLD | NEW |