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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1559012: 1. Create a new sandbox type which allows access to Unix sockets in the Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months 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 | « chrome/browser/nacl-loader.sb ('k') | chrome/common/sandbox_init_wrapper_mac.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 '../third_party/GTM/DebugUtils', 2567 '../third_party/GTM/DebugUtils',
2568 ], 2568 ],
2569 'link_settings': { 2569 'link_settings': {
2570 'libraries': [ 2570 'libraries': [
2571 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 2571 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
2572 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 2572 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
2573 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2573 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2574 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 2574 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
2575 ], 2575 ],
2576 'mac_bundle_resources': [ 2576 'mac_bundle_resources': [
2577 'browser/nacl-loader.sb',
2577 'browser/utility.sb', 2578 'browser/utility.sb',
2578 'browser/worker.sb', 2579 'browser/worker.sb',
2579 ], 2580 ],
2580 }, 2581 },
2581 'actions': [ 2582 'actions': [
2582 { 2583 {
2583 # This action is used to extract the localization data from xib 2584 # This action is used to extract the localization data from xib
2584 # files and generate table for the ui localizer from it. 2585 # files and generate table for the ui localizer from it.
2585 'variables': { 2586 'variables': {
2586 'xib_localizer_tool_path': 2587 'xib_localizer_tool_path':
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
3179 ] 3180 ]
3180 }, 3181 },
3181 ], 3182 ],
3182 } 3183 }
3183 3184
3184 # Local Variables: 3185 # Local Variables:
3185 # tab-width:2 3186 # tab-width:2
3186 # indent-tabs-mode:nil 3187 # indent-tabs-mode:nil
3187 # End: 3188 # End:
3188 # vim: set expandtab tabstop=2 shiftwidth=2: 3189 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/nacl-loader.sb ('k') | chrome/common/sandbox_init_wrapper_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698