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_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1806 ], | 1806 ], |
1807 }], | 1807 }], |
1808 ['OS=="linux" and use_aura==1', { | 1808 ['OS=="linux" and use_aura==1', { |
1809 'dependencies': [ | 1809 'dependencies': [ |
1810 '../build/linux/system.gyp:fontconfig', | 1810 '../build/linux/system.gyp:fontconfig', |
1811 ], | 1811 ], |
1812 }], | 1812 }], |
1813 ['use_x11==1', { | 1813 ['use_x11==1', { |
1814 'dependencies': [ | 1814 'dependencies': [ |
1815 '../build/linux/system.gyp:x11', | 1815 '../build/linux/system.gyp:x11', |
| 1816 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform', |
| 1817 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
1816 ], | 1818 ], |
1817 }], | 1819 }], |
1818 ['use_pango==1', { | 1820 ['use_pango==1', { |
1819 'dependencies': [ | 1821 'dependencies': [ |
1820 '../build/linux/system.gyp:pangocairo', | 1822 '../build/linux/system.gyp:pangocairo', |
1821 ], | 1823 ], |
1822 'sources!': [ | 1824 'sources!': [ |
1823 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', | 1825 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', |
1824 ], | 1826 ], |
1825 }], | 1827 }], |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1958 'browser/media/media_web_contents_observer.h', | 1960 'browser/media/media_web_contents_observer.h', |
1959 ], | 1961 ], |
1960 }], | 1962 }], |
1961 ['OS == "linux" and use_openssl==1', { | 1963 ['OS == "linux" and use_openssl==1', { |
1962 'dependencies': [ | 1964 'dependencies': [ |
1963 '../third_party/boringssl/boringssl.gyp:boringssl', | 1965 '../third_party/boringssl/boringssl.gyp:boringssl', |
1964 ], | 1966 ], |
1965 }], | 1967 }], |
1966 ], | 1968 ], |
1967 } | 1969 } |
OLD | NEW |