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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 'dependencies': [ | 843 'dependencies': [ |
844 '../cc/blink/cc_blink.gyp:cc_blink', | 844 '../cc/blink/cc_blink.gyp:cc_blink', |
845 '../cc/cc.gyp:cc', | 845 '../cc/cc.gyp:cc', |
846 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 846 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
847 '../cc/cc_tests.gyp:cc_test_support', | 847 '../cc/cc_tests.gyp:cc_test_support', |
848 '../components/components.gyp:display_compositor', | 848 '../components/components.gyp:display_compositor', |
849 '../components/scheduler/scheduler.gyp:scheduler', | 849 '../components/scheduler/scheduler.gyp:scheduler', |
850 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 850 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
851 '../gpu/gpu.gyp:gpu_ipc_common', | 851 '../gpu/gpu.gyp:gpu_ipc_common', |
852 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 852 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
853 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | |
854 '../media/blink/media_blink.gyp:media_blink', | 853 '../media/blink/media_blink.gyp:media_blink', |
855 '../media/media.gyp:media', | 854 '../media/media.gyp:media', |
856 '../media/midi/midi.gyp:midi', | 855 '../media/midi/midi.gyp:midi', |
857 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 856 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
858 '../mojo/mojo_edk.gyp:mojo_system_impl', | 857 '../mojo/mojo_edk.gyp:mojo_system_impl', |
859 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 858 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
860 '../net/net.gyp:net_test_support', | 859 '../net/net.gyp:net_test_support', |
861 '../ppapi/ppapi_internal.gyp:ppapi_host', | 860 '../ppapi/ppapi_internal.gyp:ppapi_host', |
862 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 861 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
863 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 862 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1923 'content_unittests_apk.isolate', | 1922 'content_unittests_apk.isolate', |
1924 ], | 1923 ], |
1925 }, | 1924 }, |
1926 ], | 1925 ], |
1927 }, | 1926 }, |
1928 ], | 1927 ], |
1929 ], | 1928 ], |
1930 }], | 1929 }], |
1931 ], | 1930 ], |
1932 } | 1931 } |
OLD | NEW |