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

Side by Side Diff: content/content_tests.gypi

Issue 601263002: Update content and media unittest isolate targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added mac and linux ffmpegsumo dep 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 | « no previous file | media/media.gyp » ('j') | 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 'dependencies': [ 981 'dependencies': [
982 'content_unittests', 982 'content_unittests',
983 ], 983 ],
984 'includes': [ 984 'includes': [
985 '../build/isolate.gypi', 985 '../build/isolate.gypi',
986 'content_unittests.isolate', 986 'content_unittests.isolate',
987 ], 987 ],
988 'sources': [ 988 'sources': [
989 'content_unittests.isolate', 989 'content_unittests.isolate',
990 ], 990 ],
991 'conditions': [
992 ['OS=="linux" and use_ozone==0', {
993 'dependencies': [
994 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
995 ],
996 }],
997 ],
991 }, 998 },
992 ], 999 ],
993 'conditions': [ 1000 'conditions': [
994 ['archive_gpu_tests==1', { 1001 ['archive_gpu_tests==1', {
995 'targets': [ 1002 'targets': [
996 { 1003 {
997 'target_name': 'content_gl_tests_run', 1004 'target_name': 'content_gl_tests_run',
998 'type': 'none', 1005 'type': 'none',
999 'dependencies': [ 1006 'dependencies': [
1000 'content_shell_and_tests.gyp:content_gl_tests', 1007 'content_shell_and_tests.gyp:content_gl_tests',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1925 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1919 }, 1926 },
1920 ], 1927 ],
1921 }], 1928 }],
1922 ], 1929 ],
1923 }, 1930 },
1924 ], 1931 ],
1925 }], 1932 }],
1926 ], 1933 ],
1927 } 1934 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698