OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3068 'browser/ui/webui/help/version_updater_basic.h', | 3068 'browser/ui/webui/help/version_updater_basic.h', |
3069 ], | 3069 ], |
3070 'dependencies': [ | 3070 'dependencies': [ |
3071 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', | 3071 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', |
3072 ], | 3072 ], |
3073 'include_dirs': [ | 3073 'include_dirs': [ |
3074 '../third_party/GTM', | 3074 '../third_party/GTM', |
3075 ], | 3075 ], |
3076 'link_settings': { | 3076 'link_settings': { |
3077 'libraries': [ | 3077 'libraries': [ |
| 3078 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
3078 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', | 3079 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', |
3079 ], | 3080 ], |
3080 }, | 3081 }, |
3081 'actions': [ | 3082 'actions': [ |
3082 { | 3083 { |
3083 # This action is used to extract the localization data from xib | 3084 # This action is used to extract the localization data from xib |
3084 # files and generate table for the ui localizer from it. | 3085 # files and generate table for the ui localizer from it. |
3085 'variables': { | 3086 'variables': { |
3086 'xib_localizer_tool_path': | 3087 'xib_localizer_tool_path': |
3087 'tools/build/mac/generate_localizer', | 3088 'tools/build/mac/generate_localizer', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3262 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3263 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3263 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3264 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3264 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3265 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3265 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3266 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3266 ], | 3267 ], |
3267 }], | 3268 }], |
3268 ], | 3269 ], |
3269 }, | 3270 }, |
3270 ], | 3271 ], |
3271 } | 3272 } |
OLD | NEW |