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 3076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3087 }, { # use_nss==0 | 3087 }, { # use_nss==0 |
3088 'sources!': [ | 3088 'sources!': [ |
3089 'browser/certificate_manager_model.cc', | 3089 'browser/certificate_manager_model.cc', |
3090 'browser/certificate_manager_model.h', | 3090 'browser/certificate_manager_model.h', |
3091 'browser/net/nss_context_chromeos.cc', | 3091 'browser/net/nss_context_chromeos.cc', |
3092 'browser/net/nss_context_linux.cc', | 3092 'browser/net/nss_context_linux.cc', |
3093 'browser/net/nss_context.cc', | 3093 'browser/net/nss_context.cc', |
3094 'browser/net/nss_context.h', | 3094 'browser/net/nss_context.h', |
3095 ], | 3095 ], |
3096 }], | 3096 }], |
3097 ['toolkit_uses_gtk == 1', { | |
3098 'dependencies': [ | |
3099 '../build/linux/system.gyp:dbus', | |
3100 '../build/linux/system.gyp:gconf', | |
3101 '../build/linux/system.gyp:gtk', | |
3102 '../build/linux/system.gyp:gtkprint', | |
3103 '../build/linux/system.gyp:ssl', | |
3104 '../build/linux/system.gyp:x11', | |
3105 '../dbus/dbus.gyp:dbus', | |
3106 '../third_party/undoview/undoview.gyp:undoview', | |
3107 ], | |
3108 'conditions': [ | |
3109 ['OS=="linux"', { | |
3110 'link_settings': { | |
3111 'libraries': [ | |
3112 # For dlsym() in 'browser/zygote_main_linux.cc' | |
3113 '-ldl', | |
3114 ], | |
3115 }, | |
3116 }], | |
3117 ], | |
3118 }, { | |
3119 'sources!': [ | |
3120 'browser/notifications/balloon_collection.cc', | |
3121 'browser/notifications/balloon_collection.h', | |
3122 'browser/notifications/balloon_collection_base.cc', | |
3123 'browser/notifications/balloon_collection_base.h', | |
3124 'browser/notifications/balloon_collection_impl.cc', | |
3125 'browser/notifications/balloon_collection_impl.h', | |
3126 'browser/notifications/balloon_host.cc', | |
3127 'browser/notifications/balloon_host.h', | |
3128 'browser/notifications/balloon_notification_ui_manager.cc', | |
3129 'browser/notifications/balloon_notification_ui_manager.h', | |
3130 'browser/notifications/notification_options_menu_model.cc', | |
3131 'browser/notifications/notification_options_menu_model.h', | |
3132 'browser/task_manager/notification_resource_provider.cc', | |
3133 'browser/task_manager/notification_resource_provider.h', | |
3134 ] | |
3135 }], | |
3136 ['input_speech==0', { | 3097 ['input_speech==0', { |
3137 'sources/': [ | 3098 'sources/': [ |
3138 ['exclude', '^browser/speech/chrome_speech_recognition_manager_deleg
ate_bubble_ui'], | 3099 ['exclude', '^browser/speech/chrome_speech_recognition_manager_deleg
ate_bubble_ui'], |
3139 ['exclude', '^browser/speech/speech_recognition_bubble'], | 3100 ['exclude', '^browser/speech/speech_recognition_bubble'], |
3140 ], | 3101 ], |
3141 }], | 3102 }], |
3142 ['notifications==0', { | 3103 ['notifications==0', { |
3143 'sources/': [ | 3104 'sources/': [ |
3144 ['exclude', '^browser/notifications/'], | 3105 ['exclude', '^browser/notifications/'], |
3145 ], | 3106 ], |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3789 'package_name': 'org/chromium/chrome/browser', | 3750 'package_name': 'org/chromium/chrome/browser', |
3790 'template_deps': ['browser/android/tab_load_status.h'], | 3751 'template_deps': ['browser/android/tab_load_status.h'], |
3791 }, | 3752 }, |
3792 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3753 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3793 }, | 3754 }, |
3794 ], | 3755 ], |
3795 }, | 3756 }, |
3796 ], | 3757 ], |
3797 ], | 3758 ], |
3798 } | 3759 } |
OLD | NEW |