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 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3139 'browser/ui/screen_capture_notification_ui_stub.cc', | 3139 'browser/ui/screen_capture_notification_ui_stub.cc', |
3140 'browser/ui/tabs/dock_info.cc', | 3140 'browser/ui/tabs/dock_info.cc', |
3141 'browser/ui/tabs/tab_resources.cc', | 3141 'browser/ui/tabs/tab_resources.cc', |
3142 'browser/ui/views/extensions/extension_view_views.cc', | 3142 'browser/ui/views/extensions/extension_view_views.cc', |
3143 'browser/ui/views/extensions/extension_view_views.h', | 3143 'browser/ui/views/extensions/extension_view_views.h', |
3144 'browser/ui/webui/help/version_updater_basic.cc', | 3144 'browser/ui/webui/help/version_updater_basic.cc', |
3145 'browser/ui/webui/help/version_updater_basic.h', | 3145 'browser/ui/webui/help/version_updater_basic.h', |
3146 ], | 3146 ], |
3147 'dependencies': [ | 3147 'dependencies': [ |
3148 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', | 3148 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', |
| 3149 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample
_code', |
3149 ], | 3150 ], |
3150 'include_dirs': [ | 3151 'include_dirs': [ |
3151 '../third_party/GTM', | 3152 '../third_party/GTM', |
3152 ], | 3153 ], |
3153 'link_settings': { | 3154 'link_settings': { |
3154 'libraries': [ | 3155 'libraries': [ |
3155 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', | 3156 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', |
3156 ], | 3157 ], |
3157 }, | 3158 }, |
3158 'actions': [ | 3159 'actions': [ |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3341 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3342 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3342 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3343 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3343 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3344 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3344 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3345 ], | 3346 ], |
3346 }], | 3347 }], |
3347 ], | 3348 ], |
3348 }, | 3349 }, |
3349 ], | 3350 ], |
3350 } | 3351 } |
OLD | NEW |