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

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: rm License File line from README.chromium 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
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 3157 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 'browser/ui/certificate_dialogs.h', 3168 'browser/ui/certificate_dialogs.h',
3169 'browser/ui/screen_capture_notification_ui_stub.cc', 3169 'browser/ui/screen_capture_notification_ui_stub.cc',
3170 'browser/ui/tabs/dock_info.cc', 3170 'browser/ui/tabs/dock_info.cc',
3171 'browser/ui/tabs/tab_resources.cc', 3171 'browser/ui/tabs/tab_resources.cc',
3172 'browser/ui/views/extensions/extension_view_views.cc', 3172 'browser/ui/views/extensions/extension_view_views.cc',
3173 'browser/ui/views/extensions/extension_view_views.h', 3173 'browser/ui/views/extensions/extension_view_views.h',
3174 'browser/ui/webui/help/version_updater_basic.cc', 3174 'browser/ui/webui/help/version_updater_basic.cc',
3175 'browser/ui/webui/help/version_updater_basic.h', 3175 'browser/ui/webui/help/version_updater_basic.h',
3176 ], 3176 ],
3177 'dependencies': [ 3177 'dependencies': [
3178 '../ui/ui.gyp:ui_cocoa_third_party_toolkits',
3179 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 3178 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
3179 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
3180 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 3180 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
3181 '../third_party/mozilla/mozilla.gyp:mozilla', 3181 '../third_party/mozilla/mozilla.gyp:mozilla',
3182 ], 3182 ],
3183 'include_dirs': [
3184 '../third_party/GTM',
3185 ],
3186 'link_settings': { 3183 'link_settings': {
3187 'libraries': [ 3184 'libraries': [
3188 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', 3185 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
3189 ], 3186 ],
3190 }, 3187 },
3191 'actions': [ 3188 'actions': [
3192 { 3189 {
3193 # This action is used to extract the localization data from xib 3190 # This action is used to extract the localization data from xib
3194 # files and generate table for the ui localizer from it. 3191 # files and generate table for the ui localizer from it.
3195 'variables': { 3192 'variables': {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3361 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3362 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3363 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3368 ], 3365 ],
3369 }], 3366 }],
3370 ], 3367 ],
3371 }, 3368 },
3372 ], 3369 ],
3373 } 3370 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698