| 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 ]}], | 776 ]}], |
| 777 ['OS=="mac"', { | 777 ['OS=="mac"', { |
| 778 'sources': [ | 778 'sources': [ |
| 779 # Build necessary Mozilla sources | 779 # Build necessary Mozilla sources |
| 780 '../third_party/mozilla/ComplexTextInputPanel.h', | 780 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 781 '../third_party/mozilla/ComplexTextInputPanel.mm', | 781 '../third_party/mozilla/ComplexTextInputPanel.mm', |
| 782 '../third_party/mozilla/NSPasteboard+Utils.h', | 782 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 783 '../third_party/mozilla/NSPasteboard+Utils.mm', | 783 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 784 ], | 784 ], |
| 785 'dependencies': [ | 785 'dependencies': [ |
| 786 'closure_blocks_leopard_compat', | 786 '../base/base.gyp:closure_blocks_leopard_compat', |
| 787 ], | 787 ], |
| 788 }, { # OS!="mac" | 788 }, { # OS!="mac" |
| 789 'dependencies': [ | 789 'dependencies': [ |
| 790 '../sandbox/sandbox.gyp:sandbox', | 790 '../sandbox/sandbox.gyp:sandbox', |
| 791 ], | 791 ], |
| 792 }], | 792 }], |
| 793 ['chromeos==1', { | 793 ['chromeos==1', { |
| 794 'dependencies': [ | 794 'dependencies': [ |
| 795 '../build/linux/system.gyp:dbus-glib', | 795 '../build/linux/system.gyp:dbus-glib', |
| 796 ], | 796 ], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 ], | 860 ], |
| 861 }], | 861 }], |
| 862 ['input_speech==0', { | 862 ['input_speech==0', { |
| 863 'sources/': [ | 863 'sources/': [ |
| 864 ['exclude', '^browser/speech/'], | 864 ['exclude', '^browser/speech/'], |
| 865 ], | 865 ], |
| 866 }], | 866 }], |
| 867 ], | 867 ], |
| 868 } | 868 } |
| 869 | 869 |
| OLD | NEW |