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: 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 4437 matching lines...) Expand 10 before | Expand all | Expand 10 after
4448 'libraries': [ 4448 'libraries': [
4449 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 4449 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
4450 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 4450 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
4451 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 4451 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
4452 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 4452 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
4453 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 4453 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
4454 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 4454 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
4455 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 4455 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
4456 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 4456 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
4457 ], 4457 ],
4458 'mac_bundle_resources': [
4459 'browser/nacl_loader.sb',
4460 ],
4461 }, 4458 },
4462 'dependencies': [ 4459 'dependencies': [
4463 '../content/content.gyp:closure_blocks_leopard_compat', 4460 '../content/content.gyp:closure_blocks_leopard_compat',
4464 ], 4461 ],
4465 'actions': [ 4462 'actions': [
4466 { 4463 {
4467 # This action is used to extract the localization data from xib 4464 # This action is used to extract the localization data from xib
4468 # files and generate table for the ui localizer from it. 4465 # files and generate table for the ui localizer from it.
4469 'variables': { 4466 'variables': {
4470 'xib_localizer_tool_path': 4467 'xib_localizer_tool_path':
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
5260 'type': 'static_library', 5257 'type': 'static_library',
5261 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5258 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5262 'variables': { 5259 'variables': {
5263 'proto_in_dir': 'browser/history', 5260 'proto_in_dir': 'browser/history',
5264 'proto_out_dir': 'chrome/browser/history', 5261 'proto_out_dir': 'chrome/browser/history',
5265 }, 5262 },
5266 'includes': [ '../build/protoc.gypi' ] 5263 'includes': [ '../build/protoc.gypi' ]
5267 }, 5264 },
5268 ], 5265 ],
5269 } 5266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698