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

Side by Side Diff: content/content_tests.gypi

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Rebase Created 4 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/content_browser.gypi ('k') | content/test/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'browser/quota/mock_quota_manager_proxy.cc', 537 'browser/quota/mock_quota_manager_proxy.cc',
538 'browser/quota/mock_quota_manager_proxy.h', 538 'browser/quota/mock_quota_manager_proxy.h',
539 'browser/quota/mock_quota_manager_unittest.cc', 539 'browser/quota/mock_quota_manager_unittest.cc',
540 'browser/quota/quota_backend_impl_unittest.cc', 540 'browser/quota/quota_backend_impl_unittest.cc',
541 'browser/quota/quota_database_unittest.cc', 541 'browser/quota/quota_database_unittest.cc',
542 'browser/quota/quota_manager_unittest.cc', 542 'browser/quota/quota_manager_unittest.cc',
543 'browser/quota/quota_reservation_manager_unittest.cc', 543 'browser/quota/quota_reservation_manager_unittest.cc',
544 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 544 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
545 'browser/quota/storage_monitor_unittest.cc', 545 'browser/quota/storage_monitor_unittest.cc',
546 'browser/quota/usage_tracker_unittest.cc', 546 'browser/quota/usage_tracker_unittest.cc',
547 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
548 'browser/renderer_host/clipboard_message_filter_unittest.cc', 547 'browser/renderer_host/clipboard_message_filter_unittest.cc',
549 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc', 548 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc',
550 'browser/renderer_host/input/gesture_event_queue_unittest.cc', 549 'browser/renderer_host/input/gesture_event_queue_unittest.cc',
551 'browser/renderer_host/input/input_router_impl_unittest.cc', 550 'browser/renderer_host/input/input_router_impl_unittest.cc',
552 'browser/renderer_host/input/mock_input_ack_handler.cc', 551 'browser/renderer_host/input/mock_input_ack_handler.cc',
553 'browser/renderer_host/input/mock_input_ack_handler.h', 552 'browser/renderer_host/input/mock_input_ack_handler.h',
554 'browser/renderer_host/input/mock_input_router_client.cc', 553 'browser/renderer_host/input/mock_input_router_client.cc',
555 'browser/renderer_host/input/mock_input_router_client.h', 554 'browser/renderer_host/input/mock_input_router_client.h',
556 'browser/renderer_host/input/motion_event_web_unittest.cc', 555 'browser/renderer_host/input/motion_event_web_unittest.cc',
557 'browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc', 556 'browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'sources/': [ 1158 'sources/': [
1160 ['exclude', '^browser/compositor/'], 1159 ['exclude', '^browser/compositor/'],
1161 ], 1160 ],
1162 }], 1161 }],
1163 ['OS == "android"', { 1162 ['OS == "android"', {
1164 'sources': [ '<@(content_unittests_android_sources)' ], 1163 'sources': [ '<@(content_unittests_android_sources)' ],
1165 'sources!': [ 1164 'sources!': [
1166 'browser/geolocation/network_location_provider_unittest.cc', 1165 'browser/geolocation/network_location_provider_unittest.cc',
1167 'browser/geolocation/wifi_data_provider_common_unittest.cc', 1166 'browser/geolocation/wifi_data_provider_common_unittest.cc',
1168 'browser/power_usage_monitor_impl_unittest.cc', 1167 'browser/power_usage_monitor_impl_unittest.cc',
1169 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
1170 'browser/webui/url_data_manager_backend_unittest.cc', 1168 'browser/webui/url_data_manager_backend_unittest.cc',
1171 'renderer/media/audio_track_recorder_unittest.cc', 1169 'renderer/media/audio_track_recorder_unittest.cc',
1172 'renderer/media/media_recorder_handler_unittest.cc', 1170 'renderer/media/media_recorder_handler_unittest.cc',
1173 'renderer/media/video_track_recorder_unittest.cc', 1171 'renderer/media/video_track_recorder_unittest.cc',
1174 ], 1172 ],
1175 'dependencies': [ 1173 'dependencies': [
1176 '../testing/android/native_test.gyp:native_test_native_code', 1174 '../testing/android/native_test.gyp:native_test_native_code',
1177 ], 1175 ],
1178 'dependencies!': [ 1176 'dependencies!': [
1179 '../device/battery/battery.gyp:device_battery', 1177 '../device/battery/battery.gyp:device_battery',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2201 ], 2199 ],
2202 }, 2200 },
2203 ], 2201 ],
2204 }, 2202 },
2205 ], 2203 ],
2206 ], 2204 ],
2207 }], 2205 }],
2208 ], 2206 ],
2209 } 2207 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698