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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7746008: Move resource_dispatcher_host_unittest.cc to content_unittests now that all its link time depende... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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') | content/browser/renderer_host/render_widget_host_view.cc » ('j') | 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) 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 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
2020 '../content/browser/mach_broker_mac_unittest.cc', 2020 '../content/browser/mach_broker_mac_unittest.cc',
2021 '../content/browser/plugin_service_unittest.cc', 2021 '../content/browser/plugin_service_unittest.cc',
2022 '../content/browser/renderer_host/render_view_host_unittest.cc', 2022 '../content/browser/renderer_host/render_view_host_unittest.cc',
2023 '../content/browser/renderer_host/render_widget_host_unittest.cc', 2023 '../content/browser/renderer_host/render_widget_host_unittest.cc',
2024 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
2025 '../content/browser/site_instance_unittest.cc', 2024 '../content/browser/site_instance_unittest.cc',
2026 '../content/browser/tab_contents/navigation_controller_unittest.cc', 2025 '../content/browser/tab_contents/navigation_controller_unittest.cc',
2027 '../content/browser/tab_contents/navigation_entry_unittest.cc', 2026 '../content/browser/tab_contents/navigation_entry_unittest.cc',
2028 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 2027 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
2029 '../content/browser/tab_contents/tab_contents_delegate_unittest.cc', 2028 '../content/browser/tab_contents/tab_contents_delegate_unittest.cc',
2030 '../content/common/font_descriptor_mac_unittest.mm', 2029 '../content/common/font_descriptor_mac_unittest.mm',
2031 '../content/common/hi_res_timer_manager_unittest.cc', 2030 '../content/common/hi_res_timer_manager_unittest.cc',
2032 '../content/common/sandbox_mac_diraccess_unittest.mm', 2031 '../content/common/sandbox_mac_diraccess_unittest.mm',
2033 '../content/common/sandbox_mac_fontloading_unittest.mm', 2032 '../content/common/sandbox_mac_fontloading_unittest.mm',
2034 '../content/common/sandbox_mac_unittest_helper.h', 2033 '../content/common/sandbox_mac_unittest_helper.h',
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 # Use outputs of this action as inputs for the main target build. 4118 # Use outputs of this action as inputs for the main target build.
4120 # Seems as a misnomer but makes this happy on Linux (scons). 4119 # Seems as a misnomer but makes this happy on Linux (scons).
4121 'process_outputs_as_sources': 1, 4120 'process_outputs_as_sources': 1,
4122 }, 4121 },
4123 ], # 'actions' 4122 ], # 'actions'
4124 }, 4123 },
4125 ] 4124 ]
4126 }], # 'coverage!=0' 4125 }], # 'coverage!=0'
4127 ], # 'conditions' 4126 ], # 'conditions'
4128 } 4127 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/renderer_host/render_widget_host_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698