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