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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
48 '../third_party/icu/icu.gyp:icui18n', | 48 '../third_party/icu/icu.gyp:icui18n', |
49 '../third_party/icu/icu.gyp:icuuc', | 49 '../third_party/icu/icu.gyp:icuuc', |
50 '../third_party/libjingle/libjingle.gyp:libjingle', | 50 '../third_party/libjingle/libjingle.gyp:libjingle', |
51 '../third_party/libxml/libxml.gyp:libxml', | 51 '../third_party/libxml/libxml.gyp:libxml', |
52 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 52 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
53 '../third_party/zlib/zlib.gyp:zip', | 53 '../third_party/zlib/zlib.gyp:zip', |
54 '../third_party/zlib/zlib.gyp:minizip', | 54 '../third_party/zlib/zlib.gyp:minizip', |
55 '../third_party/zlib/zlib.gyp:zlib', | 55 '../third_party/zlib/zlib.gyp:zlib', |
56 '../ui/base/strings/ui_strings.gyp:ui_strings', | 56 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 57 '../ui/message_center/message_center.gyp:message_center', |
57 '../ui/ui.gyp:shell_dialogs', | 58 '../ui/ui.gyp:shell_dialogs', |
58 '../ui/ui.gyp:ui', | 59 '../ui/ui.gyp:ui', |
59 '../ui/ui.gyp:ui_resources', | 60 '../ui/ui.gyp:ui_resources', |
60 '../webkit/support/webkit_support.gyp:user_agent', | 61 '../webkit/support/webkit_support.gyp:user_agent', |
61 ], | 62 ], |
62 'include_dirs': [ | 63 'include_dirs': [ |
63 '..', | 64 '..', |
64 '<(INTERMEDIATE_DIR)', | 65 '<(INTERMEDIATE_DIR)', |
65 # Needed by chrome_content_renderer_client.cc. & | 66 # Needed by chrome_content_renderer_client.cc. & |
66 # plugin_info_message_filter.cc. | 67 # plugin_info_message_filter.cc. |
(...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2992 'browser/importer/nss_decryptor.cc', | 2993 'browser/importer/nss_decryptor.cc', |
2993 'browser/importer/nss_decryptor_system_nss.cc', | 2994 'browser/importer/nss_decryptor_system_nss.cc', |
2994 'browser/importer/nss_decryptor_system_nss.h', | 2995 'browser/importer/nss_decryptor_system_nss.h', |
2995 ] | 2996 ] |
2996 }], | 2997 }], |
2997 ['enable_app_list==1', { | 2998 ['enable_app_list==1', { |
2998 'dependencies': [ | 2999 'dependencies': [ |
2999 '../ui/app_list/app_list.gyp:app_list', | 3000 '../ui/app_list/app_list.gyp:app_list', |
3000 ] | 3001 ] |
3001 }], | 3002 }], |
3002 ['enable_message_center==1', { | |
3003 'dependencies': [ | |
3004 '../ui/message_center/message_center.gyp:message_center', | |
3005 ], | |
3006 }, { # enable_message_center==0 | |
3007 'sources!': [ | |
3008 'browser/notifications/message_center_notification_manager.cc', | |
3009 'browser/notifications/message_center_notification_manager.h', | |
3010 'browser/notifications/message_center_settings_controller.cc', | |
3011 'browser/notifications/message_center_settings_controller.h', | |
3012 ], | |
3013 }], | |
3014 ['enable_managed_users!=1', { | 3003 ['enable_managed_users!=1', { |
3015 'sources/': [ | 3004 'sources/': [ |
3016 ['exclude', '^browser/managed_mode/'], | 3005 ['exclude', '^browser/managed_mode/'], |
3017 ] | 3006 ] |
3018 }], | 3007 }], |
3019 ['enable_webrtc==1', { | 3008 ['enable_webrtc==1', { |
3020 'dependencies': [ | 3009 'dependencies': [ |
3021 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 3010 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
3022 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 3011 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
3023 ], | 3012 ], |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3189 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3178 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3190 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3179 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3191 }, | 3180 }, |
3192 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3181 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3193 }, | 3182 }, |
3194 ], | 3183 ], |
3195 }, | 3184 }, |
3196 ], | 3185 ], |
3197 ], | 3186 ], |
3198 } | 3187 } |
OLD | NEW |