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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1317 'target_name': 'content_gl_tests', | 1317 'target_name': 'content_gl_tests', |
1318 'type': '<(gtest_target_type)', | 1318 'type': '<(gtest_target_type)', |
1319 'dependencies': [ | 1319 'dependencies': [ |
1320 'content.gyp:content_common', | 1320 'content.gyp:content_common', |
1321 'test_support_content', | 1321 'test_support_content', |
1322 '../base/base.gyp:test_support_base', | 1322 '../base/base.gyp:test_support_base', |
1323 '../gpu/gpu.gyp:command_buffer_common', | 1323 '../gpu/gpu.gyp:command_buffer_common', |
1324 '../testing/gtest.gyp:gtest', | 1324 '../testing/gtest.gyp:gtest', |
1325 '../third_party/WebKit/public/blink.gyp:blink', | 1325 '../third_party/WebKit/public/blink.gyp:blink', |
1326 '../ui/base/ui_base.gyp:ui_base', | 1326 '../ui/base/ui_base.gyp:ui_base', |
1327 '../v8/tools/gyp/v8.gyp:v8', | |
1328 '../ui/gfx/gfx.gyp:gfx', | 1327 '../ui/gfx/gfx.gyp:gfx', |
1329 '../ui/gfx/gfx.gyp:gfx_geometry', | 1328 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1329 '../ui/gfx/gfx.gyp:gfx_test_support', |
1330 '../ui/gl/gl.gyp:gl', | 1330 '../ui/gl/gl.gyp:gl', |
| 1331 '../v8/tools/gyp/v8.gyp:v8', |
1331 # The following dependency provides the missing symbol | 1332 # The following dependency provides the missing symbol |
1332 # HeapProfilerStart in Linux component builds. | 1333 # HeapProfilerStart in Linux component builds. |
1333 '../webkit/child/webkit_child.gyp:webkit_child', | 1334 '../webkit/child/webkit_child.gyp:webkit_child', |
1334 ], | 1335 ], |
1335 'include_dirs': [ | 1336 'include_dirs': [ |
1336 '..', | 1337 '..', |
1337 ], | 1338 ], |
1338 'sources': [ | 1339 'sources': [ |
1339 'common/gpu/client/gl_helper_unittest.cc', | 1340 'common/gpu/client/gl_helper_unittest.cc', |
1340 'common/gpu/client/gpu_in_process_context_tests.cc', | 1341 'common/gpu/client/gpu_in_process_context_tests.cc', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1836 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1836 }, | 1837 }, |
1837 ], | 1838 ], |
1838 }], | 1839 }], |
1839 ], | 1840 ], |
1840 }, | 1841 }, |
1841 ], | 1842 ], |
1842 }], | 1843 }], |
1843 ], | 1844 ], |
1844 } | 1845 } |
OLD | NEW |