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

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

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: observer-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/browser/renderer_host/resize_lock.cc ('k') | ui/compositor/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 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 "../browser/quota/mock_quota_manager.h", 1205 "../browser/quota/mock_quota_manager.h",
1206 "../browser/quota/mock_quota_manager_proxy.cc", 1206 "../browser/quota/mock_quota_manager_proxy.cc",
1207 "../browser/quota/mock_quota_manager_proxy.h", 1207 "../browser/quota/mock_quota_manager_proxy.h",
1208 "../browser/quota/mock_quota_manager_unittest.cc", 1208 "../browser/quota/mock_quota_manager_unittest.cc",
1209 "../browser/quota/quota_database_unittest.cc", 1209 "../browser/quota/quota_database_unittest.cc",
1210 "../browser/quota/quota_manager_unittest.cc", 1210 "../browser/quota/quota_manager_unittest.cc",
1211 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", 1211 "../browser/quota/quota_temporary_storage_evictor_unittest.cc",
1212 "../browser/quota/storage_monitor_unittest.cc", 1212 "../browser/quota/storage_monitor_unittest.cc",
1213 "../browser/quota/usage_tracker_unittest.cc", 1213 "../browser/quota/usage_tracker_unittest.cc",
1214 "../browser/renderer_host/clipboard_message_filter_unittest.cc", 1214 "../browser/renderer_host/clipboard_message_filter_unittest.cc",
1215 "../browser/renderer_host/compositor_resize_lock_unittest.cc",
1215 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", 1216 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc",
1216 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", 1217 "../browser/renderer_host/input/gesture_event_queue_unittest.cc",
1217 "../browser/renderer_host/input/input_router_impl_unittest.cc", 1218 "../browser/renderer_host/input/input_router_impl_unittest.cc",
1218 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", 1219 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc",
1219 "../browser/renderer_host/input/mock_input_ack_handler.cc", 1220 "../browser/renderer_host/input/mock_input_ack_handler.cc",
1220 "../browser/renderer_host/input/mock_input_ack_handler.h", 1221 "../browser/renderer_host/input/mock_input_ack_handler.h",
1221 "../browser/renderer_host/input/mock_input_router_client.cc", 1222 "../browser/renderer_host/input/mock_input_router_client.cc",
1222 "../browser/renderer_host/input/mock_input_router_client.h", 1223 "../browser/renderer_host/input/mock_input_router_client.h",
1223 "../browser/renderer_host/input/motion_event_web_unittest.cc", 1224 "../browser/renderer_host/input/motion_event_web_unittest.cc",
1224 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc", 1225 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc",
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 if (is_win) { 1774 if (is_win) {
1774 sources -= [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ] 1775 sources -= [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ]
1775 } 1776 }
1776 if (use_aura || toolkit_views) { 1777 if (use_aura || toolkit_views) {
1777 deps += [ "//ui/events:test_support" ] 1778 deps += [ "//ui/events:test_support" ]
1778 } 1779 }
1779 if (!use_aura && !is_mac) { 1780 if (!use_aura && !is_mac) {
1780 sources -= [ 1781 sources -= [
1781 "../browser/compositor/reflector_impl_unittest.cc", 1782 "../browser/compositor/reflector_impl_unittest.cc",
1782 "../browser/compositor/software_browser_compositor_output_surface_unittest .cc", 1783 "../browser/compositor/software_browser_compositor_output_surface_unittest .cc",
1784 "../browser/renderer_host/compositor_resize_lock_unittest.cc",
1783 ] 1785 ]
1784 } 1786 }
1785 1787
1786 if (!is_win && !is_mac) { 1788 if (!is_win && !is_mac) {
1787 sources -= [ "../common/plugin_list_unittest.cc" ] 1789 sources -= [ "../common/plugin_list_unittest.cc" ]
1788 } 1790 }
1789 1791
1790 if (use_ozone) { 1792 if (use_ozone) {
1791 deps += [ "//ui/ozone" ] 1793 deps += [ "//ui/ozone" ]
1792 } else { 1794 } else {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 if (is_android) { 1850 if (is_android) {
1849 deps += [ "//testing/android/native_test:native_test_native_code" ] 1851 deps += [ "//testing/android/native_test:native_test_native_code" ]
1850 } 1852 }
1851 } 1853 }
1852 1854
1853 group("fuzzers") { 1855 group("fuzzers") {
1854 deps = [ 1856 deps = [
1855 "//content/test/fuzzer", 1857 "//content/test/fuzzer",
1856 ] 1858 ]
1857 } 1859 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/resize_lock.cc ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698