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