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

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

Issue 2555693005: gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)
Patch Set: tot merge Created 4 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
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", 1066 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
1067 "../browser/frame_host/frame_tree_unittest.cc", 1067 "../browser/frame_host/frame_tree_unittest.cc",
1068 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1068 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1069 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1069 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1070 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1070 "../browser/frame_host/navigation_handle_impl_unittest.cc",
1071 "../browser/frame_host/navigator_impl_unittest.cc", 1071 "../browser/frame_host/navigator_impl_unittest.cc",
1072 "../browser/frame_host/render_frame_host_manager_unittest.cc", 1072 "../browser/frame_host/render_frame_host_manager_unittest.cc",
1073 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", 1073 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
1074 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", 1074 "../browser/frame_host/render_widget_host_view_guest_unittest.cc",
1075 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc", 1075 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc",
1076 "../browser/gpu/shader_disk_cache_unittest.cc",
1077 "../browser/host_zoom_map_impl_unittest.cc", 1076 "../browser/host_zoom_map_impl_unittest.cc",
1078 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc", 1077 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc",
1079 "../browser/indexed_db/indexed_db_backing_store_unittest.cc", 1078 "../browser/indexed_db/indexed_db_backing_store_unittest.cc",
1080 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc", 1079 "../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc",
1081 "../browser/indexed_db/indexed_db_database_unittest.cc", 1080 "../browser/indexed_db/indexed_db_database_unittest.cc",
1082 "../browser/indexed_db/indexed_db_factory_unittest.cc", 1081 "../browser/indexed_db/indexed_db_factory_unittest.cc",
1083 "../browser/indexed_db/indexed_db_fake_backing_store.cc", 1082 "../browser/indexed_db/indexed_db_fake_backing_store.cc",
1084 "../browser/indexed_db/indexed_db_fake_backing_store.h", 1083 "../browser/indexed_db/indexed_db_fake_backing_store.h",
1085 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc", 1084 "../browser/indexed_db/indexed_db_leveldb_coding_unittest.cc",
1086 "../browser/indexed_db/indexed_db_quota_client_unittest.cc", 1085 "../browser/indexed_db/indexed_db_quota_client_unittest.cc",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 "//device/battery:mojo_bindings", 1399 "//device/battery:mojo_bindings",
1401 "//device/bluetooth", 1400 "//device/bluetooth",
1402 "//device/bluetooth:mocks", 1401 "//device/bluetooth:mocks",
1403 "//device/gamepad", 1402 "//device/gamepad",
1404 "//device/gamepad:test_helpers", 1403 "//device/gamepad:test_helpers",
1405 "//device/sensors/public/cpp", 1404 "//device/sensors/public/cpp",
1406 "//device/sensors/public/interfaces", 1405 "//device/sensors/public/interfaces",
1407 "//gin", 1406 "//gin",
1408 "//gpu", 1407 "//gpu",
1409 "//gpu:test_support", 1408 "//gpu:test_support",
1409 "//gpu/ipc/host",
1410 "//ipc:test_support", 1410 "//ipc:test_support",
1411 "//media:shared_memory_support", 1411 "//media:shared_memory_support",
1412 "//media:test_support", 1412 "//media:test_support",
1413 "//media/audio:test_support", 1413 "//media/audio:test_support",
1414 "//media/base:test_support", 1414 "//media/base:test_support",
1415 "//media/blink", 1415 "//media/blink",
1416 "//media/capture", 1416 "//media/capture",
1417 "//media/capture/mojo:capture_types", 1417 "//media/capture/mojo:capture_types",
1418 "//media/midi:midi", 1418 "//media/midi:midi",
1419 "//media/midi:mojo_cpp_sources", 1419 "//media/midi:mojo_cpp_sources",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 if (is_android) { 1722 if (is_android) {
1723 deps += [ "//testing/android/native_test:native_test_native_code" ] 1723 deps += [ "//testing/android/native_test:native_test_native_code" ]
1724 } 1724 }
1725 } 1725 }
1726 1726
1727 group("fuzzers") { 1727 group("fuzzers") {
1728 deps = [ 1728 deps = [
1729 "//content/test/fuzzer", 1729 "//content/test/fuzzer",
1730 ] 1730 ]
1731 } 1731 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698