Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15025002: Remove ENABLE_MESSAGE_CENTER (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one moer fix Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 2882 matching lines...) Expand 10 before | Expand all | Expand 10 after
2949 'browser/importer/nss_decryptor.cc', 2950 'browser/importer/nss_decryptor.cc',
2950 'browser/importer/nss_decryptor_system_nss.cc', 2951 'browser/importer/nss_decryptor_system_nss.cc',
2951 'browser/importer/nss_decryptor_system_nss.h', 2952 'browser/importer/nss_decryptor_system_nss.h',
2952 ] 2953 ]
2953 }], 2954 }],
2954 ['enable_app_list==1', { 2955 ['enable_app_list==1', {
2955 'dependencies': [ 2956 'dependencies': [
2956 '../ui/app_list/app_list.gyp:app_list', 2957 '../ui/app_list/app_list.gyp:app_list',
2957 ] 2958 ]
2958 }], 2959 }],
2959 ['enable_message_center==1', {
2960 'dependencies': [
2961 '../ui/message_center/message_center.gyp:message_center',
2962 ],
2963 }, { # enable_message_center==0
2964 'sources!': [
2965 'browser/notifications/message_center_notification_manager.cc',
2966 'browser/notifications/message_center_notification_manager.h',
2967 'browser/notifications/message_center_settings_controller.cc',
2968 'browser/notifications/message_center_settings_controller.h',
2969 ],
2970 }],
2971 ['enable_managed_users!=1', { 2960 ['enable_managed_users!=1', {
2972 'sources/': [ 2961 'sources/': [
2973 ['exclude', '^browser/managed_mode/'], 2962 ['exclude', '^browser/managed_mode/'],
2974 ] 2963 ]
2975 }], 2964 }],
2976 ['enable_webrtc==1', { 2965 ['enable_webrtc==1', {
2977 'dependencies': [ 2966 'dependencies': [
2978 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 2967 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
2979 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 2968 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
2980 ], 2969 ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3146 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3135 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3147 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3136 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3148 }, 3137 },
3149 'includes': [ '../build/android/java_cpp_template.gypi' ], 3138 'includes': [ '../build/android/java_cpp_template.gypi' ],
3150 }, 3139 },
3151 ], 3140 ],
3152 }, 3141 },
3153 ], 3142 ],
3154 ], 3143 ],
3155 } 3144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698