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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 }], | 1444 }], |
1445 ], | 1445 ], |
1446 }, | 1446 }, |
1447 { | 1447 { |
1448 'target_name': 'content_gl_tests', | 1448 'target_name': 'content_gl_tests', |
1449 'type': '<(gtest_target_type)', | 1449 'type': '<(gtest_target_type)', |
1450 'dependencies': [ | 1450 'dependencies': [ |
1451 'content.gyp:content_common', | 1451 'content.gyp:content_common', |
1452 'test_support_content', | 1452 'test_support_content', |
1453 '../base/base.gyp:test_support_base', | 1453 '../base/base.gyp:test_support_base', |
| 1454 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
1454 '../gpu/gpu.gyp:command_buffer_common', | 1455 '../gpu/gpu.gyp:command_buffer_common', |
1455 '../testing/gtest.gyp:gtest', | 1456 '../testing/gtest.gyp:gtest', |
1456 '../third_party/WebKit/public/blink.gyp:blink', | 1457 '../third_party/WebKit/public/blink.gyp:blink', |
1457 '../ui/base/ui_base.gyp:ui_base', | 1458 '../ui/base/ui_base.gyp:ui_base', |
1458 '../ui/gfx/gfx.gyp:gfx', | 1459 '../ui/gfx/gfx.gyp:gfx', |
1459 '../ui/gfx/gfx.gyp:gfx_geometry', | 1460 '../ui/gfx/gfx.gyp:gfx_geometry', |
1460 '../ui/gfx/gfx.gyp:gfx_test_support', | 1461 '../ui/gfx/gfx.gyp:gfx_test_support', |
1461 '../ui/gl/gl.gyp:gl', | 1462 '../ui/gl/gl.gyp:gl', |
1462 '../v8/tools/gyp/v8.gyp:v8', | 1463 '../v8/tools/gyp/v8.gyp:v8', |
1463 ], | 1464 ], |
(...skipping 23 matching lines...) Expand all Loading... |
1487 }], | 1488 }], |
1488 ], | 1489 ], |
1489 }, | 1490 }, |
1490 { | 1491 { |
1491 'target_name': 'content_gl_benchmark', | 1492 'target_name': 'content_gl_benchmark', |
1492 'type': '<(gtest_target_type)', | 1493 'type': '<(gtest_target_type)', |
1493 'dependencies': [ | 1494 'dependencies': [ |
1494 'content.gyp:content_common', | 1495 'content.gyp:content_common', |
1495 'test_support_content', | 1496 'test_support_content', |
1496 '../base/base.gyp:test_support_base', | 1497 '../base/base.gyp:test_support_base', |
| 1498 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
1497 '../testing/gtest.gyp:gtest', | 1499 '../testing/gtest.gyp:gtest', |
1498 '../third_party/WebKit/public/blink.gyp:blink', | 1500 '../third_party/WebKit/public/blink.gyp:blink', |
1499 '../ui/base/ui_base.gyp:ui_base', | 1501 '../ui/base/ui_base.gyp:ui_base', |
1500 '../ui/gfx/gfx.gyp:gfx', | 1502 '../ui/gfx/gfx.gyp:gfx', |
1501 '../ui/gfx/gfx.gyp:gfx_geometry', | 1503 '../ui/gfx/gfx.gyp:gfx_geometry', |
1502 '../ui/gl/gl.gyp:gl', | 1504 '../ui/gl/gl.gyp:gl', |
| 1505 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
1503 ], | 1506 ], |
1504 'include_dirs': [ | 1507 'include_dirs': [ |
1505 '..', | 1508 '..', |
1506 ], | 1509 ], |
1507 'sources': [ | 1510 'sources': [ |
1508 'common/gpu/client/gl_helper_benchmark.cc', | 1511 'common/gpu/client/gl_helper_benchmark.cc', |
1509 ], | 1512 ], |
1510 'conditions': [ | 1513 'conditions': [ |
1511 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 1514 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
1512 'dependencies': [ | 1515 'dependencies': [ |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2057 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2060 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2058 }, | 2061 }, |
2059 ], | 2062 ], |
2060 }], | 2063 }], |
2061 ], | 2064 ], |
2062 }, | 2065 }, |
2063 ], | 2066 ], |
2064 }], | 2067 }], |
2065 ], | 2068 ], |
2066 } | 2069 } |
OLD | NEW |