| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:http_server', | 8 '../net/net.gyp:http_server', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 ['OS=="linux" and toolkit_uses_gtk==0', { | 682 ['OS=="linux" and toolkit_uses_gtk==0', { |
| 683 'dependencies': [ | 683 'dependencies': [ |
| 684 '../build/linux/system.gyp:dbus', | 684 '../build/linux/system.gyp:dbus', |
| 685 '../build/linux/system.gyp:fontconfig', | 685 '../build/linux/system.gyp:fontconfig', |
| 686 '../build/linux/system.gyp:x11', | 686 '../build/linux/system.gyp:x11', |
| 687 '../dbus/dbus.gyp:dbus', | 687 '../dbus/dbus.gyp:dbus', |
| 688 ], | 688 ], |
| 689 }], | 689 }], |
| 690 ['OS=="linux" and toolkit_views==1',{ | 690 ['OS=="linux" and toolkit_views==1',{ |
| 691 'dependencies': [ | 691 'dependencies': [ |
| 692 '../views/views.gyp:views', | 692 '../ui/views/views.gyp:views', |
| 693 ], | 693 ], |
| 694 }], | 694 }], |
| 695 ['OS=="mac"', { | 695 ['OS=="mac"', { |
| 696 'sources': [ | 696 'sources': [ |
| 697 # Build necessary Mozilla sources | 697 # Build necessary Mozilla sources |
| 698 '../third_party/mozilla/ComplexTextInputPanel.h', | 698 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 699 '../third_party/mozilla/ComplexTextInputPanel.mm', | 699 '../third_party/mozilla/ComplexTextInputPanel.mm', |
| 700 '../third_party/mozilla/NSPasteboard+Utils.h', | 700 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 701 '../third_party/mozilla/NSPasteboard+Utils.mm', | 701 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 702 ], | 702 ], |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'ENABLE_JAVA_BRIDGE', | 783 'ENABLE_JAVA_BRIDGE', |
| 784 ], | 784 ], |
| 785 }, { | 785 }, { |
| 786 'sources/': [ | 786 'sources/': [ |
| 787 ['exclude', '^browser/renderer_host/java/'], | 787 ['exclude', '^browser/renderer_host/java/'], |
| 788 ], | 788 ], |
| 789 }], | 789 }], |
| 790 ], | 790 ], |
| 791 } | 791 } |
| 792 | 792 |
| OLD | NEW |