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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7053041: Add a Create method to DesktopNotificationHandler and stubs for the notification objects. (Closed) Base URL: svn://svn.chromium.org/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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'browser/net/gaia/token_service_unittest.cc', 1438 'browser/net/gaia/token_service_unittest.cc',
1439 'browser/net/gaia/token_service_unittest.h', 1439 'browser/net/gaia/token_service_unittest.h',
1440 'browser/net/load_timing_observer_unittest.cc', 1440 'browser/net/load_timing_observer_unittest.cc',
1441 'browser/net/passive_log_collector_unittest.cc', 1441 'browser/net/passive_log_collector_unittest.cc',
1442 'browser/net/predictor_unittest.cc', 1442 'browser/net/predictor_unittest.cc',
1443 'browser/net/pref_proxy_config_service_unittest.cc', 1443 'browser/net/pref_proxy_config_service_unittest.cc',
1444 'browser/net/quoted_printable_unittest.cc', 1444 'browser/net/quoted_printable_unittest.cc',
1445 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1445 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1446 'browser/net/url_fixer_upper_unittest.cc', 1446 'browser/net/url_fixer_upper_unittest.cc',
1447 'browser/net/url_info_unittest.cc', 1447 'browser/net/url_info_unittest.cc',
1448 'browser/notifications/desktop_notification_service_unittest.cc',
1449 'browser/notifications/desktop_notifications_unittest.cc',
1450 'browser/notifications/desktop_notifications_unittest.h',
1451 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1452 'browser/notifications/notifications_prefs_cache_unittest.cc',
1453 'browser/parsers/metadata_parser_filebase_unittest.cc', 1448 'browser/parsers/metadata_parser_filebase_unittest.cc',
1454 'browser/password_manager/encryptor_password_mac_unittest.cc', 1449 'browser/password_manager/encryptor_password_mac_unittest.cc',
1455 'browser/password_manager/encryptor_unittest.cc', 1450 'browser/password_manager/encryptor_unittest.cc',
1456 'browser/password_manager/login_database_unittest.cc', 1451 'browser/password_manager/login_database_unittest.cc',
1457 'browser/password_manager/password_form_data.cc', 1452 'browser/password_manager/password_form_data.cc',
1458 'browser/password_manager/password_form_manager_unittest.cc', 1453 'browser/password_manager/password_form_manager_unittest.cc',
1459 'browser/password_manager/password_manager_unittest.cc', 1454 'browser/password_manager/password_manager_unittest.cc',
1460 'browser/password_manager/password_store_default_unittest.cc', 1455 'browser/password_manager/password_store_default_unittest.cc',
1461 'browser/password_manager/password_store_mac_unittest.cc', 1456 'browser/password_manager/password_store_mac_unittest.cc',
1462 'browser/password_manager/password_store_win_unittest.cc', 1457 'browser/password_manager/password_store_win_unittest.cc',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 '../testing/gtest_mac_unittest.mm', 1964 '../testing/gtest_mac_unittest.mm',
1970 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1965 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1971 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1966 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1972 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1967 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1973 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1968 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1974 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1969 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1975 '../webkit/fileapi/file_system_test_helper.cc', 1970 '../webkit/fileapi/file_system_test_helper.cc',
1976 '../webkit/fileapi/file_system_test_helper.h', 1971 '../webkit/fileapi/file_system_test_helper.h',
1977 ], 1972 ],
1978 'conditions': [ 1973 'conditions': [
1974 ['enable_desktop_notifications==1', {
1975 'sources': [
1976 'browser/notifications/desktop_notification_service_unittest.cc',
1977 'browser/notifications/desktop_notifications_unittest.cc',
1978 'browser/notifications/desktop_notifications_unittest.h',
1979 'browser/notifications/notification_exceptions_table_model_unittest. cc',
1980 'browser/notifications/notifications_prefs_cache_unittest.cc',
1981 ]
1982 }],
1979 ['p2p_apis==1', { 1983 ['p2p_apis==1', {
1980 'sources': [ 1984 'sources': [
1981 '../content/browser/renderer_host/p2p/socket_host_test_utils.h', 1985 '../content/browser/renderer_host/p2p/socket_host_test_utils.h',
1982 '../content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 1986 '../content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
1983 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes t.cc', 1987 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes t.cc',
1984 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', 1988 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc',
1985 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', 1989 '../content/renderer/p2p/p2p_transport_impl_unittest.cc',
1986 ], 1990 ],
1987 }], 1991 }],
1988 ['touchui==0', { 1992 ['touchui==0', {
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2631 'browser/ui/views/dom_view_browsertest.cc', 2635 'browser/ui/views/dom_view_browsertest.cc',
2632 'browser/ui/views/html_dialog_view_browsertest.cc', 2636 'browser/ui/views/html_dialog_view_browsertest.cc',
2633 ], 2637 ],
2634 }], 2638 }],
2635 ['target_arch!="arm"', { 2639 ['target_arch!="arm"', {
2636 'dependencies': [ 2640 'dependencies': [
2637 # run time dependency 2641 # run time dependency
2638 '../webkit/webkit.gyp:copy_npapi_test_plugin', 2642 '../webkit/webkit.gyp:copy_npapi_test_plugin',
2639 ], 2643 ],
2640 }], 2644 }],
2645 ['enable_desktop_notifications==1', {
2646 'sources': [
2647 'browser/task_manager/task_manager_notification_browsertest.cc',
2648 ]
2649 }],
2641 ], # conditions 2650 ], # conditions
2642 }, # target browser_tests 2651 }, # target browser_tests
2643 { 2652 {
2644 # Executable that runs safebrowsing test in a new process. 2653 # Executable that runs safebrowsing test in a new process.
2645 'target_name': 'safe_browsing_tests', 2654 'target_name': 'safe_browsing_tests',
2646 'type': 'executable', 2655 'type': 'executable',
2647 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2656 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2648 'dependencies': [ 2657 'dependencies': [
2649 'chrome', 2658 'chrome',
2650 'test_support_common', 2659 'test_support_common',
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after
4054 ] 4063 ]
4055 }], # 'coverage!=0' 4064 }], # 'coverage!=0'
4056 ], # 'conditions' 4065 ], # 'conditions'
4057 } 4066 }
4058 4067
4059 # Local Variables: 4068 # Local Variables:
4060 # tab-width:2 4069 # tab-width:2
4061 # indent-tabs-mode:nil 4070 # indent-tabs-mode:nil
4062 # End: 4071 # End:
4063 # vim: set expandtab tabstop=2 shiftwidth=2: 4072 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698