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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10873101: Revert 153571 - Create base class for TabHelpers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 'browser/sync/sync_global_error_unittest.cc', 1644 'browser/sync/sync_global_error_unittest.cc',
1645 'browser/sync/sync_prefs_unittest.cc', 1645 'browser/sync/sync_prefs_unittest.cc',
1646 'browser/sync/sync_ui_util_mac_unittest.mm', 1646 'browser/sync/sync_ui_util_mac_unittest.mm',
1647 'browser/sync/sync_ui_util_unittest.cc', 1647 'browser/sync/sync_ui_util_unittest.cc',
1648 'browser/sync/test/test_http_bridge_factory.cc', 1648 'browser/sync/test/test_http_bridge_factory.cc',
1649 'browser/sync/test/test_http_bridge_factory.h', 1649 'browser/sync/test/test_http_bridge_factory.h',
1650 'browser/sync/test_profile_sync_service.cc', 1650 'browser/sync/test_profile_sync_service.cc',
1651 'browser/sync/test_profile_sync_service.h', 1651 'browser/sync/test_profile_sync_service.h',
1652 'browser/tab_contents/render_view_context_menu_unittest.cc', 1652 'browser/tab_contents/render_view_context_menu_unittest.cc',
1653 'browser/tab_contents/thumbnail_generator_unittest.cc', 1653 'browser/tab_contents/thumbnail_generator_unittest.cc',
1654 'browser/tab_contents/web_contents_user_data_unittest.cc',
1655 'browser/task_manager/task_manager_unittest.cc', 1654 'browser/task_manager/task_manager_unittest.cc',
1656 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1655 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1657 'browser/themes/browser_theme_pack_unittest.cc', 1656 'browser/themes/browser_theme_pack_unittest.cc',
1658 'browser/themes/theme_service_unittest.cc', 1657 'browser/themes/theme_service_unittest.cc',
1659 'browser/ui/ash/event_rewriter_unittest.cc', 1658 'browser/ui/ash/event_rewriter_unittest.cc',
1660 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1659 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
1661 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', 1660 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc',
1662 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 1661 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
1663 'browser/ui/ash/window_positioner_unittest.cc', 1662 'browser/ui/ash/window_positioner_unittest.cc',
1664 'browser/ui/auto_login_prompter_unittest.cc', 1663 'browser/ui/auto_login_prompter_unittest.cc',
(...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after
4726 '--result', '<@(_outputs)', 4725 '--result', '<@(_outputs)',
4727 '--isolate', 'browser_tests.isolate', 4726 '--isolate', 'browser_tests.isolate',
4728 ], 4727 ],
4729 }, 4728 },
4730 ], 4729 ],
4731 }, 4730 },
4732 ], 4731 ],
4733 }], 4732 }],
4734 ], # 'conditions' 4733 ], # 'conditions'
4735 } 4734 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698