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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 '../skia/skia.gyp:skia', | 989 '../skia/skia.gyp:skia', |
990 '../sql/sql.gyp:sql', | 990 '../sql/sql.gyp:sql', |
991 '../sql/sql.gyp:test_support_sql', | 991 '../sql/sql.gyp:test_support_sql', |
992 '../testing/gmock.gyp:gmock', | 992 '../testing/gmock.gyp:gmock', |
993 '../testing/gtest.gyp:gtest', | 993 '../testing/gtest.gyp:gtest', |
994 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', | 994 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', |
995 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 995 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
996 '../third_party/re2/re2.gyp:re2', | 996 '../third_party/re2/re2.gyp:re2', |
997 '../ui/accessibility/accessibility.gyp:accessibility', | 997 '../ui/accessibility/accessibility.gyp:accessibility', |
998 '../ui/base/ui_base.gyp:ui_base', | 998 '../ui/base/ui_base.gyp:ui_base', |
| 999 '../ui/events/events.gyp:blink', |
999 '../ui/gfx/gfx.gyp:gfx', | 1000 '../ui/gfx/gfx.gyp:gfx', |
1000 '../ui/gfx/gfx.gyp:gfx_geometry', | 1001 '../ui/gfx/gfx.gyp:gfx_geometry', |
1001 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 1002 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
1002 ], | 1003 ], |
1003 'include_dirs': [ | 1004 'include_dirs': [ |
1004 '..', | 1005 '..', |
1005 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. | 1006 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest.
cc. |
1006 ], | 1007 ], |
1007 'sources': [ '<@(content_unittests_sources)' ], | 1008 'sources': [ '<@(content_unittests_sources)' ], |
1008 'conditions': [ | 1009 'conditions': [ |
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2166 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2166 }, | 2167 }, |
2167 ], | 2168 ], |
2168 }], | 2169 }], |
2169 ], | 2170 ], |
2170 }, | 2171 }, |
2171 ], | 2172 ], |
2172 }], | 2173 }], |
2173 ], | 2174 ], |
2174 } | 2175 } |
OLD | NEW |