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

Side by Side Diff: content/test/BUILD.gn

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: pure rebase Created 3 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/public/browser/gpu_data_manager.h ('k') | gpu/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 "../browser/frame_host/frame_tree_unittest.cc", 1119 "../browser/frame_host/frame_tree_unittest.cc",
1120 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", 1120 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
1121 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1121 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1122 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1122 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1123 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1123 "../browser/frame_host/navigation_handle_impl_unittest.cc",
1124 "../browser/frame_host/navigator_impl_unittest.cc", 1124 "../browser/frame_host/navigator_impl_unittest.cc",
1125 "../browser/frame_host/render_frame_host_manager_unittest.cc", 1125 "../browser/frame_host/render_frame_host_manager_unittest.cc",
1126 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", 1126 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
1127 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", 1127 "../browser/frame_host/render_widget_host_view_guest_unittest.cc",
1128 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc", 1128 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc",
1129 "../browser/gpu/gpu_data_manager_testing_arrays_and_structs_autogen.h",
1130 "../browser/gpu/gpu_data_manager_testing_autogen.cc",
1131 "../browser/gpu/gpu_data_manager_testing_autogen.h",
1132 "../browser/gpu/gpu_data_manager_testing_entry_enums_autogen.h",
1133 "../browser/gpu/gpu_data_manager_testing_exceptions_autogen.h",
1129 "../browser/host_zoom_map_impl_unittest.cc", 1134 "../browser/host_zoom_map_impl_unittest.cc",
1130 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc", 1135 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc",
1131 "../browser/indexed_db/indexed_db_backing_store_unittest.cc", 1136 "../browser/indexed_db/indexed_db_backing_store_unittest.cc",
1132 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc", 1137 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc",
1133 "../browser/indexed_db/indexed_db_database_unittest.cc", 1138 "../browser/indexed_db/indexed_db_database_unittest.cc",
1134 "../browser/indexed_db/indexed_db_factory_unittest.cc", 1139 "../browser/indexed_db/indexed_db_factory_unittest.cc",
1135 "../browser/indexed_db/indexed_db_fake_backing_store.cc", 1140 "../browser/indexed_db/indexed_db_fake_backing_store.cc",
1136 "../browser/indexed_db/indexed_db_fake_backing_store.h", 1141 "../browser/indexed_db/indexed_db_fake_backing_store.h",
1137 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc", 1142 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc",
1138 "../browser/indexed_db/indexed_db_quota_client_unittest.cc", 1143 "../browser/indexed_db/indexed_db_quota_client_unittest.cc",
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 if (is_android) { 1856 if (is_android) {
1852 deps += [ "//testing/android/native_test:native_test_native_code" ] 1857 deps += [ "//testing/android/native_test:native_test_native_code" ]
1853 } 1858 }
1854 } 1859 }
1855 1860
1856 group("fuzzers") { 1861 group("fuzzers") {
1857 deps = [ 1862 deps = [
1858 "//content/test/fuzzer", 1863 "//content/test/fuzzer",
1859 ] 1864 ]
1860 } 1865 }
OLDNEW
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698