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

Unified Diff: content/content_tests.gypi

Issue 525533003: Add content_shell_test_apk and a several dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-content-shell-apk
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 0151370c96ddf6ad3b88daf833415764ec432d9e..b1bf3ddae80739b4141705ee0310d9c1afabc250 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1348,7 +1348,7 @@
'sources!': [
# These tests depend on single process mode, which is disabled
# in official builds.
- 'renderer/browser_render_view_browsertest.cc',
+ 'renderer/browser_render_view_browsertest.cc',
'renderer/dom_serializer_browsertest.cc',
'renderer/resource_fetcher_browsertest.cc',
'renderer/savable_resources_browsertest.cc',
@@ -1546,6 +1546,7 @@
['OS == "android"', {
'targets': [
{
+ # TODO(GN)
'target_name': 'content_gl_tests_apk',
'type': 'none',
'dependencies': [
@@ -1560,6 +1561,7 @@
],
},
{
+ # TODO(GN)
'target_name': 'content_unittests_apk',
'type': 'none',
'dependencies': [
@@ -1572,6 +1574,7 @@
'includes': [ '../build/apk_test.gypi' ],
},
{
+ # TODO(GN)
'target_name': 'content_browsertests_apk',
'type': 'none',
'dependencies': [
@@ -1599,6 +1602,7 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ # TODO(GN)
'target_name': 'content_perftests_apk',
'type': 'none',
'dependencies': [
@@ -1611,6 +1615,7 @@
'includes': [ '../build/apk_test.gypi' ],
},
{
+ # TODO(GN)
'target_name': 'chromium_linker_test_apk',
'type': 'none',
'conditions': [
@@ -1644,6 +1649,7 @@
],
},
{
+ # TODO(GN)
'target_name': 'chromium_android_linker_test',
'type': 'shared_library',
'defines!': ['CONTENT_IMPLEMENTATION'],
@@ -1660,6 +1666,7 @@
],
},
{
+ # TODO(GN)
'target_name': 'chromium_android_linker_test_jni_headers',
'type': 'none',
'sources': [
@@ -1671,6 +1678,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # TODO(GN)
'target_name': 'video_decode_accelerator_unittest_apk',
'type': 'none',
'dependencies': [
@@ -1681,11 +1689,8 @@
},
'includes': [ '../build/apk_test.gypi' ],
},
- ],
- }],
- ['OS == "android"', {
- 'targets': [
{
+ # GN: //content/public/test/android:test_support_content_jni_headers
'target_name': 'test_support_content_jni_headers',
'type': 'none',
'sources': [
@@ -1697,6 +1702,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # GN: //content/public/test/android:content_java_test_support
'target_name': 'content_java_test_support',
'type': 'none',
'dependencies': [
@@ -1711,6 +1717,8 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //content/shell/android:content_shell_test_apk
+ # and //content/public/android:content_javatests
'target_name': 'content_shell_test_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698