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 237903002: Clean up mac gpu switching code a little. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linux test Created 6 years, 8 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
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private_unittest.cc ('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) 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'browser/gamepad/gamepad_provider_unittest.cc', 413 'browser/gamepad/gamepad_provider_unittest.cc',
414 'browser/gamepad/gamepad_test_helpers.cc', 414 'browser/gamepad/gamepad_test_helpers.cc',
415 'browser/gamepad/gamepad_test_helpers.h', 415 'browser/gamepad/gamepad_test_helpers.h',
416 'browser/geolocation/geolocation_provider_unittest.cc', 416 'browser/geolocation/geolocation_provider_unittest.cc',
417 'browser/geolocation/location_arbitrator_impl_unittest.cc', 417 'browser/geolocation/location_arbitrator_impl_unittest.cc',
418 'browser/geolocation/network_location_provider_unittest.cc', 418 'browser/geolocation/network_location_provider_unittest.cc',
419 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 419 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
420 'browser/geolocation/wifi_data_provider_common_unittest.cc', 420 'browser/geolocation/wifi_data_provider_common_unittest.cc',
421 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 421 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
422 'browser/geolocation/wifi_data_provider_unittest_win.cc', 422 'browser/geolocation/wifi_data_provider_unittest_win.cc',
423 'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
423 'browser/gpu/shader_disk_cache_unittest.cc', 424 'browser/gpu/shader_disk_cache_unittest.cc',
424 'browser/host_zoom_map_impl_unittest.cc', 425 'browser/host_zoom_map_impl_unittest.cc',
425 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', 426 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc',
426 'browser/indexed_db/indexed_db_backing_store_unittest.cc', 427 'browser/indexed_db/indexed_db_backing_store_unittest.cc',
427 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', 428 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
428 'browser/indexed_db/indexed_db_database_unittest.cc', 429 'browser/indexed_db/indexed_db_database_unittest.cc',
429 'browser/indexed_db/indexed_db_factory_unittest.cc', 430 'browser/indexed_db/indexed_db_factory_unittest.cc',
430 'browser/indexed_db/indexed_db_fake_backing_store.cc', 431 'browser/indexed_db/indexed_db_fake_backing_store.cc',
431 'browser/indexed_db/indexed_db_fake_backing_store.h', 432 'browser/indexed_db/indexed_db_fake_backing_store.h',
432 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', 433 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1797 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1797 }, 1798 },
1798 ], 1799 ],
1799 }], 1800 }],
1800 ], 1801 ],
1801 }, 1802 },
1802 ], 1803 ],
1803 }], 1804 }],
1804 ], 1805 ],
1805 } 1806 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698