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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 247943003: Allow compiling Android with notifications=1, add stubbed UI manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 6 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 'browser/notifications/fullscreen_notification_blocker.cc', 1368 'browser/notifications/fullscreen_notification_blocker.cc',
1369 'browser/notifications/fullscreen_notification_blocker.h', 1369 'browser/notifications/fullscreen_notification_blocker.h',
1370 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1370 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1371 'browser/notifications/login_state_notification_blocker_chromeos.h', 1371 'browser/notifications/login_state_notification_blocker_chromeos.h',
1372 'browser/notifications/notification_delegate.cc', 1372 'browser/notifications/notification_delegate.cc',
1373 'browser/notifications/notification_delegate.h', 1373 'browser/notifications/notification_delegate.h',
1374 'browser/notifications/notification_object_proxy.cc', 1374 'browser/notifications/notification_object_proxy.cc',
1375 'browser/notifications/notification_object_proxy.h', 1375 'browser/notifications/notification_object_proxy.h',
1376 'browser/notifications/notification_system_observer.cc', 1376 'browser/notifications/notification_system_observer.cc',
1377 'browser/notifications/notification_system_observer.h', 1377 'browser/notifications/notification_system_observer.h',
1378 'browser/notifications/notification_ui_manager.cc',
1379 'browser/notifications/notification_ui_manager.h', 1378 'browser/notifications/notification_ui_manager.h',
1379 'browser/notifications/notification_ui_manager_android.cc',
1380 'browser/notifications/notification_ui_manager_android.h',
1381 'browser/notifications/notification_ui_manager_desktop.cc',
1380 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1382 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1381 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1383 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1382 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1384 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1383 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1385 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1384 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1386 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1385 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1387 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1386 'browser/notifications/sync_notifier/image_holder.cc', 1388 'browser/notifications/sync_notifier/image_holder.cc',
1387 'browser/notifications/sync_notifier/image_holder.h', 1389 'browser/notifications/sync_notifier/image_holder.h',
1388 'browser/notifications/sync_notifier/synced_notification.cc', 1390 'browser/notifications/sync_notifier/synced_notification.cc',
1389 'browser/notifications/sync_notifier/synced_notification.h', 1391 'browser/notifications/sync_notifier/synced_notification.h',
(...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 'browser/feedback/proto/chrome.proto', 3223 'browser/feedback/proto/chrome.proto',
3222 'browser/feedback/proto/common.proto', 3224 'browser/feedback/proto/common.proto',
3223 'browser/feedback/proto/dom.proto', 3225 'browser/feedback/proto/dom.proto',
3224 'browser/feedback/proto/math.proto', 3226 'browser/feedback/proto/math.proto',
3225 'browser/gpu/chrome_gpu_util.cc', 3227 'browser/gpu/chrome_gpu_util.cc',
3226 'browser/idle_android.cc', 3228 'browser/idle_android.cc',
3227 'browser/idle.cc', 3229 'browser/idle.cc',
3228 'browser/lifetime/application_lifetime_stub.cc', 3230 'browser/lifetime/application_lifetime_stub.cc',
3229 'browser/lifetime/browser_close_manager.cc', 3231 'browser/lifetime/browser_close_manager.cc',
3230 'browser/net/predictor_tab_helper.cc', 3232 'browser/net/predictor_tab_helper.cc',
3233 'browser/notifications/message_center_notification_manager.cc',
3234 'browser/notifications/message_center_settings_controller.cc',
3235 'browser/notifications/message_center_stats_collector.cc',
3236 'browser/notifications/notification_ui_manager_desktop.cc',
3231 'browser/parsers/metadata_parser_jpeg.cc', 3237 'browser/parsers/metadata_parser_jpeg.cc',
3232 'browser/parsers/metadata_parser_jpeg_factory.cc', 3238 'browser/parsers/metadata_parser_jpeg_factory.cc',
3233 'browser/parsers/metadata_parser_manager.cc', 3239 'browser/parsers/metadata_parser_manager.cc',
3234 'browser/process_singleton.cc', 3240 'browser/process_singleton.cc',
3235 'browser/process_singleton_modal_dialog_lock.cc', 3241 'browser/process_singleton_modal_dialog_lock.cc',
3236 'browser/process_singleton_startup_lock.cc', 3242 'browser/process_singleton_startup_lock.cc',
3237 'browser/profiles/profile_shortcut_manager.cc', 3243 'browser/profiles/profile_shortcut_manager.cc',
3238 'browser/repost_form_warning_controller.cc', 3244 'browser/repost_form_warning_controller.cc',
3239 'browser/search/search_terms_tracker.cc', 3245 'browser/search/search_terms_tracker.cc',
3240 'browser/sessions/session_command.cc', 3246 'browser/sessions/session_command.cc',
(...skipping 24 matching lines...) Expand all
3265 3271
3266 'browser/sync/glue/synced_tab_delegate.cc', 3272 'browser/sync/glue/synced_tab_delegate.cc',
3267 ], 3273 ],
3268 'sources/': [ 3274 'sources/': [
3269 ['exclude', '^browser/captive_portal/'], 3275 ['exclude', '^browser/captive_portal/'],
3270 ['exclude', '^browser/diagnostics/'], 3276 ['exclude', '^browser/diagnostics/'],
3271 ['exclude', '^browser/first_run/'], 3277 ['exclude', '^browser/first_run/'],
3272 ['exclude', '^browser/importer/'], 3278 ['exclude', '^browser/importer/'],
3273 ['exclude', '^browser/media_galleries/'], 3279 ['exclude', '^browser/media_galleries/'],
3274 ['exclude', '^browser/net/firefox_*'], 3280 ['exclude', '^browser/net/firefox_*'],
3281 ['exclude', '^browser/notifications/sync_notifier/'],
3275 ['exclude', '^browser/profile_resetter/'], 3282 ['exclude', '^browser/profile_resetter/'],
3276 ['exclude', '^browser/service/'], 3283 ['exclude', '^browser/service/'],
3277 ['exclude', '^browser/sync/glue/app_'], 3284 ['exclude', '^browser/sync/glue/app_'],
3278 ['exclude', '^browser/sync/glue/extension_'], 3285 ['exclude', '^browser/sync/glue/extension_'],
3279 ['exclude', '^browser/sync/glue/theme_'], 3286 ['exclude', '^browser/sync/glue/theme_'],
3280 ['exclude', '^third_party/mozilla_security_manager/'], 3287 ['exclude', '^third_party/mozilla_security_manager/'],
3281 ], 3288 ],
3282 }], 3289 }],
3283 ['OS=="mac"', { 3290 ['OS=="mac"', {
3284 'dependencies': [ 3291 'dependencies': [
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
3727 'package_name': 'org/chromium/chrome/browser', 3734 'package_name': 'org/chromium/chrome/browser',
3728 'template_deps': ['browser/android/tab_load_status.h'], 3735 'template_deps': ['browser/android/tab_load_status.h'],
3729 }, 3736 },
3730 'includes': [ '../build/android/java_cpp_template.gypi' ], 3737 'includes': [ '../build/android/java_cpp_template.gypi' ],
3731 }, 3738 },
3732 ], 3739 ],
3733 }, 3740 },
3734 ], 3741 ],
3735 ], 3742 ],
3736 } 3743 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698