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

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: Switch to use arraysize 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
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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 "../browser/frame_host/frame_tree_unittest.cc", 1118 "../browser/frame_host/frame_tree_unittest.cc",
1119 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", 1119 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
1120 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1120 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1121 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1121 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1122 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1122 "../browser/frame_host/navigation_handle_impl_unittest.cc",
1123 "../browser/frame_host/navigator_impl_unittest.cc", 1123 "../browser/frame_host/navigator_impl_unittest.cc",
1124 "../browser/frame_host/render_frame_host_manager_unittest.cc", 1124 "../browser/frame_host/render_frame_host_manager_unittest.cc",
1125 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", 1125 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
1126 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", 1126 "../browser/frame_host/render_widget_host_view_guest_unittest.cc",
1127 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc", 1127 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc",
1128 "../browser/gpu/gpu_data_manager_testing_arrays_and_structs_autogen.h",
1129 "../browser/gpu/gpu_data_manager_testing_autogen.cc",
1130 "../browser/gpu/gpu_data_manager_testing_autogen.h",
1131 "../browser/gpu/gpu_data_manager_testing_entry_enums_autogen.h",
1132 "../browser/gpu/gpu_data_manager_testing_exceptions_autogen.h",
1128 "../browser/host_zoom_map_impl_unittest.cc", 1133 "../browser/host_zoom_map_impl_unittest.cc",
1129 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc", 1134 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc",
1130 "../browser/indexed_db/indexed_db_backing_store_unittest.cc", 1135 "../browser/indexed_db/indexed_db_backing_store_unittest.cc",
1131 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc", 1136 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc",
1132 "../browser/indexed_db/indexed_db_database_unittest.cc", 1137 "../browser/indexed_db/indexed_db_database_unittest.cc",
1133 "../browser/indexed_db/indexed_db_factory_unittest.cc", 1138 "../browser/indexed_db/indexed_db_factory_unittest.cc",
1134 "../browser/indexed_db/indexed_db_fake_backing_store.cc", 1139 "../browser/indexed_db/indexed_db_fake_backing_store.cc",
1135 "../browser/indexed_db/indexed_db_fake_backing_store.h", 1140 "../browser/indexed_db/indexed_db_fake_backing_store.h",
1136 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc", 1141 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc",
1137 "../browser/indexed_db/indexed_db_quota_client_unittest.cc", 1142 "../browser/indexed_db/indexed_db_quota_client_unittest.cc",
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 if (is_android) { 1853 if (is_android) {
1849 deps += [ "//testing/android/native_test:native_test_native_code" ] 1854 deps += [ "//testing/android/native_test:native_test_native_code" ]
1850 } 1855 }
1851 } 1856 }
1852 1857
1853 group("fuzzers") { 1858 group("fuzzers") {
1854 deps = [ 1859 deps = [
1855 "//content/test/fuzzer", 1860 "//content/test/fuzzer",
1856 ] 1861 ]
1857 } 1862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698