| 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/scheduler/scheduler.gyp:scheduler', | 839 '../components/scheduler/scheduler.gyp:scheduler', |
| 840 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 840 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 841 '../gpu/gpu.gyp:gpu_ipc_common', | 841 '../gpu/gpu.gyp:gpu_ipc_common', |
| 842 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 842 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 843 '../ipc/mojo/ipc_mojo.gyp:*', | 843 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
| 844 '../media/blink/media_blink.gyp:media_blink', | 844 '../media/blink/media_blink.gyp:media_blink', |
| 845 '../media/media.gyp:media', | 845 '../media/media.gyp:media', |
| 846 '../media/midi/midi.gyp:midi', | 846 '../media/midi/midi.gyp:midi', |
| 847 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 847 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 848 '../mojo/mojo_edk.gyp:mojo_system_impl', | 848 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 849 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 849 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 850 '../net/net.gyp:net_test_support', | 850 '../net/net.gyp:net_test_support', |
| 851 '../ppapi/ppapi_internal.gyp:ppapi_host', | 851 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 852 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 852 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 853 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 853 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| (...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1912 'content_unittests_apk.isolate', | 1912 'content_unittests_apk.isolate', |
| 1913 ], | 1913 ], |
| 1914 }, | 1914 }, |
| 1915 ], | 1915 ], |
| 1916 }, | 1916 }, |
| 1917 ], | 1917 ], |
| 1918 ], | 1918 ], |
| 1919 }], | 1919 }], |
| 1920 ], | 1920 ], |
| 1921 } | 1921 } |
| OLD | NEW |