| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3788 '../third_party/GTM/AppKit', | 3788 '../third_party/GTM/AppKit', |
| 3789 '../third_party/GTM/Foundation', | 3789 '../third_party/GTM/Foundation', |
| 3790 '../third_party/GTM/DebugUtils', | 3790 '../third_party/GTM/DebugUtils', |
| 3791 ], | 3791 ], |
| 3792 'link_settings': { | 3792 'link_settings': { |
| 3793 'libraries': [ | 3793 'libraries': [ |
| 3794 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3794 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
| 3795 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 3795 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 3796 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3796 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 3797 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3797 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 3798 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 3798 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 3799 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
| 3800 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework', |
| 3799 ], | 3801 ], |
| 3800 'mac_bundle_resources': [ | 3802 'mac_bundle_resources': [ |
| 3801 'browser/gpu.sb', | 3803 'browser/gpu.sb', |
| 3802 'browser/nacl_loader.sb', | 3804 'browser/nacl_loader.sb', |
| 3803 'browser/utility.sb', | 3805 'browser/utility.sb', |
| 3804 'browser/worker.sb', | 3806 'browser/worker.sb', |
| 3805 ], | 3807 ], |
| 3806 }, | 3808 }, |
| 3807 'actions': [ | 3809 'actions': [ |
| 3808 { | 3810 { |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4553 ], | 4555 ], |
| 4554 }, | 4556 }, |
| 4555 ], | 4557 ], |
| 4556 } | 4558 } |
| 4557 | 4559 |
| 4558 # Local Variables: | 4560 # Local Variables: |
| 4559 # tab-width:2 | 4561 # tab-width:2 |
| 4560 # indent-tabs-mode:nil | 4562 # indent-tabs-mode:nil |
| 4561 # End: | 4563 # End: |
| 4562 # vim: set expandtab tabstop=2 shiftwidth=2: | 4564 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |