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

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

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: timeoutparam Created 3 years, 9 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 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 "../browser/quota/mock_quota_manager_proxy.h", 1217 "../browser/quota/mock_quota_manager_proxy.h",
1218 "../browser/quota/mock_quota_manager_unittest.cc", 1218 "../browser/quota/mock_quota_manager_unittest.cc",
1219 "../browser/quota/quota_backend_impl_unittest.cc", 1219 "../browser/quota/quota_backend_impl_unittest.cc",
1220 "../browser/quota/quota_database_unittest.cc", 1220 "../browser/quota/quota_database_unittest.cc",
1221 "../browser/quota/quota_manager_unittest.cc", 1221 "../browser/quota/quota_manager_unittest.cc",
1222 "../browser/quota/quota_reservation_manager_unittest.cc", 1222 "../browser/quota/quota_reservation_manager_unittest.cc",
1223 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", 1223 "../browser/quota/quota_temporary_storage_evictor_unittest.cc",
1224 "../browser/quota/storage_monitor_unittest.cc", 1224 "../browser/quota/storage_monitor_unittest.cc",
1225 "../browser/quota/usage_tracker_unittest.cc", 1225 "../browser/quota/usage_tracker_unittest.cc",
1226 "../browser/renderer_host/clipboard_message_filter_unittest.cc", 1226 "../browser/renderer_host/clipboard_message_filter_unittest.cc",
1227 "../browser/renderer_host/compositor_resize_lock_unittest.cc",
1227 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", 1228 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc",
1228 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", 1229 "../browser/renderer_host/input/gesture_event_queue_unittest.cc",
1229 "../browser/renderer_host/input/input_router_impl_unittest.cc", 1230 "../browser/renderer_host/input/input_router_impl_unittest.cc",
1230 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", 1231 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc",
1231 "../browser/renderer_host/input/mock_input_ack_handler.cc", 1232 "../browser/renderer_host/input/mock_input_ack_handler.cc",
1232 "../browser/renderer_host/input/mock_input_ack_handler.h", 1233 "../browser/renderer_host/input/mock_input_ack_handler.h",
1233 "../browser/renderer_host/input/mock_input_router_client.cc", 1234 "../browser/renderer_host/input/mock_input_router_client.cc",
1234 "../browser/renderer_host/input/mock_input_router_client.h", 1235 "../browser/renderer_host/input/mock_input_router_client.h",
1235 "../browser/renderer_host/input/motion_event_web_unittest.cc", 1236 "../browser/renderer_host/input/motion_event_web_unittest.cc",
1236 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc", 1237 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 if (is_android) { 1860 if (is_android) {
1860 deps += [ "//testing/android/native_test:native_test_native_code" ] 1861 deps += [ "//testing/android/native_test:native_test_native_code" ]
1861 } 1862 }
1862 } 1863 }
1863 1864
1864 group("fuzzers") { 1865 group("fuzzers") {
1865 deps = [ 1866 deps = [
1866 "//content/test/fuzzer", 1867 "//content/test/fuzzer",
1867 ] 1868 ]
1868 } 1869 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698