Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Side by Side Diff: content/content_browser.gypi

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/common/sandbox_mac_unittest_helper.mm ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'sources!': [ 690 'sources!': [
691 'browser/power_save_blocker_stub.cc', 691 'browser/power_save_blocker_stub.cc',
692 ], 692 ],
693 'sources': [ 693 'sources': [
694 # Build necessary Mozilla sources 694 # Build necessary Mozilla sources
695 '../third_party/mozilla/ComplexTextInputPanel.h', 695 '../third_party/mozilla/ComplexTextInputPanel.h',
696 '../third_party/mozilla/ComplexTextInputPanel.mm', 696 '../third_party/mozilla/ComplexTextInputPanel.mm',
697 '../third_party/mozilla/NSPasteboard+Utils.h', 697 '../third_party/mozilla/NSPasteboard+Utils.h',
698 '../third_party/mozilla/NSPasteboard+Utils.mm', 698 '../third_party/mozilla/NSPasteboard+Utils.mm',
699 ], 699 ],
700 'link_settings': {
701 'mac_bundle_resources': [
702 'browser/gpu.sb',
703 'browser/worker.sb',
704 ],
705 },
706 'dependencies': [ 700 'dependencies': [
707 'closure_blocks_leopard_compat', 701 'closure_blocks_leopard_compat',
708 ], 702 ],
709 }, { # OS!="mac" 703 }, { # OS!="mac"
710 'dependencies': [ 704 'dependencies': [
711 '../sandbox/sandbox.gyp:sandbox', 705 '../sandbox/sandbox.gyp:sandbox',
712 ], 706 ],
713 }], 707 }],
714 ['chromeos==1', { 708 ['chromeos==1', {
715 'dependencies': [ 709 'dependencies': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 789 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
796 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 790 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
797 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 791 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
798 'browser/renderer_host/java/java_method.cc', 792 'browser/renderer_host/java/java_method.cc',
799 'browser/renderer_host/java/java_method.h', 793 'browser/renderer_host/java/java_method.h',
800 ], 794 ],
801 }], 795 }],
802 ], 796 ],
803 } 797 }
804 798
OLDNEW
« no previous file with comments | « content/common/sandbox_mac_unittest_helper.mm ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698