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 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3158 'browser/ui/tabs/dock_info.cc', | 3158 'browser/ui/tabs/dock_info.cc', |
3159 'browser/ui/tabs/tab_resources.cc', | 3159 'browser/ui/tabs/tab_resources.cc', |
3160 'browser/ui/views/extensions/extension_view_views.cc', | 3160 'browser/ui/views/extensions/extension_view_views.cc', |
3161 'browser/ui/views/extensions/extension_view_views.h', | 3161 'browser/ui/views/extensions/extension_view_views.h', |
3162 'browser/ui/webui/help/version_updater_basic.cc', | 3162 'browser/ui/webui/help/version_updater_basic.cc', |
3163 'browser/ui/webui/help/version_updater_basic.h', | 3163 'browser/ui/webui/help/version_updater_basic.h', |
3164 ], | 3164 ], |
3165 'dependencies': [ | 3165 'dependencies': [ |
3166 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', | 3166 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', |
3167 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample
_code', | 3167 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample
_code', |
| 3168 '../third_party/molokocacao/molokocacao.gyp:molokocacao', |
3168 '../third_party/mozilla/mozilla.gyp:mozilla', | 3169 '../third_party/mozilla/mozilla.gyp:mozilla', |
3169 ], | 3170 ], |
3170 'include_dirs': [ | 3171 'include_dirs': [ |
3171 '../third_party/GTM', | 3172 '../third_party/GTM', |
3172 ], | 3173 ], |
3173 'link_settings': { | 3174 'link_settings': { |
3174 'libraries': [ | 3175 'libraries': [ |
3175 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', | 3176 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', |
3176 ], | 3177 ], |
3177 }, | 3178 }, |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3361 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3362 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3362 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3363 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3363 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3365 ], | 3366 ], |
3366 }], | 3367 }], |
3367 ], | 3368 ], |
3368 }, | 3369 }, |
3369 ], | 3370 ], |
3370 } | 3371 } |
OLD | NEW |