| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 ], | 832 ], |
| 833 }, | 833 }, |
| 834 'targets': [ | 834 'targets': [ |
| 835 { | 835 { |
| 836 # GN version: //content/test:test_support | 836 # GN version: //content/test:test_support |
| 837 'target_name': 'test_support_content', | 837 'target_name': 'test_support_content', |
| 838 'type': 'static_library', | 838 'type': 'static_library', |
| 839 'dependencies': [ | 839 'dependencies': [ |
| 840 '../cc/blink/cc_blink.gyp:cc_blink', | 840 '../cc/blink/cc_blink.gyp:cc_blink', |
| 841 '../cc/cc.gyp:cc', | 841 '../cc/cc.gyp:cc', |
| 842 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 842 '../cc/cc_tests.gyp:cc_test_support', | 843 '../cc/cc_tests.gyp:cc_test_support', |
| 843 '../components/components.gyp:display_compositor', | 844 '../components/components.gyp:display_compositor', |
| 844 '../components/scheduler/scheduler.gyp:scheduler', | 845 '../components/scheduler/scheduler.gyp:scheduler', |
| 845 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 846 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 846 '../gpu/gpu.gyp:gpu_ipc_common', | 847 '../gpu/gpu.gyp:gpu_ipc_common', |
| 847 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 848 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 848 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 849 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
| 849 '../media/blink/media_blink.gyp:media_blink', | 850 '../media/blink/media_blink.gyp:media_blink', |
| 850 '../media/media.gyp:media', | 851 '../media/media.gyp:media', |
| 851 '../media/midi/midi.gyp:midi', | 852 '../media/midi/midi.gyp:midi', |
| (...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1919 'content_unittests_apk.isolate', | 1920 'content_unittests_apk.isolate', |
| 1920 ], | 1921 ], |
| 1921 }, | 1922 }, |
| 1922 ], | 1923 ], |
| 1923 }, | 1924 }, |
| 1924 ], | 1925 ], |
| 1925 ], | 1926 ], |
| 1926 }], | 1927 }], |
| 1927 ], | 1928 ], |
| 1928 } | 1929 } |
| OLD | NEW |