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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5448001: Remove duplicate NotificationObserver mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'browser/prefs/pref_value_store.cc', 70 'browser/prefs/pref_value_store.cc',
71 'browser/prefs/pref_value_store.h', 71 'browser/prefs/pref_value_store.h',
72 'browser/renderer_host/mock_render_process_host.cc', 72 'browser/renderer_host/mock_render_process_host.cc',
73 'browser/renderer_host/mock_render_process_host.h', 73 'browser/renderer_host/mock_render_process_host.h',
74 'browser/renderer_host/test/test_backing_store.cc', 74 'browser/renderer_host/test/test_backing_store.cc',
75 'browser/renderer_host/test/test_backing_store.h', 75 'browser/renderer_host/test/test_backing_store.h',
76 'browser/renderer_host/test/test_render_view_host.cc', 76 'browser/renderer_host/test/test_render_view_host.cc',
77 'browser/renderer_host/test/test_render_view_host.h', 77 'browser/renderer_host/test/test_render_view_host.h',
78 'browser/tab_contents/test_tab_contents.cc', 78 'browser/tab_contents/test_tab_contents.cc',
79 'browser/tab_contents/test_tab_contents.h', 79 'browser/tab_contents/test_tab_contents.h',
80 'common/notification_observer_mock.h',
80 'common/ipc_test_sink.cc', 81 'common/ipc_test_sink.cc',
81 'common/ipc_test_sink.h', 82 'common/ipc_test_sink.h',
82 'renderer/mock_keyboard.cc', 83 'renderer/mock_keyboard.cc',
83 'renderer/mock_keyboard.h', 84 'renderer/mock_keyboard.h',
84 'renderer/mock_keyboard_driver_win.cc', 85 'renderer/mock_keyboard_driver_win.cc',
85 'renderer/mock_keyboard_driver_win.h', 86 'renderer/mock_keyboard_driver_win.h',
86 'renderer/mock_printer.cc', 87 'renderer/mock_printer.cc',
87 'renderer/mock_printer.h', 88 'renderer/mock_printer.h',
88 'renderer/mock_render_process.cc', 89 'renderer/mock_render_process.cc',
89 'renderer/mock_render_process.h', 90 'renderer/mock_render_process.h',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1651 'service/cloud_print/cloud_print_helpers_unittest.cc', 1652 'service/cloud_print/cloud_print_helpers_unittest.cc',
1652 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1653 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1653 'service/service_process_unittest.cc', 1654 'service/service_process_unittest.cc',
1654 'test/browser_with_test_window_test.cc', 1655 'test/browser_with_test_window_test.cc',
1655 'test/browser_with_test_window_test.h', 1656 'test/browser_with_test_window_test.h',
1656 'test/data/resource.rc', 1657 'test/data/resource.rc',
1657 'test/file_test_utils.cc', 1658 'test/file_test_utils.cc',
1658 'test/file_test_utils.h', 1659 'test/file_test_utils.h',
1659 'test/menu_model_test.cc', 1660 'test/menu_model_test.cc',
1660 'test/menu_model_test.h', 1661 'test/menu_model_test.h',
1661 'test/mock_notification_observer.h',
1662 'test/render_view_test.cc', 1662 'test/render_view_test.cc',
1663 'test/render_view_test.h', 1663 'test/render_view_test.h',
1664 'test/sync/test_http_bridge_factory.h', 1664 'test/sync/test_http_bridge_factory.h',
1665 'test/test_notification_tracker.cc', 1665 'test/test_notification_tracker.cc',
1666 'test/test_notification_tracker.h', 1666 'test/test_notification_tracker.h',
1667 'test/v8_unit_test.cc', 1667 'test/v8_unit_test.cc',
1668 'test/v8_unit_test.h', 1668 'test/v8_unit_test.h',
1669 'tools/convert_dict/convert_dict_unittest.cc', 1669 'tools/convert_dict/convert_dict_unittest.cc',
1670 '../testing/gtest_mac_unittest.mm', 1670 '../testing/gtest_mac_unittest.mm',
1671 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1671 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
(...skipping 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after
3426 ] 3426 ]
3427 }], # 'coverage!=0' 3427 }], # 'coverage!=0'
3428 ], # 'conditions' 3428 ], # 'conditions'
3429 } 3429 }
3430 3430
3431 # Local Variables: 3431 # Local Variables:
3432 # tab-width:2 3432 # tab-width:2
3433 # indent-tabs-mode:nil 3433 # indent-tabs-mode:nil
3434 # End: 3434 # End:
3435 # vim: set expandtab tabstop=2 shiftwidth=2: 3435 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/policy/device_management_policy_provider_unittest.cc ('k') | chrome/test/mock_notification_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698