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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8802024: Move web_contents_unittest.cc to content, where it belongs next to TabContents. Also rename it to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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) 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 '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 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 'browser/sync/sync_ui_util_unittest.cc', 1688 'browser/sync/sync_ui_util_unittest.cc',
1689 'browser/sync/test_profile_sync_service.cc', 1689 'browser/sync/test_profile_sync_service.cc',
1690 'browser/sync/test_profile_sync_service.h', 1690 'browser/sync/test_profile_sync_service.h',
1691 'browser/sync/test/test_http_bridge_factory.cc', 1691 'browser/sync/test/test_http_bridge_factory.cc',
1692 'browser/sync/test/test_http_bridge_factory.h', 1692 'browser/sync/test/test_http_bridge_factory.h',
1693 'browser/sync/util/cryptographer_unittest.cc', 1693 'browser/sync/util/cryptographer_unittest.cc',
1694 'browser/sync/util/get_session_name_task_unittest.cc', 1694 'browser/sync/util/get_session_name_task_unittest.cc',
1695 'browser/sync/util/nigori_unittest.cc', 1695 'browser/sync/util/nigori_unittest.cc',
1696 'browser/tab_contents/render_view_context_menu_unittest.cc', 1696 'browser/tab_contents/render_view_context_menu_unittest.cc',
1697 'browser/tab_contents/thumbnail_generator_unittest.cc', 1697 'browser/tab_contents/thumbnail_generator_unittest.cc',
1698 'browser/tab_contents/web_contents_unittest.cc',
1699 'browser/tabs/pinned_tab_codec_unittest.cc', 1698 'browser/tabs/pinned_tab_codec_unittest.cc',
1700 'browser/tabs/pinned_tab_service_unittest.cc', 1699 'browser/tabs/pinned_tab_service_unittest.cc',
1701 'browser/tabs/pinned_tab_test_utils.cc', 1700 'browser/tabs/pinned_tab_test_utils.cc',
1702 'browser/tabs/tab_strip_model_unittest.cc', 1701 'browser/tabs/tab_strip_model_unittest.cc',
1703 'browser/tabs/tab_strip_selection_model_unittest.cc', 1702 'browser/tabs/tab_strip_selection_model_unittest.cc',
1704 'browser/task_manager/task_manager_unittest.cc', 1703 'browser/task_manager/task_manager_unittest.cc',
1705 'browser/themes/browser_theme_pack_unittest.cc', 1704 'browser/themes/browser_theme_pack_unittest.cc',
1706 'browser/themes/theme_service_unittest.cc', 1705 'browser/themes/theme_service_unittest.cc',
1707 'browser/ui/browser_list_unittest.cc', 1706 'browser/ui/browser_list_unittest.cc',
1708 # It is safe to list */cocoa/* files in the "common" file list 1707 # It is safe to list */cocoa/* files in the "common" file list
(...skipping 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # Use outputs of this action as inputs for the main target build. 4300 # Use outputs of this action as inputs for the main target build.
4302 # Seems as a misnomer but makes this happy on Linux (scons). 4301 # Seems as a misnomer but makes this happy on Linux (scons).
4303 'process_outputs_as_sources': 1, 4302 'process_outputs_as_sources': 1,
4304 }, 4303 },
4305 ], # 'actions' 4304 ], # 'actions'
4306 }, 4305 },
4307 ] 4306 ]
4308 }], # 'coverage!=0' 4307 }], # 'coverage!=0'
4309 ], # 'conditions' 4308 ], # 'conditions'
4310 } 4309 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | content/browser/tab_contents/tab_contents_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698