| 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 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3159 'browser/ui/crypto_module_password_dialog_nss.cc', | 3159 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 3160 'browser/ui/screen_capture_notification_ui_stub.cc', | 3160 'browser/ui/screen_capture_notification_ui_stub.cc', |
| 3161 'browser/ui/tabs/dock_info.cc', | 3161 'browser/ui/tabs/dock_info.cc', |
| 3162 'browser/ui/tabs/tab_resources.cc', | 3162 'browser/ui/tabs/tab_resources.cc', |
| 3163 'browser/ui/views/extensions/extension_view_views.cc', | 3163 'browser/ui/views/extensions/extension_view_views.cc', |
| 3164 'browser/ui/views/extensions/extension_view_views.h', | 3164 'browser/ui/views/extensions/extension_view_views.h', |
| 3165 'browser/ui/webui/help/version_updater_basic.cc', | 3165 'browser/ui/webui/help/version_updater_basic.cc', |
| 3166 'browser/ui/webui/help/version_updater_basic.h', | 3166 'browser/ui/webui/help/version_updater_basic.h', |
| 3167 ], | 3167 ], |
| 3168 'dependencies': [ | 3168 'dependencies': [ |
| 3169 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', | 3169 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 3170 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample
_code', | 3170 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample
_code', |
| 3171 '../third_party/molokocacao/molokocacao.gyp:molokocacao', | 3171 '../third_party/molokocacao/molokocacao.gyp:molokocacao', |
| 3172 '../third_party/mozilla/mozilla.gyp:mozilla', | 3172 '../third_party/mozilla/mozilla.gyp:mozilla', |
| 3173 ], | 3173 ], |
| 3174 'include_dirs': [ | 3174 'include_dirs': [ |
| 3175 '../third_party/GTM', | 3175 '../third_party/google_toolbox_for_mac', |
| 3176 ], | 3176 ], |
| 3177 'link_settings': { | 3177 'link_settings': { |
| 3178 'libraries': [ | 3178 'libraries': [ |
| 3179 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', | 3179 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', |
| 3180 ], | 3180 ], |
| 3181 }, | 3181 }, |
| 3182 'actions': [ | 3182 'actions': [ |
| 3183 { | 3183 { |
| 3184 # This action is used to extract the localization data from xib | 3184 # This action is used to extract the localization data from xib |
| 3185 # files and generate table for the ui localizer from it. | 3185 # files and generate table for the ui localizer from it. |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3368 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3368 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3369 ], | 3369 ], |
| 3370 }], | 3370 }], |
| 3371 ], | 3371 ], |
| 3372 }, | 3372 }, |
| 3373 ], | 3373 ], |
| 3374 } | 3374 } |
| OLD | NEW |