| 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 # GN version: //content/test:test_support | 829 # GN version: //content/test:test_support |
| 830 'target_name': 'test_support_content', | 830 'target_name': 'test_support_content', |
| 831 'type': 'static_library', | 831 'type': 'static_library', |
| 832 'dependencies': [ | 832 'dependencies': [ |
| 833 '../cc/blink/cc_blink.gyp:cc_blink', | 833 '../cc/blink/cc_blink.gyp:cc_blink', |
| 834 '../cc/cc.gyp:cc', | 834 '../cc/cc.gyp:cc', |
| 835 '../cc/cc_tests.gyp:cc_test_support', | 835 '../cc/cc_tests.gyp:cc_test_support', |
| 836 '../components/components.gyp:display_compositor', | 836 '../components/components.gyp:display_compositor', |
| 837 '../components/scheduler/scheduler.gyp:scheduler', | 837 '../components/scheduler/scheduler.gyp:scheduler', |
| 838 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 838 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 839 '../gpu/blink/gpu_blink.gyp:gpu_blink', | |
| 840 '../gpu/gpu.gyp:gpu_ipc_common', | 839 '../gpu/gpu.gyp:gpu_ipc_common', |
| 841 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 840 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 842 '../ipc/mojo/ipc_mojo.gyp:*', | 841 '../ipc/mojo/ipc_mojo.gyp:*', |
| 843 '../media/blink/media_blink.gyp:media_blink', | 842 '../media/blink/media_blink.gyp:media_blink', |
| 844 '../media/media.gyp:media', | 843 '../media/media.gyp:media', |
| 845 '../media/midi/midi.gyp:midi', | 844 '../media/midi/midi.gyp:midi', |
| 846 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 845 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 847 '../mojo/mojo_edk.gyp:mojo_system_impl', | 846 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 848 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 847 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 849 '../net/net.gyp:net_test_support', | 848 '../net/net.gyp:net_test_support', |
| (...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 'content_unittests_apk.isolate', | 2173 'content_unittests_apk.isolate', |
| 2175 ], | 2174 ], |
| 2176 }, | 2175 }, |
| 2177 ], | 2176 ], |
| 2178 }, | 2177 }, |
| 2179 ], | 2178 ], |
| 2180 ], | 2179 ], |
| 2181 }], | 2180 }], |
| 2182 ], | 2181 ], |
| 2183 } | 2182 } |
| OLD | NEW |