Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: content/content_tests.gypi

Issue 573073003: Move content_gl_tests.isolate to content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_gl_tests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }],
989 ], 1009 ],
990 }], 1010 }],
991 ['OS!="ios"', { 1011 ['OS!="ios"', {
992 'targets': [ 1012 'targets': [
993 { 1013 {
994 'target_name': 'content_perftests', 1014 'target_name': 'content_perftests',
995 'type': '<(gtest_target_type)', 1015 'type': '<(gtest_target_type)',
996 'defines!': ['CONTENT_IMPLEMENTATION'], 1016 'defines!': ['CONTENT_IMPLEMENTATION'],
997 'dependencies': [ 1017 'dependencies': [
998 'content.gyp:content_browser', 1018 'content.gyp:content_browser',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 ], 1403 ],
1384 'sources': [ 1404 'sources': [
1385 'common/gpu/client/gl_helper_unittest.cc', 1405 'common/gpu/client/gl_helper_unittest.cc',
1386 'common/gpu/client/gpu_in_process_context_tests.cc', 1406 'common/gpu/client/gpu_in_process_context_tests.cc',
1387 ], 1407 ],
1388 'conditions': [ 1408 'conditions': [
1389 ['OS=="android"', { 1409 ['OS=="android"', {
1390 'dependencies': [ 1410 'dependencies': [
1391 '../testing/android/native_test.gyp:native_test_native_code', 1411 '../testing/android/native_test.gyp:native_test_native_code',
1392 ], 1412 ],
1413 }, {
1414 'dependencies': [
1415 # Runtime dependencis.
1416 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1417 '../third_party/mesa/mesa.gyp:osmesa',
1418 ],
1393 }], 1419 }],
1394 ], 1420 ],
1395 }, 1421 },
1396 { 1422 {
1397 'target_name': 'content_gl_benchmark', 1423 'target_name': 'content_gl_benchmark',
1398 'type': '<(gtest_target_type)', 1424 'type': '<(gtest_target_type)',
1399 'dependencies': [ 1425 'dependencies': [
1400 'content.gyp:content_common', 1426 'content.gyp:content_common',
1401 'test_support_content', 1427 'test_support_content',
1402 '../base/base.gyp:test_support_base', 1428 '../base/base.gyp:test_support_base',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1915 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1890 }, 1916 },
1891 ], 1917 ],
1892 }], 1918 }],
1893 ], 1919 ],
1894 }, 1920 },
1895 ], 1921 ],
1896 }], 1922 }],
1897 ], 1923 ],
1898 } 1924 }
OLDNEW
« no previous file with comments | « content/content_gl_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698