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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'sources!': [ | 681 'sources!': [ |
682 'browser/power_save_blocker_stub.cc', | 682 'browser/power_save_blocker_stub.cc', |
683 ], | 683 ], |
684 'sources': [ | 684 'sources': [ |
685 # Build necessary Mozilla sources | 685 # Build necessary Mozilla sources |
686 '../third_party/mozilla/ComplexTextInputPanel.h', | 686 '../third_party/mozilla/ComplexTextInputPanel.h', |
687 '../third_party/mozilla/ComplexTextInputPanel.mm', | 687 '../third_party/mozilla/ComplexTextInputPanel.mm', |
688 '../third_party/mozilla/NSPasteboard+Utils.h', | 688 '../third_party/mozilla/NSPasteboard+Utils.h', |
689 '../third_party/mozilla/NSPasteboard+Utils.mm', | 689 '../third_party/mozilla/NSPasteboard+Utils.mm', |
690 ], | 690 ], |
691 'link_settings': { | |
692 'mac_bundle_resources': [ | |
693 'browser/gpu.sb', | |
694 'browser/worker.sb', | |
695 ], | |
696 }, | |
697 'dependencies': [ | 691 'dependencies': [ |
698 'closure_blocks_leopard_compat', | 692 'closure_blocks_leopard_compat', |
699 ], | 693 ], |
700 }, { # OS!="mac" | 694 }, { # OS!="mac" |
701 'dependencies': [ | 695 'dependencies': [ |
702 '../sandbox/sandbox.gyp:sandbox', | 696 '../sandbox/sandbox.gyp:sandbox', |
703 ], | 697 ], |
704 }], | 698 }], |
705 ['chromeos==1', { | 699 ['chromeos==1', { |
706 'dependencies': [ | 700 'dependencies': [ |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', | 780 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', |
787 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', | 781 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', |
788 'browser/renderer_host/java/java_bridge_dispatcher_host.h', | 782 'browser/renderer_host/java/java_bridge_dispatcher_host.h', |
789 'browser/renderer_host/java/java_method.cc', | 783 'browser/renderer_host/java/java_method.cc', |
790 'browser/renderer_host/java/java_method.h', | 784 'browser/renderer_host/java/java_method.h', |
791 ], | 785 ], |
792 }], | 786 }], |
793 ], | 787 ], |
794 } | 788 } |
795 | 789 |
OLD | NEW |