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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 'targets': [ | 829 'targets': [ |
830 { | 830 { |
831 # GN version: //content/test:test_support | 831 # GN version: //content/test:test_support |
832 'target_name': 'test_support_content', | 832 'target_name': 'test_support_content', |
833 'type': 'static_library', | 833 'type': 'static_library', |
834 'dependencies': [ | 834 'dependencies': [ |
835 '../cc/blink/cc_blink.gyp:cc_blink', | 835 '../cc/blink/cc_blink.gyp:cc_blink', |
836 '../cc/cc.gyp:cc', | 836 '../cc/cc.gyp:cc', |
837 '../cc/cc_tests.gyp:cc_test_support', | 837 '../cc/cc_tests.gyp:cc_test_support', |
838 '../components/components.gyp:display_compositor', | 838 '../components/components.gyp:display_compositor', |
839 '../components/components.gyp:permissions_mojo_bindings', | |
840 '../components/scheduler/scheduler.gyp:scheduler', | 839 '../components/scheduler/scheduler.gyp:scheduler', |
841 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 840 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
842 '../gpu/gpu.gyp:gpu_ipc_common', | 841 '../gpu/gpu.gyp:gpu_ipc_common', |
843 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 842 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
844 '../ipc/mojo/ipc_mojo.gyp:*', | 843 '../ipc/mojo/ipc_mojo.gyp:*', |
845 '../media/blink/media_blink.gyp:media_blink', | 844 '../media/blink/media_blink.gyp:media_blink', |
846 '../media/media.gyp:media', | 845 '../media/media.gyp:media', |
847 '../media/midi/midi.gyp:midi', | 846 '../media/midi/midi.gyp:midi', |
848 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 847 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
849 '../mojo/mojo_edk.gyp:mojo_system_impl', | 848 '../mojo/mojo_edk.gyp:mojo_system_impl', |
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1913 'content_unittests_apk.isolate', | 1912 'content_unittests_apk.isolate', |
1914 ], | 1913 ], |
1915 }, | 1914 }, |
1916 ], | 1915 ], |
1917 }, | 1916 }, |
1918 ], | 1917 ], |
1919 ], | 1918 ], |
1920 }], | 1919 }], |
1921 ], | 1920 ], |
1922 } | 1921 } |
OLD | NEW |