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

Side by Side Diff: content/content_tests.gypi

Issue 8601012: DownloadQuery filters and sorts DownloadItems. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: include 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
« no previous file with comments | « content/content_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) 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 '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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'browser/appcache/chrome_appcache_service_unittest.cc', 181 'browser/appcache/chrome_appcache_service_unittest.cc',
182 'browser/browser_thread_unittest.cc', 182 'browser/browser_thread_unittest.cc',
183 'browser/browser_url_handler_unittest.cc', 183 'browser/browser_url_handler_unittest.cc',
184 'browser/child_process_security_policy_unittest.cc', 184 'browser/child_process_security_policy_unittest.cc',
185 'browser/debugger/devtools_manager_unittest.cc', 185 'browser/debugger/devtools_manager_unittest.cc',
186 'browser/device_orientation/provider_unittest.cc', 186 'browser/device_orientation/provider_unittest.cc',
187 'browser/download/base_file_unittest.cc', 187 'browser/download/base_file_unittest.cc',
188 'browser/download/download_buffer_unittest.cc', 188 'browser/download/download_buffer_unittest.cc',
189 'browser/download/download_file_unittest.cc', 189 'browser/download/download_file_unittest.cc',
190 'browser/download/download_id_unittest.cc', 190 'browser/download/download_id_unittest.cc',
191 'browser/download/download_query_unittest.cc',
191 'browser/download/download_status_updater_unittest.cc', 192 'browser/download/download_status_updater_unittest.cc',
192 'browser/download/save_package_unittest.cc', 193 'browser/download/save_package_unittest.cc',
193 'browser/gamepad/gamepad_provider_unittest.cc', 194 'browser/gamepad/gamepad_provider_unittest.cc',
194 'browser/geolocation/device_data_provider_unittest.cc', 195 'browser/geolocation/device_data_provider_unittest.cc',
195 'browser/geolocation/geolocation_provider_unittest.cc', 196 'browser/geolocation/geolocation_provider_unittest.cc',
196 'browser/geolocation/gps_location_provider_unittest_linux.cc', 197 'browser/geolocation/gps_location_provider_unittest_linux.cc',
197 'browser/geolocation/location_arbitrator_unittest.cc', 198 'browser/geolocation/location_arbitrator_unittest.cc',
198 'browser/geolocation/network_location_provider_unittest.cc', 199 'browser/geolocation/network_location_provider_unittest.cc',
199 'browser/geolocation/wifi_data_provider_common_unittest.cc', 200 'browser/geolocation/wifi_data_provider_common_unittest.cc',
200 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 201 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 ], 418 ],
418 'sources': [ 419 'sources': [
419 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 420 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
420 ], 421 ],
421 } 422 }
422 ], 423 ],
423 }, 424 },
424 ], 425 ],
425 ], 426 ],
426 } 427 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698