| 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 'link_settings': { | 831 'link_settings': { |
| 832 'libraries': [ | 832 'libraries': [ |
| 833 '-lcomctl32.lib', | 833 '-lcomctl32.lib', |
| 834 '-llocationapi.lib', | 834 '-llocationapi.lib', |
| 835 '-lsensorsapi.lib', | 835 '-lsensorsapi.lib', |
| 836 ], | 836 ], |
| 837 'msvs_settings': { | 837 'msvs_settings': { |
| 838 'VCLinkerTool': { | 838 'VCLinkerTool': { |
| 839 'DelayLoadDLLs': [ | 839 'DelayLoadDLLs': [ |
| 840 'user32.dll', | 840 'user32.dll', |
| 841 'xinput1_3.dll', | |
| 842 ], | 841 ], |
| 843 }, | 842 }, |
| 844 }, | 843 }, |
| 845 }, | 844 }, |
| 846 }], | 845 }], |
| 847 ['toolkit_uses_gtk == 1', { | 846 ['toolkit_uses_gtk == 1', { |
| 848 'dependencies': [ | 847 'dependencies': [ |
| 849 '../build/linux/system.gyp:dbus', | 848 '../build/linux/system.gyp:dbus', |
| 850 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 849 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 851 '../build/linux/system.gyp:fontconfig', | 850 '../build/linux/system.gyp:fontconfig', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 ['exclude', '^browser/renderer_host/java/'], | 983 ['exclude', '^browser/renderer_host/java/'], |
| 985 ], | 984 ], |
| 986 }], | 985 }], |
| 987 ['input_speech==0', { | 986 ['input_speech==0', { |
| 988 'sources/': [ | 987 'sources/': [ |
| 989 ['exclude', '^browser/speech/'], | 988 ['exclude', '^browser/speech/'], |
| 990 ], | 989 ], |
| 991 }], | 990 }], |
| 992 ], | 991 ], |
| 993 } | 992 } |
| OLD | NEW |