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

Side by Side Diff: chrome/chrome.gyp

Issue 341033: Sandbox Worker process on the Mac. (Closed)
Patch Set: Fix latest round of comments Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/worker.sb ('k') | chrome/common/chrome_switches.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'common/process_watcher.h', 662 'common/process_watcher.h',
663 'common/property_bag.cc', 663 'common/property_bag.cc',
664 'common/property_bag.h', 664 'common/property_bag.h',
665 'common/ref_counted_util.h', 665 'common/ref_counted_util.h',
666 'common/render_messages.h', 666 'common/render_messages.h',
667 'common/render_messages_internal.h', 667 'common/render_messages_internal.h',
668 'common/renderer_preferences.h', 668 'common/renderer_preferences.h',
669 'common/resource_dispatcher.cc', 669 'common/resource_dispatcher.cc',
670 'common/resource_dispatcher.h', 670 'common/resource_dispatcher.h',
671 'common/result_codes.h', 671 'common/result_codes.h',
672 'common/sandbox_init_wrapper.cc',
673 'common/sandbox_init_wrapper.h', 672 'common/sandbox_init_wrapper.h',
673 'common/sandbox_init_wrapper_linux.cc',
674 'common/sandbox_init_wrapper_mac.cc',
675 'common/sandbox_init_wrapper_win.cc',
674 'common/sandbox_mac.h', 676 'common/sandbox_mac.h',
675 'common/sandbox_mac.mm', 677 'common/sandbox_mac.mm',
676 'common/security_filter_peer.cc', 678 'common/security_filter_peer.cc',
677 'common/security_filter_peer.h', 679 'common/security_filter_peer.h',
678 'common/nacl_messages.h', 680 'common/nacl_messages.h',
679 'common/nacl_messages_internal.h', 681 'common/nacl_messages_internal.h',
680 'common/sqlite_compiled_statement.cc', 682 'common/sqlite_compiled_statement.cc',
681 'common/sqlite_compiled_statement.h', 683 'common/sqlite_compiled_statement.h',
682 'common/sqlite_utils.cc', 684 'common/sqlite_utils.cc',
683 'common/sqlite_utils.h', 685 'common/sqlite_utils.h',
(...skipping 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2596 'include_dirs': [ 2598 'include_dirs': [
2597 '../third_party/GTM', 2599 '../third_party/GTM',
2598 '../third_party/GTM/AppKit', 2600 '../third_party/GTM/AppKit',
2599 '../third_party/GTM/Foundation', 2601 '../third_party/GTM/Foundation',
2600 ], 2602 ],
2601 'link_settings': { 2603 'link_settings': {
2602 'libraries': [ 2604 'libraries': [
2603 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 2605 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
2604 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2606 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2605 ], 2607 ],
2608 'mac_bundle_resources': [
2609 'browser/worker.sb',
2610 'browser/utility.sb',
2611 ],
2606 }, 2612 },
2607 'actions': [ 2613 'actions': [
2608 { 2614 {
2609 # This action is used to extract the localization data from xib 2615 # This action is used to extract the localization data from xib
2610 # files and generate table for the ui localizer from it. 2616 # files and generate table for the ui localizer from it.
2611 'variables': { 2617 'variables': {
2612 'xib_localizer_tool_path': 2618 'xib_localizer_tool_path':
2613 'tools/build/mac/generate_localizer', 2619 'tools/build/mac/generate_localizer',
2614 'xib_files_to_scan': [ 2620 'xib_files_to_scan': [
2615 # The xibs that need localization 2621 # The xibs that need localization
(...skipping 4327 matching lines...) Expand 10 before | Expand all | Expand 10 after
6943 ] 6949 ]
6944 }], 6950 }],
6945 ], # 'conditions' 6951 ], # 'conditions'
6946 } 6952 }
6947 6953
6948 # Local Variables: 6954 # Local Variables:
6949 # tab-width:2 6955 # tab-width:2
6950 # indent-tabs-mode:nil 6956 # indent-tabs-mode:nil
6951 # End: 6957 # End:
6952 # vim: set expandtab tabstop=2 shiftwidth=2: 6958 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/worker.sb ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698