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 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
8 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 '../build/linux/system.gyp:fontconfig', | 828 '../build/linux/system.gyp:fontconfig', |
829 '../build/linux/system.gyp:gtk', | 829 '../build/linux/system.gyp:gtk', |
830 # For XShm* in backing_store_x.cc | 830 # For XShm* in backing_store_x.cc |
831 '../build/linux/system.gyp:x11', | 831 '../build/linux/system.gyp:x11', |
832 '../dbus/dbus.gyp:dbus', | 832 '../dbus/dbus.gyp:dbus', |
833 ], | 833 ], |
834 }], | 834 }], |
835 ['OS=="linux"', { | 835 ['OS=="linux"', { |
836 'dependencies': [ | 836 'dependencies': [ |
837 '../build/linux/system.gyp:udev', | 837 '../build/linux/system.gyp:udev', |
| 838 '../sandbox/sandbox.gyp:libc_urandom_override', |
838 ], | 839 ], |
839 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS | 840 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS |
840 'conditions': [ | 841 'conditions': [ |
841 ['linux_sandbox_path != ""', { | 842 ['linux_sandbox_path != ""', { |
842 'defines': [ | 843 'defines': [ |
843 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 844 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
844 ], | 845 ], |
845 }], | 846 }], |
846 ], | 847 ], |
847 }], | 848 }], |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 ], | 980 ], |
980 }], | 981 }], |
981 ['input_speech==0', { | 982 ['input_speech==0', { |
982 'sources/': [ | 983 'sources/': [ |
983 ['exclude', '^browser/speech/'], | 984 ['exclude', '^browser/speech/'], |
984 ], | 985 ], |
985 }], | 986 }], |
986 ], | 987 ], |
987 } | 988 } |
988 | 989 |
OLD | NEW |