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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 }], | 728 }], |
729 ['OS=="linux"', { | 729 ['OS=="linux"', { |
730 'conditions': [ | 730 'conditions': [ |
731 ['use_x11==1', { | 731 ['use_x11==1', { |
732 'dependencies': [ | 732 'dependencies': [ |
733 '../build/linux/system.gyp:x11', | 733 '../build/linux/system.gyp:x11', |
734 '../build/linux/system.gyp:xdamage', | 734 '../build/linux/system.gyp:xdamage', |
735 '../build/linux/system.gyp:xext', | 735 '../build/linux/system.gyp:xext', |
736 '../build/linux/system.gyp:xfixes', | 736 '../build/linux/system.gyp:xfixes', |
737 '../build/linux/system.gyp:xtst', | 737 '../build/linux/system.gyp:xtst', |
| 738 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
738 ], | 739 ], |
739 }, { # else: use_x11==0 | 740 }, { # else: use_x11==0 |
740 'sources!': [ | 741 'sources!': [ |
741 'base/user_input_monitor_linux.cc', | 742 'base/user_input_monitor_linux.cc', |
742 ], | 743 ], |
743 'defines': [ | 744 'defines': [ |
744 'DISABLE_USER_INPUT_MONITOR', | 745 'DISABLE_USER_INPUT_MONITOR', |
745 ], | 746 ], |
746 }], | 747 }], |
747 ['use_cras==1', { | 748 ['use_cras==1', { |
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1890 '../build/isolate.gypi', | 1891 '../build/isolate.gypi', |
1891 ], | 1892 ], |
1892 'sources': [ | 1893 'sources': [ |
1893 'media_unittests.isolate', | 1894 'media_unittests.isolate', |
1894 ], | 1895 ], |
1895 }, | 1896 }, |
1896 ], | 1897 ], |
1897 }], | 1898 }], |
1898 ], | 1899 ], |
1899 } | 1900 } |
OLD | NEW |