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

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: 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
« chrome/android/BUILD.gn ('K') | « sync/sync_android.gypi ('k') | no next file » | 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 32ed597d65ea98f4f5bf529d6b19a8f2464fad99..417a95f16a1de8155700fc9ee197c8c2927a690c 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -425,6 +425,7 @@
['OS == "android"', {
'targets': [
{
+ # GN: //sync/android:sync_javatests
'target_name': 'sync_javatests',
'type': 'none',
'variables': {
@@ -438,6 +439,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //sync:sync_java_test_support
'target_name': 'sync_java_test_support',
'type': 'none',
'variables': {
@@ -449,6 +451,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //sync:sync_fake_server_jni_headers
'target_name': 'sync_fake_server_jni_headers',
'type': 'none',
'sources': [
@@ -461,6 +464,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': [
@@ -473,11 +477,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': [
« chrome/android/BUILD.gn ('K') | « sync/sync_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698