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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, | 834 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, |
835 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', | 835 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', |
836 ], | 836 ], |
837 }, | 837 }, |
838 'targets': [ | 838 'targets': [ |
839 { | 839 { |
840 # GN version: //content/test:test_support | 840 # GN version: //content/test:test_support |
841 'target_name': 'test_support_content', | 841 'target_name': 'test_support_content', |
842 'type': 'static_library', | 842 'type': 'static_library', |
843 'dependencies': [ | 843 'dependencies': [ |
| 844 '../gpu/gpu.gyp:gpu_ipc_common', |
844 '../mojo/mojo_base.gyp:mojo_application_base', | 845 '../mojo/mojo_base.gyp:mojo_application_base', |
845 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 846 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
846 '../mojo/mojo_edk.gyp:mojo_system_impl', | 847 '../mojo/mojo_edk.gyp:mojo_system_impl', |
847 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 848 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
848 '../net/net.gyp:net_test_support', | 849 '../net/net.gyp:net_test_support', |
849 '../skia/skia.gyp:skia', | 850 '../skia/skia.gyp:skia', |
850 '../storage/storage_common.gyp:storage_common', | 851 '../storage/storage_common.gyp:storage_common', |
851 '../testing/gmock.gyp:gmock', | 852 '../testing/gmock.gyp:gmock', |
852 '../testing/gtest.gyp:gtest', | 853 '../testing/gtest.gyp:gtest', |
853 '../ui/accessibility/accessibility.gyp:ax_gen', | 854 '../ui/accessibility/accessibility.gyp:ax_gen', |
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2243 'content_unittests_apk.isolate', | 2244 'content_unittests_apk.isolate', |
2244 ], | 2245 ], |
2245 }, | 2246 }, |
2246 ], | 2247 ], |
2247 }, | 2248 }, |
2248 ], | 2249 ], |
2249 ], | 2250 ], |
2250 }], | 2251 }], |
2251 ], | 2252 ], |
2252 } | 2253 } |
OLD | NEW |