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

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: Created 6 years, 8 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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1379 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1380 'browser/notifications/login_state_notification_blocker_chromeos.h', 1380 'browser/notifications/login_state_notification_blocker_chromeos.h',
1381 'browser/notifications/notification_delegate.cc', 1381 'browser/notifications/notification_delegate.cc',
1382 'browser/notifications/notification_delegate.h', 1382 'browser/notifications/notification_delegate.h',
1383 'browser/notifications/notification_object_proxy.cc', 1383 'browser/notifications/notification_object_proxy.cc',
1384 'browser/notifications/notification_object_proxy.h', 1384 'browser/notifications/notification_object_proxy.h',
1385 'browser/notifications/notification_system_observer.cc', 1385 'browser/notifications/notification_system_observer.cc',
1386 'browser/notifications/notification_system_observer.h', 1386 'browser/notifications/notification_system_observer.h',
1387 'browser/notifications/notification_ui_manager.cc', 1387 'browser/notifications/notification_ui_manager.cc',
1388 'browser/notifications/notification_ui_manager.h', 1388 'browser/notifications/notification_ui_manager.h',
1389 'browser/notifications/notification_ui_manager_android.cc',
1390 'browser/notifications/notification_ui_manager_android.h',
1389 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1391 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1390 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1392 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1391 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1393 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1392 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1394 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1393 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1395 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1394 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1396 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1395 'browser/notifications/sync_notifier/image_holder.cc', 1397 'browser/notifications/sync_notifier/image_holder.cc',
1396 'browser/notifications/sync_notifier/image_holder.h', 1398 'browser/notifications/sync_notifier/image_holder.h',
1397 'browser/notifications/sync_notifier/synced_notification.cc', 1399 'browser/notifications/sync_notifier/synced_notification.cc',
1398 'browser/notifications/sync_notifier/synced_notification.h', 1400 'browser/notifications/sync_notifier/synced_notification.h',
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'browser/feedback/proto/chrome.proto', 3229 'browser/feedback/proto/chrome.proto',
3228 'browser/feedback/proto/common.proto', 3230 'browser/feedback/proto/common.proto',
3229 'browser/feedback/proto/dom.proto', 3231 'browser/feedback/proto/dom.proto',
3230 'browser/feedback/proto/math.proto', 3232 'browser/feedback/proto/math.proto',
3231 'browser/gpu/chrome_gpu_util.cc', 3233 'browser/gpu/chrome_gpu_util.cc',
3232 'browser/idle_android.cc', 3234 'browser/idle_android.cc',
3233 'browser/idle.cc', 3235 'browser/idle.cc',
3234 'browser/lifetime/application_lifetime_stub.cc', 3236 'browser/lifetime/application_lifetime_stub.cc',
3235 'browser/lifetime/browser_close_manager.cc', 3237 'browser/lifetime/browser_close_manager.cc',
3236 'browser/net/predictor_tab_helper.cc', 3238 'browser/net/predictor_tab_helper.cc',
3239 'browser/notifications/message_center_notification_manager.cc',
3240 'browser/notifications/message_center_settings_controller.cc',
3241 'browser/notifications/message_center_stats_collector.cc',
3237 'browser/parsers/metadata_parser_jpeg.cc', 3242 'browser/parsers/metadata_parser_jpeg.cc',
3238 'browser/parsers/metadata_parser_jpeg_factory.cc', 3243 'browser/parsers/metadata_parser_jpeg_factory.cc',
3239 'browser/parsers/metadata_parser_manager.cc', 3244 'browser/parsers/metadata_parser_manager.cc',
3240 'browser/process_singleton.cc', 3245 'browser/process_singleton.cc',
3241 'browser/process_singleton_modal_dialog_lock.cc', 3246 'browser/process_singleton_modal_dialog_lock.cc',
3242 'browser/process_singleton_startup_lock.cc', 3247 'browser/process_singleton_startup_lock.cc',
3243 'browser/profiles/profile_shortcut_manager.cc', 3248 'browser/profiles/profile_shortcut_manager.cc',
3244 'browser/repost_form_warning_controller.cc', 3249 'browser/repost_form_warning_controller.cc',
3245 'browser/search/search_terms_tracker.cc', 3250 'browser/search/search_terms_tracker.cc',
3246 'browser/sessions/session_command.cc', 3251 'browser/sessions/session_command.cc',
(...skipping 20 matching lines...) Expand all
3267 3272
3268 'browser/sync/glue/synced_tab_delegate.cc', 3273 'browser/sync/glue/synced_tab_delegate.cc',
3269 ], 3274 ],
3270 'sources/': [ 3275 'sources/': [
3271 ['exclude', '^browser/captive_portal/'], 3276 ['exclude', '^browser/captive_portal/'],
3272 ['exclude', '^browser/diagnostics/'], 3277 ['exclude', '^browser/diagnostics/'],
3273 ['exclude', '^browser/first_run/'], 3278 ['exclude', '^browser/first_run/'],
3274 ['exclude', '^browser/importer/'], 3279 ['exclude', '^browser/importer/'],
3275 ['exclude', '^browser/media_galleries/'], 3280 ['exclude', '^browser/media_galleries/'],
3276 ['exclude', '^browser/net/firefox_*'], 3281 ['exclude', '^browser/net/firefox_*'],
3282 ['exclude', '^browser/notifications/sync_notifier/'],
3277 ['exclude', '^browser/profile_resetter/'], 3283 ['exclude', '^browser/profile_resetter/'],
3278 ['exclude', '^browser/service/'], 3284 ['exclude', '^browser/service/'],
3279 ['exclude', '^browser/sync/glue/app_'], 3285 ['exclude', '^browser/sync/glue/app_'],
3280 ['exclude', '^browser/sync/glue/extension_'], 3286 ['exclude', '^browser/sync/glue/extension_'],
3281 ['exclude', '^browser/sync/glue/theme_'], 3287 ['exclude', '^browser/sync/glue/theme_'],
3282 ['exclude', '^browser/usb/'], 3288 ['exclude', '^browser/usb/'],
3283 ['exclude', '^third_party/mozilla_security_manager/'], 3289 ['exclude', '^third_party/mozilla_security_manager/'],
3284 ], 3290 ],
3285 }], 3291 }],
3286 ['OS=="mac"', { 3292 ['OS=="mac"', {
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 'package_name': 'org/chromium/chrome/browser', 3736 'package_name': 'org/chromium/chrome/browser',
3731 'template_deps': ['browser/android/tab_load_status.h'], 3737 'template_deps': ['browser/android/tab_load_status.h'],
3732 }, 3738 },
3733 'includes': [ '../build/android/java_cpp_template.gypi' ], 3739 'includes': [ '../build/android/java_cpp_template.gypi' ],
3734 }, 3740 },
3735 ], 3741 ],
3736 }, 3742 },
3737 ], 3743 ],
3738 ], 3744 ],
3739 } 3745 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698