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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 }], | 717 }], |
718 ['OS=="win" and win_use_allocator_shim==1', { | 718 ['OS=="win" and win_use_allocator_shim==1', { |
719 'dependencies': [ | 719 'dependencies': [ |
720 '../base/allocator/allocator.gyp:allocator', | 720 '../base/allocator/allocator.gyp:allocator', |
721 ], | 721 ], |
722 }], | 722 }], |
723 ['OS=="android"', { | 723 ['OS=="android"', { |
724 'sources!': [ | 724 'sources!': [ |
725 'renderer/accessibility/renderer_accessibility_focus_only.cc', | 725 'renderer/accessibility/renderer_accessibility_focus_only.cc', |
726 'renderer/media/audio_decoder.cc', | 726 'renderer/media/audio_decoder.cc', |
727 'renderer/media/filter_helpers.cc', | |
728 'renderer/media/crypto/encrypted_media_player_support_impl.cc', | 727 'renderer/media/crypto/encrypted_media_player_support_impl.cc', |
729 'renderer/media/webmediaplayer_impl.cc', | |
730 ], | 728 ], |
731 'sources': [ | 729 'sources': [ |
732 'renderer/external_popup_menu.cc', | 730 'renderer/external_popup_menu.cc', |
733 'renderer/external_popup_menu.h', | 731 'renderer/external_popup_menu.h', |
734 ], | 732 ], |
735 'dependencies': [ | 733 'dependencies': [ |
736 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 734 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
737 ], | 735 ], |
738 'includes': [ | 736 'includes': [ |
739 '../build/android/cpufeatures.gypi', | 737 '../build/android/cpufeatures.gypi', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 }], | 827 }], |
830 ], | 828 ], |
831 'target_conditions': [ | 829 'target_conditions': [ |
832 ['OS=="android"', { | 830 ['OS=="android"', { |
833 'sources/': [ | 831 'sources/': [ |
834 ['include', '^renderer/render_view_linux\\.cc$'], | 832 ['include', '^renderer/render_view_linux\\.cc$'], |
835 ], | 833 ], |
836 }], | 834 }], |
837 ], | 835 ], |
838 } | 836 } |
OLD | NEW |