| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/allocator/allocator.gyp:allocator_headers', | |
| 8 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 9 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 11 '../third_party/hyphen/hyphen.gyp:hyphen', | 10 '../third_party/hyphen/hyphen.gyp:hyphen', |
| 12 '../third_party/icu/icu.gyp:icuuc', | 11 '../third_party/icu/icu.gyp:icuuc', |
| 13 '../third_party/icu/icu.gyp:icui18n', | 12 '../third_party/icu/icu.gyp:icui18n', |
| 14 '../third_party/libjingle/libjingle.gyp:libjingle', | 13 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 15 '../third_party/npapi/npapi.gyp:npapi', | 14 '../third_party/npapi/npapi.gyp:npapi', |
| 16 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 15 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 17 '../ui/native_theme/native_theme.gyp:native_theme', | 16 '../ui/native_theme/native_theme.gyp:native_theme', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 }], | 420 }], |
| 422 ], | 421 ], |
| 423 'target_conditions': [ | 422 'target_conditions': [ |
| 424 ['OS=="android"', { | 423 ['OS=="android"', { |
| 425 'sources/': [ | 424 'sources/': [ |
| 426 ['include', '^renderer/render_view_linux\\.cc$'], | 425 ['include', '^renderer/render_view_linux\\.cc$'], |
| 427 ], | 426 ], |
| 428 }], | 427 }], |
| 429 ], | 428 ], |
| 430 } | 429 } |
| OLD | NEW |