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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'dependencies': [ | 978 'dependencies': [ |
979 'content_unittests', | 979 'content_unittests', |
980 ], | 980 ], |
981 'includes': [ | 981 'includes': [ |
982 '../build/isolate.gypi', | 982 '../build/isolate.gypi', |
983 'content_unittests.isolate', | 983 'content_unittests.isolate', |
984 ], | 984 ], |
985 'sources': [ | 985 'sources': [ |
986 'content_unittests.isolate', | 986 'content_unittests.isolate', |
987 ], | 987 ], |
988 }, | 988 }, |
989 ], | |
990 'conditions': [ | |
991 ['archive_gpu_tests==1', { | |
992 'targets': [ | |
993 { | |
994 'target_name': 'content_gl_tests_run', | |
995 'type': 'none', | |
996 'dependencies': [ | |
997 'content_shell_and_tests.gyp:content_gl_tests', | |
998 ], | |
999 'includes': [ | |
1000 '../build/isolate.gypi', | |
1001 'content_gl_tests.isolate', | |
1002 ], | |
1003 'sources': [ | |
1004 'content_gl_tests.isolate', | |
1005 ], | |
1006 }, | |
1007 ], | |
1008 }], | |
1009 ], | 989 ], |
1010 }], | 990 }], |
1011 ['OS!="ios"', { | 991 ['OS!="ios"', { |
1012 'targets': [ | 992 'targets': [ |
1013 { | 993 { |
1014 'target_name': 'content_perftests', | 994 'target_name': 'content_perftests', |
1015 'type': '<(gtest_target_type)', | 995 'type': '<(gtest_target_type)', |
1016 'defines!': ['CONTENT_IMPLEMENTATION'], | 996 'defines!': ['CONTENT_IMPLEMENTATION'], |
1017 'dependencies': [ | 997 'dependencies': [ |
1018 'content.gyp:content_browser', | 998 'content.gyp:content_browser', |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1403 ], | 1383 ], |
1404 'sources': [ | 1384 'sources': [ |
1405 'common/gpu/client/gl_helper_unittest.cc', | 1385 'common/gpu/client/gl_helper_unittest.cc', |
1406 'common/gpu/client/gpu_in_process_context_tests.cc', | 1386 'common/gpu/client/gpu_in_process_context_tests.cc', |
1407 ], | 1387 ], |
1408 'conditions': [ | 1388 'conditions': [ |
1409 ['OS=="android"', { | 1389 ['OS=="android"', { |
1410 'dependencies': [ | 1390 'dependencies': [ |
1411 '../testing/android/native_test.gyp:native_test_native_code', | 1391 '../testing/android/native_test.gyp:native_test_native_code', |
1412 ], | 1392 ], |
1413 }, { | |
1414 'dependencies': [ | |
1415 # Runtime dependencis. | |
1416 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | |
1417 '../third_party/mesa/mesa.gyp:osmesa', | |
1418 ], | |
1419 }], | 1393 }], |
1420 ], | 1394 ], |
1421 }, | 1395 }, |
1422 { | 1396 { |
1423 'target_name': 'content_gl_benchmark', | 1397 'target_name': 'content_gl_benchmark', |
1424 'type': '<(gtest_target_type)', | 1398 'type': '<(gtest_target_type)', |
1425 'dependencies': [ | 1399 'dependencies': [ |
1426 'content.gyp:content_common', | 1400 'content.gyp:content_common', |
1427 'test_support_content', | 1401 'test_support_content', |
1428 '../base/base.gyp:test_support_base', | 1402 '../base/base.gyp:test_support_base', |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1915 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1889 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1916 }, | 1890 }, |
1917 ], | 1891 ], |
1918 }], | 1892 }], |
1919 ], | 1893 ], |
1920 }, | 1894 }, |
1921 ], | 1895 ], |
1922 }], | 1896 }], |
1923 ], | 1897 ], |
1924 } | 1898 } |
OLD | NEW |