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

Side by Side Diff: content/content_tests.gypi

Issue 10799005: Replace the DownloadFileManager with direct ownership (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to LKGR. Created 8 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 | « content/content_browser.gypi ('k') | content/public/browser/download_destination_observer.h » ('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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'browser/accessibility/browser_accessibility_manager_unittest.cc', 242 'browser/accessibility/browser_accessibility_manager_unittest.cc',
243 'browser/accessibility/browser_accessibility_win_unittest.cc', 243 'browser/accessibility/browser_accessibility_win_unittest.cc',
244 'browser/appcache/chrome_appcache_service_unittest.cc', 244 'browser/appcache/chrome_appcache_service_unittest.cc',
245 'browser/browser_thread_unittest.cc', 245 'browser/browser_thread_unittest.cc',
246 'browser/browser_url_handler_impl_unittest.cc', 246 'browser/browser_url_handler_impl_unittest.cc',
247 'browser/child_process_security_policy_unittest.cc', 247 'browser/child_process_security_policy_unittest.cc',
248 'browser/debugger/devtools_manager_unittest.cc', 248 'browser/debugger/devtools_manager_unittest.cc',
249 'browser/device_orientation/provider_unittest.cc', 249 'browser/device_orientation/provider_unittest.cc',
250 'browser/download/base_file_unittest.cc', 250 'browser/download/base_file_unittest.cc',
251 'browser/download/byte_stream_unittest.cc', 251 'browser/download/byte_stream_unittest.cc',
252 'browser/download/download_file_manager_unittest.cc',
253 'browser/download/download_file_unittest.cc', 252 'browser/download/download_file_unittest.cc',
254 'browser/download/download_id_unittest.cc', 253 'browser/download/download_id_unittest.cc',
255 'browser/download/download_item_impl_unittest.cc', 254 'browser/download/download_item_impl_unittest.cc',
256 'browser/download/download_manager_impl_unittest.cc', 255 'browser/download/download_manager_impl_unittest.cc',
257 'browser/download/file_metadata_unittest_linux.cc', 256 'browser/download/file_metadata_unittest_linux.cc',
258 'browser/download/save_package_unittest.cc', 257 'browser/download/save_package_unittest.cc',
259 'browser/gamepad/gamepad_provider_unittest.cc', 258 'browser/gamepad/gamepad_provider_unittest.cc',
260 'browser/geolocation/device_data_provider_unittest.cc', 259 'browser/geolocation/device_data_provider_unittest.cc',
261 'browser/geolocation/geolocation_provider_unittest.cc', 260 'browser/geolocation/geolocation_provider_unittest.cc',
262 'browser/geolocation/gps_location_provider_unittest_linux.cc', 261 'browser/geolocation/gps_location_provider_unittest_linux.cc',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '-buildfile', 834 '-buildfile',
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 835 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
837 ] 836 ]
838 } 837 }
839 ], 838 ],
840 }, 839 },
841 ], 840 ],
842 }], 841 }],
843 ], 842 ],
844 } 843 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/download_destination_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698