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

Side by Side Diff: content/content_tests.gypi

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fix many new tests Created 5 years, 5 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
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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 '../build/isolate.gypi', 1207 '../build/isolate.gypi',
1208 ], 1208 ],
1209 'sources': [ 1209 'sources': [
1210 'content_browsertests.isolate', 1210 'content_browsertests.isolate',
1211 ], 1211 ],
1212 }, 1212 },
1213 { 1213 {
1214 'target_name': 'content_unittests_run', 1214 'target_name': 'content_unittests_run',
1215 'type': 'none', 1215 'type': 'none',
1216 'dependencies': [ 1216 'dependencies': [
1217 '../third_party/mesa/mesa.gyp:osmesa',
1217 'content_unittests', 1218 'content_unittests',
1218 ], 1219 ],
1219 'includes': [ 1220 'includes': [
1220 '../build/isolate.gypi', 1221 '../build/isolate.gypi',
1221 ], 1222 ],
1222 'sources': [ 1223 'sources': [
1223 'content_unittests.isolate', 1224 'content_unittests.isolate',
1224 ], 1225 ],
1225 'conditions': [ 1226 'conditions': [
1226 ['use_x11==1', { 1227 ['use_x11==1', {
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 'includes': [ 2076 'includes': [
2076 '../build/java_apk.gypi', 2077 '../build/java_apk.gypi',
2077 '../build/android/test_runner.gypi', 2078 '../build/android/test_runner.gypi',
2078 ], 2079 ],
2079 }, 2080 },
2080 { 2081 {
2081 # GN: //content/public/android:content_junit_tests 2082 # GN: //content/public/android:content_junit_tests
2082 'target_name': 'content_junit_tests', 2083 'target_name': 'content_junit_tests',
2083 'type': 'none', 2084 'type': 'none',
2084 'dependencies': [ 2085 'dependencies': [
2085 'content.gyp:content_java',
2086 '../base/base.gyp:base_java', 2086 '../base/base.gyp:base_java',
2087 '../base/base.gyp:base_java_test_support', 2087 '../base/base.gyp:base_java_test_support',
2088 '../testing/android/junit/junit_test.gyp:junit_test_support', 2088 '../testing/android/junit/junit_test.gyp:junit_test_support',
2089 '../third_party/mesa/mesa.gyp:osmesa',
2090 'content.gyp:content_java',
2089 ], 2091 ],
2090 'variables': { 2092 'variables': {
2091 'main_class': 'org.chromium.testing.local.JunitTestMain', 2093 'main_class': 'org.chromium.testing.local.JunitTestMain',
2092 'src_paths': [ 2094 'src_paths': [
2093 'public/android/junit/', 2095 'public/android/junit/',
2094 ], 2096 ],
2095 }, 2097 },
2096 'includes': [ 2098 'includes': [
2097 '../build/host_jar.gypi', 2099 '../build/host_jar.gypi',
2098 ], 2100 ],
2099 }, 2101 },
2100 ], 2102 ],
2101 }], 2103 }],
2102 ], 2104 ],
2103 } 2105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698