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