| 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../media/media.gyp:media', | 8 '../media/media.gyp:media', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 ['OS=="win" and win_use_allocator_shim==1', { | 533 ['OS=="win" and win_use_allocator_shim==1', { |
| 534 'dependencies': [ | 534 'dependencies': [ |
| 535 '../base/allocator/allocator.gyp:allocator', | 535 '../base/allocator/allocator.gyp:allocator', |
| 536 ], | 536 ], |
| 537 }], | 537 }], |
| 538 ['OS=="android"', { | 538 ['OS=="android"', { |
| 539 'sources!': [ | 539 'sources!': [ |
| 540 'renderer/accessibility/renderer_accessibility_focus_only.cc' | 540 'renderer/accessibility/renderer_accessibility_focus_only.cc' |
| 541 'renderer/media/audio_decoder.cc', | 541 'renderer/media/audio_decoder.cc', |
| 542 'renderer/media/filter_helpers.cc', | 542 'renderer/media/filter_helpers.cc', |
| 543 'renderer/media/pepper_platform_video_decoder.cc', |
| 543 'renderer/media/webmediaplayer_impl.cc', | 544 'renderer/media/webmediaplayer_impl.cc', |
| 544 ], | 545 ], |
| 545 'dependencies': [ | 546 'dependencies': [ |
| 546 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 547 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 547 ], | 548 ], |
| 548 'includes': [ | 549 'includes': [ |
| 549 '../build/android/cpufeatures.gypi', | 550 '../build/android/cpufeatures.gypi', |
| 550 ], | 551 ], |
| 551 }, { | 552 }, { |
| 552 'sources!': [ | 553 'sources!': [ |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 }], | 726 }], |
| 726 ], | 727 ], |
| 727 'target_conditions': [ | 728 'target_conditions': [ |
| 728 ['OS=="android"', { | 729 ['OS=="android"', { |
| 729 'sources/': [ | 730 'sources/': [ |
| 730 ['include', '^renderer/render_view_linux\\.cc$'], | 731 ['include', '^renderer/render_view_linux\\.cc$'], |
| 731 ], | 732 ], |
| 732 }], | 733 }], |
| 733 ], | 734 ], |
| 734 } | 735 } |
| OLD | NEW |