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

Side by Side Diff: content/content_tests.gypi

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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_renderer.gypi ('k') | content/content_utility.gypi » ('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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'test/content_browser_sanity_checker.cc', 106 'test/content_browser_sanity_checker.cc',
107 'test/content_browser_sanity_checker.h', 107 'test/content_browser_sanity_checker.h',
108 'test/content_test_suite.cc', 108 'test/content_test_suite.cc',
109 'test/content_test_suite.h', 109 'test/content_test_suite.h',
110 'test/dwrite_font_fake_sender_win.cc', 110 'test/dwrite_font_fake_sender_win.cc',
111 'test/dwrite_font_fake_sender_win.h', 111 'test/dwrite_font_fake_sender_win.h',
112 'test/fake_compositor_dependencies.cc', 112 'test/fake_compositor_dependencies.cc',
113 'test/fake_compositor_dependencies.h', 113 'test/fake_compositor_dependencies.h',
114 'test/fake_plugin_service.cc', 114 'test/fake_plugin_service.cc',
115 'test/fake_plugin_service.h', 115 'test/fake_plugin_service.h',
116 'test/fake_renderer_scheduler.cc',
117 'test/fake_renderer_scheduler.h',
118 'test/mock_background_sync_controller.cc', 116 'test/mock_background_sync_controller.cc',
119 'test/mock_background_sync_controller.h', 117 'test/mock_background_sync_controller.h',
120 'test/mock_google_streaming_server.cc', 118 'test/mock_google_streaming_server.cc',
121 'test/mock_google_streaming_server.h', 119 'test/mock_google_streaming_server.h',
122 'test/mock_keyboard.cc', 120 'test/mock_keyboard.cc',
123 'test/mock_keyboard.h', 121 'test/mock_keyboard.h',
124 'test/mock_keyboard_driver_win.cc', 122 'test/mock_keyboard_driver_win.cc',
125 'test/mock_keyboard_driver_win.h', 123 'test/mock_keyboard_driver_win.h',
126 'test/mock_permission_manager.cc', 124 'test/mock_permission_manager.cc',
127 'test/mock_permission_manager.h', 125 'test/mock_permission_manager.h',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 { 837 {
840 # GN version: //content/test:test_support 838 # GN version: //content/test:test_support
841 'target_name': 'test_support_content', 839 'target_name': 'test_support_content',
842 'type': 'static_library', 840 'type': 'static_library',
843 'dependencies': [ 841 'dependencies': [
844 '../cc/blink/cc_blink.gyp:cc_blink', 842 '../cc/blink/cc_blink.gyp:cc_blink',
845 '../cc/cc.gyp:cc', 843 '../cc/cc.gyp:cc',
846 '../cc/ipc/cc_ipc.gyp:cc_ipc', 844 '../cc/ipc/cc_ipc.gyp:cc_ipc',
847 '../cc/cc_tests.gyp:cc_test_support', 845 '../cc/cc_tests.gyp:cc_test_support',
848 '../components/components.gyp:display_compositor', 846 '../components/components.gyp:display_compositor',
849 '../components/scheduler/scheduler.gyp:scheduler',
850 '../components/scheduler/scheduler.gyp:scheduler_test_support',
851 '../device/gamepad/gamepad.gyp:device_gamepad', 847 '../device/gamepad/gamepad.gyp:device_gamepad',
852 '../gpu/gpu.gyp:gpu_ipc_common', 848 '../gpu/gpu.gyp:gpu_ipc_common',
853 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 849 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
854 '../media/blink/media_blink.gyp:media_blink', 850 '../media/blink/media_blink.gyp:media_blink',
855 '../media/capture/capture.gyp:capture', 851 '../media/capture/capture.gyp:capture',
856 '../media/media.gyp:media', 852 '../media/media.gyp:media',
857 '../media/midi/midi.gyp:midi', 853 '../media/midi/midi.gyp:midi',
858 '../mojo/mojo_edk.gyp:mojo_common_test_support', 854 '../mojo/mojo_edk.gyp:mojo_common_test_support',
859 '../mojo/mojo_edk.gyp:mojo_system_impl', 855 '../mojo/mojo_edk.gyp:mojo_system_impl',
860 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 856 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 ], 1002 ],
1007 }, 1003 },
1008 { 1004 {
1009 # GN version: //content/test:layouttest_support 1005 # GN version: //content/test:layouttest_support
1010 'target_name': 'layouttest_support_content', 1006 'target_name': 'layouttest_support_content',
1011 'type': 'static_library', 1007 'type': 'static_library',
1012 'dependencies': [ 1008 'dependencies': [
1013 'content.gyp:content_renderer', 1009 'content.gyp:content_renderer',
1014 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings', 1010 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings',
1015 'test_support_content', 1011 'test_support_content',
1016 '../components/scheduler/scheduler.gyp:scheduler_test_support',
1017 '../components/test_runner/test_runner.gyp:test_runner', 1012 '../components/test_runner/test_runner.gyp:test_runner',
1018 '../skia/skia.gyp:skia', 1013 '../skia/skia.gyp:skia',
1019 '../ui/accessibility/accessibility.gyp:ax_gen', 1014 '../ui/accessibility/accessibility.gyp:ax_gen',
1020 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1015 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1021 '../v8/src/v8.gyp:v8', 1016 '../v8/src/v8.gyp:v8',
1022 ], 1017 ],
1023 'include_dirs': [ 1018 'include_dirs': [
1024 '..', 1019 '..',
1025 '<(SHARED_INTERMEDIATE_DIR)', 1020 '<(SHARED_INTERMEDIATE_DIR)',
1026 ], 1021 ],
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'content_unittests_apk.isolate', 1919 'content_unittests_apk.isolate',
1925 ], 1920 ],
1926 }, 1921 },
1927 ], 1922 ],
1928 }, 1923 },
1929 ], 1924 ],
1930 ], 1925 ],
1931 }], 1926 }],
1932 ], 1927 ],
1933 } 1928 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698