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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 14631021: Revert 199625 "Remove ENABLE_MESSAGE_CENTER" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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',
58 '../ui/ui.gyp:shell_dialogs', 57 '../ui/ui.gyp:shell_dialogs',
59 '../ui/ui.gyp:ui', 58 '../ui/ui.gyp:ui',
60 '../ui/ui.gyp:ui_resources', 59 '../ui/ui.gyp:ui_resources',
61 '../webkit/support/webkit_support.gyp:user_agent', 60 '../webkit/support/webkit_support.gyp:user_agent',
62 ], 61 ],
63 'include_dirs': [ 62 'include_dirs': [
64 '..', 63 '..',
65 '<(INTERMEDIATE_DIR)', 64 '<(INTERMEDIATE_DIR)',
66 # Needed by chrome_content_renderer_client.cc. & 65 # Needed by chrome_content_renderer_client.cc. &
67 # plugin_info_message_filter.cc. 66 # plugin_info_message_filter.cc.
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2978 'browser/importer/nss_decryptor.cc', 2977 'browser/importer/nss_decryptor.cc',
2979 'browser/importer/nss_decryptor_system_nss.cc', 2978 'browser/importer/nss_decryptor_system_nss.cc',
2980 'browser/importer/nss_decryptor_system_nss.h', 2979 'browser/importer/nss_decryptor_system_nss.h',
2981 ] 2980 ]
2982 }], 2981 }],
2983 ['enable_app_list==1', { 2982 ['enable_app_list==1', {
2984 'dependencies': [ 2983 'dependencies': [
2985 '../ui/app_list/app_list.gyp:app_list', 2984 '../ui/app_list/app_list.gyp:app_list',
2986 ] 2985 ]
2987 }], 2986 }],
2987 ['enable_message_center==1', {
2988 'dependencies': [
2989 '../ui/message_center/message_center.gyp:message_center',
2990 ],
2991 }, { # enable_message_center==0
2992 'sources!': [
2993 'browser/notifications/message_center_notification_manager.cc',
2994 'browser/notifications/message_center_notification_manager.h',
2995 'browser/notifications/message_center_settings_controller.cc',
2996 'browser/notifications/message_center_settings_controller.h',
2997 ],
2998 }],
2988 ['enable_managed_users!=1', { 2999 ['enable_managed_users!=1', {
2989 'sources/': [ 3000 'sources/': [
2990 ['exclude', '^browser/managed_mode/'], 3001 ['exclude', '^browser/managed_mode/'],
2991 ] 3002 ]
2992 }], 3003 }],
2993 ['enable_webrtc==1', { 3004 ['enable_webrtc==1', {
2994 'dependencies': [ 3005 'dependencies': [
2995 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 3006 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
2996 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 3007 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
2997 ], 3008 ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3163 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3174 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3164 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3175 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3165 }, 3176 },
3166 'includes': [ '../build/android/java_cpp_template.gypi' ], 3177 'includes': [ '../build/android/java_cpp_template.gypi' ],
3167 }, 3178 },
3168 ], 3179 ],
3169 }, 3180 },
3170 ], 3181 ],
3171 ], 3182 ],
3172 } 3183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698