| 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', |
| 11 '../cc/blink/cc_blink.gyp:cc_blink', | 11 '../cc/blink/cc_blink.gyp:cc_blink', |
| 12 '../components/components.gyp:startup_metric_utils_common', | 12 '../components/components.gyp:startup_metric_utils_common', |
| 13 '../components/components.gyp:webusb', | 13 '../components/components.gyp:webusb', |
| 14 '../components/scheduler/scheduler.gyp:scheduler', | 14 '../components/scheduler/scheduler.gyp:scheduler', |
| 15 '../components/url_formatter/url_formatter.gyp:url_formatter', | 15 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 16 '../device/battery/battery.gyp:device_battery', | 16 '../device/battery/battery.gyp:device_battery', |
| 17 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 17 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 18 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib', |
| 18 '../device/vibration/vibration.gyp:device_vibration', | 19 '../device/vibration/vibration.gyp:device_vibration', |
| 19 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 20 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| 20 '../gin/gin.gyp:gin', | 21 '../gin/gin.gyp:gin', |
| 21 '../gpu/gpu.gyp:gpu', | 22 '../gpu/gpu.gyp:gpu', |
| 22 '../jingle/jingle.gyp:jingle_glue', | 23 '../jingle/jingle.gyp:jingle_glue', |
| 23 '../media/blink/media_blink.gyp:media_blink', | 24 '../media/blink/media_blink.gyp:media_blink', |
| 24 '../media/media.gyp:media', | 25 '../media/media.gyp:media', |
| 25 '../mojo/mojo_base.gyp:mojo_application_bindings', | 26 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 26 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 27 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 27 '../mojo/mojo_base.gyp:mojo_geometry_lib', | 28 '../mojo/mojo_base.gyp:mojo_geometry_lib', |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 ], | 799 ], |
| 799 }], | 800 }], |
| 800 ['OS=="win" and win_use_allocator_shim==1', { | 801 ['OS=="win" and win_use_allocator_shim==1', { |
| 801 'dependencies': [ | 802 'dependencies': [ |
| 802 '../base/allocator/allocator.gyp:allocator', | 803 '../base/allocator/allocator.gyp:allocator', |
| 803 ], | 804 ], |
| 804 }], | 805 }], |
| 805 ['OS=="android"', { | 806 ['OS=="android"', { |
| 806 'sources!': [ | 807 'sources!': [ |
| 807 'renderer/media/audio_decoder.cc', | 808 'renderer/media/audio_decoder.cc', |
| 808 'renderer/usb/type_converters.cc', | |
| 809 'renderer/usb/type_converters.h', | |
| 810 'renderer/usb/web_usb_client_impl.cc', | |
| 811 'renderer/usb/web_usb_client_impl.h', | |
| 812 'renderer/usb/web_usb_device_impl.cc', | |
| 813 'renderer/usb/web_usb_device_impl.h', | |
| 814 ], | 809 ], |
| 815 'sources': [ | 810 'sources': [ |
| 816 'renderer/external_popup_menu.cc', | 811 'renderer/external_popup_menu.cc', |
| 817 'renderer/external_popup_menu.h', | 812 'renderer/external_popup_menu.h', |
| 818 ], | 813 ], |
| 819 'dependencies': [ | 814 'dependencies': [ |
| 820 '../build/android/ndk.gyp:cpu_features', | 815 '../build/android/ndk.gyp:cpu_features', |
| 821 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 816 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 822 ], | 817 ], |
| 823 'dependencies!': [ | 818 'dependencies!': [ |
| 824 '../components/components.gyp:webusb', | |
| 825 '../device/battery/battery.gyp:device_battery', | 819 '../device/battery/battery.gyp:device_battery', |
| 826 ], | 820 ], |
| 827 }, { | 821 }, { |
| 828 'sources!': [ | 822 'sources!': [ |
| 829 'renderer/java/gin_java_bridge_dispatcher.cc', | 823 'renderer/java/gin_java_bridge_dispatcher.cc', |
| 830 'renderer/java/gin_java_bridge_dispatcher.h', | 824 'renderer/java/gin_java_bridge_dispatcher.h', |
| 831 'renderer/java/gin_java_bridge_object.cc', | 825 'renderer/java/gin_java_bridge_object.cc', |
| 832 'renderer/java/gin_java_bridge_object.h', | 826 'renderer/java/gin_java_bridge_object.h', |
| 833 'renderer/java/gin_java_bridge_value_converter.cc', | 827 'renderer/java/gin_java_bridge_value_converter.cc', |
| 834 'renderer/java/gin_java_bridge_value_converter.h', | 828 'renderer/java/gin_java_bridge_value_converter.h', |
| 835 'renderer/java/gin_java_function_invocation_helper.cc', | 829 'renderer/java/gin_java_function_invocation_helper.cc', |
| 836 'renderer/java/gin_java_function_invocation_helper.h', | 830 'renderer/java/gin_java_function_invocation_helper.h', |
| 837 ], | 831 ], |
| 838 'dependencies': [ | 832 'dependencies': [ |
| 839 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib', | |
| 840 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', | |
| 841 '../media/cast/cast.gyp:cast_sender', | 833 '../media/cast/cast.gyp:cast_sender', |
| 842 ] | 834 ] |
| 843 }], | 835 }], |
| 844 ['enable_webrtc==1', { | 836 ['enable_webrtc==1', { |
| 845 'dependencies': [ | 837 'dependencies': [ |
| 846 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 838 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
| 847 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 839 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 848 '../third_party/webrtc/modules/modules.gyp:audio_device', | 840 '../third_party/webrtc/modules/modules.gyp:audio_device', |
| 849 '../third_party/webrtc/modules/modules.gyp:audio_processing', | 841 '../third_party/webrtc/modules/modules.gyp:audio_processing', |
| 850 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', | 842 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 }], | 919 }], |
| 928 ], | 920 ], |
| 929 'target_conditions': [ | 921 'target_conditions': [ |
| 930 ['OS=="android"', { | 922 ['OS=="android"', { |
| 931 'sources/': [ | 923 'sources/': [ |
| 932 ['include', '^renderer/render_view_linux\\.cc$'], | 924 ['include', '^renderer/render_view_linux\\.cc$'], |
| 933 ], | 925 ], |
| 934 }], | 926 }], |
| 935 ], | 927 ], |
| 936 } | 928 } |
| OLD | NEW |