OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |