Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3146 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 'browser/ui/certificate_dialogs.h', 3157 'browser/ui/certificate_dialogs.h',
3158 'browser/ui/screen_capture_notification_ui_stub.cc', 3158 'browser/ui/screen_capture_notification_ui_stub.cc',
3159 'browser/ui/tabs/dock_info.cc', 3159 'browser/ui/tabs/dock_info.cc',
3160 'browser/ui/tabs/tab_resources.cc', 3160 'browser/ui/tabs/tab_resources.cc',
3161 'browser/ui/views/extensions/extension_view_views.cc', 3161 'browser/ui/views/extensions/extension_view_views.cc',
3162 'browser/ui/views/extensions/extension_view_views.h', 3162 'browser/ui/views/extensions/extension_view_views.h',
3163 'browser/ui/webui/help/version_updater_basic.cc', 3163 'browser/ui/webui/help/version_updater_basic.cc',
3164 'browser/ui/webui/help/version_updater_basic.h', 3164 'browser/ui/webui/help/version_updater_basic.h',
3165 ], 3165 ],
3166 'dependencies': [ 3166 'dependencies': [
3167 '../ui/ui.gyp:ui_cocoa_third_party_toolkits',
3168 '../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/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
3169 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 3169 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
3170 '../third_party/mozilla/mozilla.gyp:mozilla', 3170 '../third_party/mozilla/mozilla.gyp:mozilla',
3171 ], 3171 ],
3172 'include_dirs': [
3173 '../third_party/GTM',
3174 ],
3175 'link_settings': { 3172 'link_settings': {
3176 'libraries': [ 3173 'libraries': [
3177 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', 3174 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
3178 ], 3175 ],
3179 }, 3176 },
3180 'actions': [ 3177 'actions': [
3181 { 3178 {
3182 # This action is used to extract the localization data from xib 3179 # This action is used to extract the localization data from xib
3183 # files and generate table for the ui localizer from it. 3180 # files and generate table for the ui localizer from it.
3184 'variables': { 3181 'variables': {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3353 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3350 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3354 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3351 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3352 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3353 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3357 ], 3354 ],
3358 }], 3355 }],
3359 ], 3356 ],
3360 }, 3357 },
3361 ], 3358 ],
3362 } 3359 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698