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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7046052: Revert stubs that were added in r88040. We need proper interfaces around features that need to b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 'browser/notifications/desktop_notification_service_factory.h', 1460 'browser/notifications/desktop_notification_service_factory.h',
1461 'browser/notifications/notification.cc', 1461 'browser/notifications/notification.cc',
1462 'browser/notifications/notification.h', 1462 'browser/notifications/notification.h',
1463 'browser/notifications/notification_delegate.h', 1463 'browser/notifications/notification_delegate.h',
1464 'browser/notifications/notification_exceptions_table_model.cc', 1464 'browser/notifications/notification_exceptions_table_model.cc',
1465 'browser/notifications/notification_exceptions_table_model.h', 1465 'browser/notifications/notification_exceptions_table_model.h',
1466 'browser/notifications/notification_object_proxy.cc', 1466 'browser/notifications/notification_object_proxy.cc',
1467 'browser/notifications/notification_object_proxy.h', 1467 'browser/notifications/notification_object_proxy.h',
1468 'browser/notifications/notification_options_menu_model.cc', 1468 'browser/notifications/notification_options_menu_model.cc',
1469 'browser/notifications/notification_options_menu_model.h', 1469 'browser/notifications/notification_options_menu_model.h',
1470 'browser/notifications/notification_stubs.cc',
1471 'browser/notifications/notification_ui_manager.cc', 1470 'browser/notifications/notification_ui_manager.cc',
1472 'browser/notifications/notification_ui_manager.h', 1471 'browser/notifications/notification_ui_manager.h',
1473 'browser/notifications/notifications_prefs_cache.cc', 1472 'browser/notifications/notifications_prefs_cache.cc',
1474 'browser/notifications/notifications_prefs_cache.h', 1473 'browser/notifications/notifications_prefs_cache.h',
1475 'browser/ntp_background_util.cc', 1474 'browser/ntp_background_util.cc',
1476 'browser/ntp_background_util.h', 1475 'browser/ntp_background_util.h',
1477 'browser/omnibox_search_hint.cc', 1476 'browser/omnibox_search_hint.cc',
1478 'browser/omnibox_search_hint.h', 1477 'browser/omnibox_search_hint.h',
1479 'browser/oom_priority_manager.cc', 1478 'browser/oom_priority_manager.cc',
1480 'browser/oom_priority_manager.h', 1479 'browser/oom_priority_manager.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2093 'browser/tabs/tab_strip_model_delegate.h', 2092 'browser/tabs/tab_strip_model_delegate.h',
2094 'browser/tabs/tab_strip_model_observer.cc', 2093 'browser/tabs/tab_strip_model_observer.cc',
2095 'browser/tabs/tab_strip_model_observer.h', 2094 'browser/tabs/tab_strip_model_observer.h',
2096 'browser/tabs/tab_strip_model_order_controller.cc', 2095 'browser/tabs/tab_strip_model_order_controller.cc',
2097 'browser/tabs/tab_strip_model_order_controller.h', 2096 'browser/tabs/tab_strip_model_order_controller.h',
2098 'browser/tabs/tab_strip_selection_model.cc', 2097 'browser/tabs/tab_strip_selection_model.cc',
2099 'browser/tabs/tab_strip_selection_model.h', 2098 'browser/tabs/tab_strip_selection_model.h',
2100 'browser/task_manager/task_manager.cc', 2099 'browser/task_manager/task_manager.cc',
2101 'browser/task_manager/task_manager.h', 2100 'browser/task_manager/task_manager.h',
2102 'browser/task_manager/task_manager_notification_resource_provider.cc', 2101 'browser/task_manager/task_manager_notification_resource_provider.cc',
2103 'browser/task_manager/task_manager_notification_resource_provider_stub.c c',
2104 'browser/task_manager/task_manager_resource_providers.cc', 2102 'browser/task_manager/task_manager_resource_providers.cc',
2105 'browser/task_manager/task_manager_resource_providers.h', 2103 'browser/task_manager/task_manager_resource_providers.h',
2106 'browser/themes/browser_theme_pack.cc', 2104 'browser/themes/browser_theme_pack.cc',
2107 'browser/themes/browser_theme_pack.h', 2105 'browser/themes/browser_theme_pack.h',
2108 'browser/themes/theme_service.cc', 2106 'browser/themes/theme_service.cc',
2109 'browser/themes/theme_service.h', 2107 'browser/themes/theme_service.h',
2110 'browser/themes/theme_service_factory.cc', 2108 'browser/themes/theme_service_factory.cc',
2111 'browser/themes/theme_service_factory.h', 2109 'browser/themes/theme_service_factory.h',
2112 'browser/themes/theme_service_gtk.cc', 2110 'browser/themes/theme_service_gtk.cc',
2113 'browser/themes/theme_service_mac.mm', 2111 'browser/themes/theme_service_mac.mm',
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
4452 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], 4450 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4453 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4451 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4454 ['include', '^browser/ui/views/file_manager_dialog.cc'], 4452 ['include', '^browser/ui/views/file_manager_dialog.cc'],
4455 ['include', '^browser/ui/views/file_manager_dialog.h'], 4453 ['include', '^browser/ui/views/file_manager_dialog.h'],
4456 ]}, { 4454 ]}, {
4457 'sources/': [ 4455 'sources/': [
4458 ['exclude', '^browser/ui/views/file_manager_dialog.cc'], 4456 ['exclude', '^browser/ui/views/file_manager_dialog.cc'],
4459 ['exclude', '^browser/ui/views/file_manager_dialog.h'], 4457 ['exclude', '^browser/ui/views/file_manager_dialog.h'],
4460 ]} 4458 ]}
4461 ], 4459 ],
4462 ['enable_desktop_notifications==0', {
4463 'sources/': [
4464 ['exclude', '^browser/desktop_notification_handler.cc'],
4465 ['exclude', '^browser/notifications/'],
4466 ['exclude', '^browser/ui/cocoa/notifications/'],
4467 ['exclude', '^browser/ui/gtk/notifications/'],
4468 ['exclude', '^browser/ui/views/notifications/'],
4469 ['include', '^browser/notifications/notification_stubs.cc'],
4470 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'],
4471 ]
4472 }, { # enable_desktop_notifications==0
4473 'sources!': [
4474 'browser/notifications/notification_stubs.cc',
4475 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc',
4476 ]
4477 }],
4478 ], 4460 ],
4479 }, 4461 },
4480 { 4462 {
4481 # Protobuf compiler / generate rule for feedback 4463 # Protobuf compiler / generate rule for feedback
4482 'target_name': 'userfeedback_proto', 4464 'target_name': 'userfeedback_proto',
4483 'type': 'none', 4465 'type': 'none',
4484 'sources': [ 4466 'sources': [
4485 'browser/userfeedback/proto/annotations.proto', 4467 'browser/userfeedback/proto/annotations.proto',
4486 'browser/userfeedback/proto/chrome.proto', 4468 'browser/userfeedback/proto/chrome.proto',
4487 'browser/userfeedback/proto/common.proto', 4469 'browser/userfeedback/proto/common.proto',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 'hard_dependency': 1, 4621 'hard_dependency': 1,
4640 }, 4622 },
4641 ], 4623 ],
4642 } 4624 }
4643 4625
4644 # Local Variables: 4626 # Local Variables:
4645 # tab-width:2 4627 # tab-width:2
4646 # indent-tabs-mode:nil 4628 # indent-tabs-mode:nil
4647 # End: 4629 # End:
4648 # vim: set expandtab tabstop=2 shiftwidth=2: 4630 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_resource_provider_stub.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698