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