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

Side by Side Diff: chrome/chrome_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, 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 4429 matching lines...) Expand 10 before | Expand all | Expand 10 after
4440 'libraries': [ 4440 'libraries': [
4441 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 4441 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
4442 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 4442 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
4443 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 4443 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
4444 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 4444 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
4445 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 4445 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
4446 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 4446 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
4447 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 4447 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
4448 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 4448 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
4449 ], 4449 ],
4450 'mac_bundle_resources': [
4451 'browser/nacl_loader.sb',
4452 ],
4453 }, 4450 },
4454 'dependencies': [ 4451 'dependencies': [
4455 '../content/content.gyp:closure_blocks_leopard_compat', 4452 '../content/content.gyp:closure_blocks_leopard_compat',
4456 ], 4453 ],
4457 'actions': [ 4454 'actions': [
4458 { 4455 {
4459 # This action is used to extract the localization data from xib 4456 # This action is used to extract the localization data from xib
4460 # files and generate table for the ui localizer from it. 4457 # files and generate table for the ui localizer from it.
4461 'variables': { 4458 'variables': {
4462 'xib_localizer_tool_path': 4459 'xib_localizer_tool_path':
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
5252 'type': 'static_library', 5249 'type': 'static_library',
5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5250 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5254 'variables': { 5251 'variables': {
5255 'proto_in_dir': 'browser/history', 5252 'proto_in_dir': 'browser/history',
5256 'proto_out_dir': 'chrome/browser/history', 5253 'proto_out_dir': 'chrome/browser/history',
5257 }, 5254 },
5258 'includes': [ '../build/protoc.gypi' ] 5255 'includes': [ '../build/protoc.gypi' ]
5259 }, 5256 },
5260 ], 5257 ],
5261 } 5258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698