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

Unified Diff: sync/sync_tests.gypi

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/sync_android.gypi ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 6e3c03aa8091e5c14a9e54f620c154a9700b748f..739a90ebc933f1f4a496d5f174f07b41c4641936 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -426,6 +426,7 @@
['OS == "android"', {
'targets': [
{
+ # GN: //sync/android:sync_javatests
'target_name': 'sync_javatests',
'type': 'none',
'variables': {
@@ -439,6 +440,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //sync:sync_java_test_support
'target_name': 'sync_java_test_support',
'type': 'none',
'variables': {
@@ -450,6 +452,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //sync:sync_fake_server_jni_headers
'target_name': 'sync_fake_server_jni_headers',
'type': 'none',
'sources': [
@@ -462,6 +465,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # GN: //sync:test_support_sync_fake_server_android
'target_name': 'test_support_sync_fake_server_android',
'type': 'static_library',
'dependencies': [
@@ -474,11 +478,8 @@
'test/fake_server/android/fake_server_helper_android.h',
],
},
- ],
- }],
- ['OS == "android"', {
- 'targets': [
{
+ # GN: //sync:sync_unit_tests_apk
'target_name': 'sync_unit_tests_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « sync/sync_android.gypi ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698