| 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 'dependencies': [ | 846 'dependencies': [ |
| 847 '../cc/blink/cc_blink.gyp:cc_blink', | 847 '../cc/blink/cc_blink.gyp:cc_blink', |
| 848 '../cc/cc.gyp:cc', | 848 '../cc/cc.gyp:cc', |
| 849 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 849 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 850 '../cc/cc_tests.gyp:cc_test_support', | 850 '../cc/cc_tests.gyp:cc_test_support', |
| 851 '../components/components.gyp:display_compositor', | 851 '../components/components.gyp:display_compositor', |
| 852 '../components/scheduler/scheduler.gyp:scheduler', | 852 '../components/scheduler/scheduler.gyp:scheduler', |
| 853 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 853 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 854 '../gpu/gpu.gyp:gpu_ipc_common', | 854 '../gpu/gpu.gyp:gpu_ipc_common', |
| 855 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 855 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 856 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | |
| 857 '../media/blink/media_blink.gyp:media_blink', | 856 '../media/blink/media_blink.gyp:media_blink', |
| 858 '../media/capture/capture.gyp:capture', | 857 '../media/capture/capture.gyp:capture', |
| 859 '../media/media.gyp:media', | 858 '../media/media.gyp:media', |
| 860 '../media/midi/midi.gyp:midi', | 859 '../media/midi/midi.gyp:midi', |
| 861 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 860 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 862 '../mojo/mojo_edk.gyp:mojo_system_impl', | 861 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 863 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 862 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 864 '../net/net.gyp:net_test_support', | 863 '../net/net.gyp:net_test_support', |
| 865 '../ppapi/ppapi_internal.gyp:ppapi_host', | 864 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 866 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 865 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1934 'content_unittests_apk.isolate', | 1933 'content_unittests_apk.isolate', |
| 1935 ], | 1934 ], |
| 1936 }, | 1935 }, |
| 1937 ], | 1936 ], |
| 1938 }, | 1937 }, |
| 1939 ], | 1938 ], |
| 1940 ], | 1939 ], |
| 1941 }], | 1940 }], |
| 1942 ], | 1941 ], |
| 1943 } | 1942 } |
| OLD | NEW |