| OLD | NEW |
| 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 Loading... |
| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 { | 835 { |
| 838 # GN version: //content/test:test_support | 836 # GN version: //content/test:test_support |
| 839 'target_name': 'test_support_content', | 837 'target_name': 'test_support_content', |
| 840 'type': 'static_library', | 838 'type': 'static_library', |
| 841 'dependencies': [ | 839 'dependencies': [ |
| 842 '../cc/blink/cc_blink.gyp:cc_blink', | 840 '../cc/blink/cc_blink.gyp:cc_blink', |
| 843 '../cc/cc.gyp:cc', | 841 '../cc/cc.gyp:cc', |
| 844 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 842 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 845 '../cc/cc_tests.gyp:cc_test_support', | 843 '../cc/cc_tests.gyp:cc_test_support', |
| 846 '../components/components.gyp:display_compositor', | 844 '../components/components.gyp:display_compositor', |
| 847 '../components/scheduler/scheduler.gyp:scheduler', | |
| 848 '../components/scheduler/scheduler.gyp:scheduler_test_support', | |
| 849 '../device/gamepad/gamepad.gyp:device_gamepad', | 845 '../device/gamepad/gamepad.gyp:device_gamepad', |
| 850 '../gpu/gpu.gyp:gpu_ipc_common', | 846 '../gpu/gpu.gyp:gpu_ipc_common', |
| 851 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 847 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 852 '../media/blink/media_blink.gyp:media_blink', | 848 '../media/blink/media_blink.gyp:media_blink', |
| 853 '../media/capture/capture.gyp:capture', | 849 '../media/capture/capture.gyp:capture', |
| 854 '../media/media.gyp:media', | 850 '../media/media.gyp:media', |
| 855 '../media/midi/midi.gyp:midi', | 851 '../media/midi/midi.gyp:midi', |
| 856 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 852 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 857 '../mojo/mojo_edk.gyp:mojo_system_impl', | 853 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 858 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 854 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1004 ], | 1000 ], |
| 1005 }, | 1001 }, |
| 1006 { | 1002 { |
| 1007 # GN version: //content/test:layouttest_support | 1003 # GN version: //content/test:layouttest_support |
| 1008 'target_name': 'layouttest_support_content', | 1004 'target_name': 'layouttest_support_content', |
| 1009 'type': 'static_library', | 1005 'type': 'static_library', |
| 1010 'dependencies': [ | 1006 'dependencies': [ |
| 1011 'content.gyp:content_renderer', | 1007 'content.gyp:content_renderer', |
| 1012 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings', | 1008 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings', |
| 1013 'test_support_content', | 1009 'test_support_content', |
| 1014 '../components/scheduler/scheduler.gyp:scheduler_test_support', | |
| 1015 '../components/test_runner/test_runner.gyp:test_runner', | 1010 '../components/test_runner/test_runner.gyp:test_runner', |
| 1016 '../skia/skia.gyp:skia', | 1011 '../skia/skia.gyp:skia', |
| 1017 '../ui/accessibility/accessibility.gyp:ax_gen', | 1012 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1018 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1013 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1019 '../v8/src/v8.gyp:v8', | 1014 '../v8/src/v8.gyp:v8', |
| 1020 ], | 1015 ], |
| 1021 'include_dirs': [ | 1016 'include_dirs': [ |
| 1022 '..', | 1017 '..', |
| 1023 '<(SHARED_INTERMEDIATE_DIR)', | 1018 '<(SHARED_INTERMEDIATE_DIR)', |
| 1024 ], | 1019 ], |
| (...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'content_unittests_apk.isolate', | 1917 'content_unittests_apk.isolate', |
| 1923 ], | 1918 ], |
| 1924 }, | 1919 }, |
| 1925 ], | 1920 ], |
| 1926 }, | 1921 }, |
| 1927 ], | 1922 ], |
| 1928 ], | 1923 ], |
| 1929 }], | 1924 }], |
| 1930 ], | 1925 ], |
| 1931 } | 1926 } |
| OLD | NEW |