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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, | 835 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, |
836 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', | 836 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', |
837 ], | 837 ], |
838 }, | 838 }, |
839 'targets': [ | 839 'targets': [ |
840 { | 840 { |
841 # GN version: //content/test:test_support | 841 # GN version: //content/test:test_support |
842 'target_name': 'test_support_content', | 842 'target_name': 'test_support_content', |
843 'type': 'static_library', | 843 'type': 'static_library', |
844 'dependencies': [ | 844 'dependencies': [ |
| 845 '../gpu/gpu.gyp:gpu_ipc_common', |
845 '../mojo/mojo_base.gyp:mojo_application_base', | 846 '../mojo/mojo_base.gyp:mojo_application_base', |
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', |
854 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 855 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2240 'content_unittests_apk.isolate', | 2241 'content_unittests_apk.isolate', |
2241 ], | 2242 ], |
2242 }, | 2243 }, |
2243 ], | 2244 ], |
2244 }, | 2245 }, |
2245 ], | 2246 ], |
2246 ], | 2247 ], |
2247 }], | 2248 }], |
2248 ], | 2249 ], |
2249 } | 2250 } |
OLD | NEW |