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

Side by Side Diff: chrome/chrome_browser.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: do not build sqlite and zlib foundation files 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3263 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 ['exclude', '^browser/profile_resetter/'], 3274 ['exclude', '^browser/profile_resetter/'],
3275 ['exclude', '^browser/service/'], 3275 ['exclude', '^browser/service/'],
3276 ['exclude', '^browser/sync/glue/app_'], 3276 ['exclude', '^browser/sync/glue/app_'],
3277 ['exclude', '^browser/sync/glue/extension_'], 3277 ['exclude', '^browser/sync/glue/extension_'],
3278 ['exclude', '^browser/sync/glue/theme_'], 3278 ['exclude', '^browser/sync/glue/theme_'],
3279 ['exclude', '^browser/usb/'], 3279 ['exclude', '^browser/usb/'],
3280 ], 3280 ],
3281 }], 3281 }],
3282 ['OS=="mac"', { 3282 ['OS=="mac"', {
3283 'dependencies': [ 3283 'dependencies': [
3284 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
3284 '../third_party/mozilla/mozilla.gyp:mozilla', 3285 '../third_party/mozilla/mozilla.gyp:mozilla',
3285 ], 3286 ],
3286 'sources!': [ 3287 'sources!': [
3287 'browser/automation/automation_provider_list_generic.cc', 3288 'browser/automation/automation_provider_list_generic.cc',
3288 'browser/first_run/upgrade_util.cc', 3289 'browser/first_run/upgrade_util.cc',
3289 'browser/jankometer.cc', 3290 'browser/jankometer.cc',
3290 'browser/lifetime/application_lifetime_stub.cc', 3291 'browser/lifetime/application_lifetime_stub.cc',
3291 'browser/password_manager/login_database_posix.cc', 3292 'browser/password_manager/login_database_posix.cc',
3292 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 3293 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
3293 ], 3294 ],
3294 'link_settings': { 3295 'link_settings': {
3295 'libraries': [ 3296 'libraries': [
3296 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3297 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3297 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3298 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3298 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3299 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
3299 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 3300 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
3300 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3301 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3301 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 3302 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
3302 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3303 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3303 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3304 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3304 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3305 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3305 ], 3306 ],
3306 }, 3307 },
3307 'sources': [
3308 # Build the necessary GTM sources
3309 '../third_party/GTM/Foundation/GTMServiceManagement.h',
3310 '../third_party/GTM/Foundation/GTMServiceManagement.c',
3311 ],
3312 'include_dirs': [
3313 '../third_party/GTM',
3314 '../third_party/GTM/Foundation',
3315 ],
3316 }], 3308 }],
3317 ['enable_rlz==1', { 3309 ['enable_rlz==1', {
3318 'dependencies': [ 3310 'dependencies': [
3319 '../rlz/rlz.gyp:rlz_lib', 3311 '../rlz/rlz.gyp:rlz_lib',
3320 ], 3312 ],
3321 }, { # enable_rlz!=1 3313 }, { # enable_rlz!=1
3322 'sources/': [ 3314 'sources/': [
3323 # Exclude all of rlz. 3315 # Exclude all of rlz.
3324 ['exclude', '^browser/rlz/'], 3316 ['exclude', '^browser/rlz/'],
3325 ], 3317 ],
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3630 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3631 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3640 }, 3632 },
3641 'includes': [ '../build/android/java_cpp_template.gypi' ], 3633 'includes': [ '../build/android/java_cpp_template.gypi' ],
3642 }, 3634 },
3643 ], 3635 ],
3644 }, 3636 },
3645 ], 3637 ],
3646 ], 3638 ],
3647 } 3639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698