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

Side by Side Diff: content/content_tests.gypi

Issue 23496076: WIP - Refactor programmatic downloads Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/content_browser.gypi ('k') | content/public/browser/download_interrupt_reason_values.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'browser/dom_storage/dom_storage_context_impl_unittest.cc', 329 'browser/dom_storage/dom_storage_context_impl_unittest.cc',
330 'browser/dom_storage/dom_storage_database_unittest.cc', 330 'browser/dom_storage/dom_storage_database_unittest.cc',
331 'browser/dom_storage/session_storage_database_unittest.cc', 331 'browser/dom_storage/session_storage_database_unittest.cc',
332 'browser/download/base_file_unittest.cc', 332 'browser/download/base_file_unittest.cc',
333 'browser/download/download_file_unittest.cc', 333 'browser/download/download_file_unittest.cc',
334 'browser/download/download_item_impl_unittest.cc', 334 'browser/download/download_item_impl_unittest.cc',
335 'browser/download/download_manager_impl_unittest.cc', 335 'browser/download/download_manager_impl_unittest.cc',
336 'browser/download/file_metadata_unittest_linux.cc', 336 'browser/download/file_metadata_unittest_linux.cc',
337 'browser/download/rate_estimator_unittest.cc', 337 'browser/download/rate_estimator_unittest.cc',
338 'browser/download/save_package_unittest.cc', 338 'browser/download/save_package_unittest.cc',
339 'browser/download/url_downloader_unittest.cc',
339 'browser/fileapi/fileapi_message_filter_unittest.cc', 340 'browser/fileapi/fileapi_message_filter_unittest.cc',
340 'browser/gamepad/gamepad_provider_unittest.cc', 341 'browser/gamepad/gamepad_provider_unittest.cc',
341 'browser/gamepad/gamepad_test_helpers.cc', 342 'browser/gamepad/gamepad_test_helpers.cc',
342 'browser/gamepad/gamepad_test_helpers.h', 343 'browser/gamepad/gamepad_test_helpers.h',
343 'browser/geolocation/geolocation_provider_unittest.cc', 344 'browser/geolocation/geolocation_provider_unittest.cc',
344 'browser/geolocation/gps_location_provider_unittest_linux.cc', 345 'browser/geolocation/gps_location_provider_unittest_linux.cc',
345 'browser/geolocation/location_arbitrator_impl_unittest.cc', 346 'browser/geolocation/location_arbitrator_impl_unittest.cc',
346 'browser/geolocation/network_location_provider_unittest.cc', 347 'browser/geolocation/network_location_provider_unittest.cc',
347 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 348 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
348 'browser/geolocation/wifi_data_provider_common_unittest.cc', 349 'browser/geolocation/wifi_data_provider_common_unittest.cc',
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1495 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1495 }, 1496 },
1496 ], 1497 ],
1497 }], 1498 }],
1498 ], 1499 ],
1499 }, 1500 },
1500 ], 1501 ],
1501 }], 1502 }],
1502 ], 1503 ],
1503 } 1504 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/download_interrupt_reason_values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698