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 3078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3089 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 3089 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
3090 ], | 3090 ], |
3091 'dependencies': [ | 3091 'dependencies': [ |
3092 '../ui/aura/aura.gyp:aura', | 3092 '../ui/aura/aura.gyp:aura', |
3093 '../ui/compositor/compositor.gyp:compositor', | 3093 '../ui/compositor/compositor.gyp:compositor', |
3094 '../ui/keyboard/keyboard.gyp:keyboard', | 3094 '../ui/keyboard/keyboard.gyp:keyboard', |
3095 ], | 3095 ], |
3096 'conditions': [ | 3096 'conditions': [ |
3097 ['OS=="win"', { | 3097 ['OS=="win"', { |
3098 'sources/': [ | 3098 'sources/': [ |
3099 ['exclude', '^browser/automation/automation_provider_aura.cc'], | |
3100 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], | 3099 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
3101 ], | 3100 ], |
3102 'dependencies': [ | 3101 'dependencies': [ |
3103 'launcher_support', | 3102 'launcher_support', |
3104 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 3103 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
3105 '../win8/win8.gyp:metro_viewer', | 3104 '../win8/win8.gyp:metro_viewer', |
3106 ], | 3105 ], |
3107 }], | 3106 }], |
3108 ], | 3107 ], |
3109 }], | 3108 }], |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3184 ], | 3183 ], |
3185 }], | 3184 }], |
3186 ['enable_themes==0', { | 3185 ['enable_themes==0', { |
3187 'sources!': [ | 3186 'sources!': [ |
3188 'browser/sync/glue/theme_data_type_controller.cc', | 3187 'browser/sync/glue/theme_data_type_controller.cc', |
3189 ], | 3188 ], |
3190 'sources/': [ | 3189 'sources/': [ |
3191 ['exclude', '^browser/themes/'], | 3190 ['exclude', '^browser/themes/'], |
3192 ], | 3191 ], |
3193 }], | 3192 }], |
3194 ['enable_automation!=1', { | |
3195 'sources/': [ | |
3196 ['exclude', '^browser/automation/'], | |
3197 ], | |
3198 }], | |
3199 ['enable_printing==0', { | 3193 ['enable_printing==0', { |
3200 'sources/': [ | 3194 'sources/': [ |
3201 ['exclude', '^browser/printing/'], | 3195 ['exclude', '^browser/printing/'], |
3202 ['exclude', '^browser/task_manager/printing_information.cc'], | 3196 ['exclude', '^browser/task_manager/printing_information.cc'], |
3203 ], | 3197 ], |
3204 }], | 3198 }], |
3205 ['enable_printing==1', { | 3199 ['enable_printing==1', { |
3206 'sources/': [ | 3200 'sources/': [ |
3207 ['exclude', '^browser/printing/print_view_manager_basic.*'], | 3201 ['exclude', '^browser/printing/print_view_manager_basic.*'], |
3208 ], | 3202 ], |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3384 ['exclude', '^browser/usb/'], | 3378 ['exclude', '^browser/usb/'], |
3385 ['exclude', '^third_party/mozilla_security_manager/'], | 3379 ['exclude', '^third_party/mozilla_security_manager/'], |
3386 ], | 3380 ], |
3387 }], | 3381 }], |
3388 ['OS=="mac"', { | 3382 ['OS=="mac"', { |
3389 'dependencies': [ | 3383 'dependencies': [ |
3390 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3384 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3391 '../third_party/mozilla/mozilla.gyp:mozilla', | 3385 '../third_party/mozilla/mozilla.gyp:mozilla', |
3392 ], | 3386 ], |
3393 'sources!': [ | 3387 'sources!': [ |
3394 'browser/automation/automation_provider_list_generic.cc', | |
3395 'browser/first_run/upgrade_util.cc', | 3388 'browser/first_run/upgrade_util.cc', |
3396 'browser/lifetime/application_lifetime_stub.cc', | 3389 'browser/lifetime/application_lifetime_stub.cc', |
3397 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspel
l.cc', | 3390 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspel
l.cc', |
3398 ], | 3391 ], |
3399 'link_settings': { | 3392 'link_settings': { |
3400 'libraries': [ | 3393 'libraries': [ |
3401 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 3394 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
3402 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3395 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
3403 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 3396 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
3404 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 3397 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3842 'package_name': 'org/chromium/chrome/browser', | 3835 'package_name': 'org/chromium/chrome/browser', |
3843 'template_deps': ['browser/android/tab_load_status.h'], | 3836 'template_deps': ['browser/android/tab_load_status.h'], |
3844 }, | 3837 }, |
3845 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3838 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3846 }, | 3839 }, |
3847 ], | 3840 ], |
3848 }, | 3841 }, |
3849 ], | 3842 ], |
3850 ], | 3843 ], |
3851 } | 3844 } |
OLD | NEW |