OLD | NEW |
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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4439 'libraries': [ | 4439 'libraries': [ |
4440 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 4440 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
4441 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 4441 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
4442 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 4442 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
4443 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 4443 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
4444 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 4444 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
4445 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 4445 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
4446 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 4446 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
4447 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 4447 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
4448 ], | 4448 ], |
4449 'mac_bundle_resources': [ | |
4450 'browser/nacl_loader.sb', | |
4451 ], | |
4452 }, | 4449 }, |
4453 'dependencies': [ | 4450 'dependencies': [ |
4454 '../content/content.gyp:closure_blocks_leopard_compat', | 4451 '../content/content.gyp:closure_blocks_leopard_compat', |
4455 ], | 4452 ], |
4456 'actions': [ | 4453 'actions': [ |
4457 { | 4454 { |
4458 # This action is used to extract the localization data from xib | 4455 # This action is used to extract the localization data from xib |
4459 # files and generate table for the ui localizer from it. | 4456 # files and generate table for the ui localizer from it. |
4460 'variables': { | 4457 'variables': { |
4461 'xib_localizer_tool_path': | 4458 'xib_localizer_tool_path': |
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5271 'type': 'static_library', | 5268 'type': 'static_library', |
5272 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5273 'variables': { | 5270 'variables': { |
5274 'proto_in_dir': 'browser/history', | 5271 'proto_in_dir': 'browser/history', |
5275 'proto_out_dir': 'chrome/browser/history', | 5272 'proto_out_dir': 'chrome/browser/history', |
5276 }, | 5273 }, |
5277 'includes': [ '../build/protoc.gypi' ] | 5274 'includes': [ '../build/protoc.gypi' ] |
5278 }, | 5275 }, |
5279 ], | 5276 ], |
5280 } | 5277 } |
OLD | NEW |