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:net', | 8 '../net/net.gyp:net', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 'sources!': [ | 670 'sources!': [ |
671 'browser/power_save_blocker_stub.cc', | 671 'browser/power_save_blocker_stub.cc', |
672 ], | 672 ], |
673 'sources': [ | 673 'sources': [ |
674 # Build necessary Mozilla sources | 674 # Build necessary Mozilla sources |
675 '../third_party/mozilla/ComplexTextInputPanel.h', | 675 '../third_party/mozilla/ComplexTextInputPanel.h', |
676 '../third_party/mozilla/ComplexTextInputPanel.mm', | 676 '../third_party/mozilla/ComplexTextInputPanel.mm', |
677 '../third_party/mozilla/NSPasteboard+Utils.h', | 677 '../third_party/mozilla/NSPasteboard+Utils.h', |
678 '../third_party/mozilla/NSPasteboard+Utils.mm', | 678 '../third_party/mozilla/NSPasteboard+Utils.mm', |
679 ], | 679 ], |
680 'link_settings': { | |
681 'mac_bundle_resources': [ | |
682 'browser/gpu.sb', | |
683 'browser/worker.sb', | |
684 ], | |
685 }, | |
686 'dependencies': [ | 680 'dependencies': [ |
687 'closure_blocks_leopard_compat', | 681 'closure_blocks_leopard_compat', |
688 ], | 682 ], |
689 }, { # OS!="mac" | 683 }, { # OS!="mac" |
690 'dependencies': [ | 684 'dependencies': [ |
691 '../sandbox/sandbox.gyp:sandbox', | 685 '../sandbox/sandbox.gyp:sandbox', |
692 ], | 686 ], |
693 }], | 687 }], |
694 ['chromeos==1', { | 688 ['chromeos==1', { |
695 'dependencies': [ | 689 'dependencies': [ |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', | 774 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', |
781 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', | 775 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', |
782 'browser/renderer_host/java/java_bridge_dispatcher_host.h', | 776 'browser/renderer_host/java/java_bridge_dispatcher_host.h', |
783 'browser/renderer_host/java/java_method.cc', | 777 'browser/renderer_host/java/java_method.cc', |
784 'browser/renderer_host/java/java_method.h', | 778 'browser/renderer_host/java/java_method.h', |
785 ], | 779 ], |
786 }], | 780 }], |
787 ], | 781 ], |
788 } | 782 } |
789 | 783 |
OLD | NEW |