| 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 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 ['OS=="mac"', { | 815 ['OS=="mac"', { |
| 816 'sources': [ | 816 'sources': [ |
| 817 # Build necessary Mozilla sources | 817 # Build necessary Mozilla sources |
| 818 '../third_party/mozilla/ComplexTextInputPanel.h', | 818 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 819 '../third_party/mozilla/ComplexTextInputPanel.mm', | 819 '../third_party/mozilla/ComplexTextInputPanel.mm', |
| 820 '../third_party/mozilla/NSPasteboard+Utils.h', | 820 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 821 '../third_party/mozilla/NSPasteboard+Utils.mm', | 821 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 822 ], | 822 ], |
| 823 'dependencies': [ | 823 'dependencies': [ |
| 824 '../base/base.gyp:closure_blocks_leopard_compat', | 824 '../base/base.gyp:closure_blocks_leopard_compat', |
| 825 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', |
| 825 ], | 826 ], |
| 826 }, { # OS!="mac" | 827 }, { # OS!="mac" |
| 827 'dependencies': [ | 828 'dependencies': [ |
| 828 '../sandbox/sandbox.gyp:sandbox', | 829 '../sandbox/sandbox.gyp:sandbox', |
| 829 ], | 830 ], |
| 830 }], | 831 }], |
| 831 ['chromeos==1', { | 832 ['chromeos==1', { |
| 832 'dependencies': [ | 833 'dependencies': [ |
| 833 '../build/linux/system.gyp:dbus-glib', | 834 '../build/linux/system.gyp:dbus-glib', |
| 834 ], | 835 ], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 ], | 909 ], |
| 909 }], | 910 }], |
| 910 ['input_speech==0', { | 911 ['input_speech==0', { |
| 911 'sources/': [ | 912 'sources/': [ |
| 912 ['exclude', '^browser/speech/'], | 913 ['exclude', '^browser/speech/'], |
| 913 ], | 914 ], |
| 914 }], | 915 }], |
| 915 ], | 916 ], |
| 916 } | 917 } |
| 917 | 918 |
| OLD | NEW |