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/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
10 '../cc/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'sources': [ | 795 'sources': [ |
796 'renderer/external_popup_menu.cc', | 796 'renderer/external_popup_menu.cc', |
797 'renderer/external_popup_menu.h', | 797 'renderer/external_popup_menu.h', |
798 ], | 798 ], |
799 }, { | 799 }, { |
800 'sources!': [ | 800 'sources!': [ |
801 'renderer/webscrollbarbehavior_impl_mac.h', | 801 'renderer/webscrollbarbehavior_impl_mac.h', |
802 'renderer/webscrollbarbehavior_impl_mac.mm', | 802 'renderer/webscrollbarbehavior_impl_mac.mm', |
803 ], | 803 ], |
804 }], | 804 }], |
805 ['OS=="win" and win_use_allocator_shim==1', { | |
806 'dependencies': [ | |
807 '../base/allocator/allocator.gyp:allocator', | |
808 ], | |
809 }], | |
810 ['OS=="android"', { | 805 ['OS=="android"', { |
811 'sources': [ | 806 'sources': [ |
812 'renderer/external_popup_menu.cc', | 807 'renderer/external_popup_menu.cc', |
813 'renderer/external_popup_menu.h', | 808 'renderer/external_popup_menu.h', |
814 ], | 809 ], |
815 'dependencies': [ | 810 'dependencies': [ |
816 '../build/android/ndk.gyp:cpu_features', | 811 '../build/android/ndk.gyp:cpu_features', |
817 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 812 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
818 ], | 813 ], |
819 'dependencies!': [ | 814 'dependencies!': [ |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 }], | 915 }], |
921 ], | 916 ], |
922 'target_conditions': [ | 917 'target_conditions': [ |
923 ['OS=="android"', { | 918 ['OS=="android"', { |
924 'sources/': [ | 919 'sources/': [ |
925 ['include', '^renderer/render_view_linux\\.cc$'], | 920 ['include', '^renderer/render_view_linux\\.cc$'], |
926 ], | 921 ], |
927 }], | 922 }], |
928 ], | 923 ], |
929 } | 924 } |
OLD | NEW |