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

Unified Diff: sync/sync_tests.gypi

Issue 884073005: Create a Android Sync integration test for typed URLs (try #2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/BUILD.gn ('k') | sync/test/fake_server/android/fake_server_helper_android.h » ('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 b1ef9cff054e434205263cec56259c2f438eaf3c..bf41fc345434a5f57c6c8681114a7780156907d7 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -475,8 +475,12 @@
'dependencies': [
'sync_fake_server_jni_headers',
'test_support_sync_fake_server',
+ '../testing/gtest.gyp:gtest',
'../base/base.gyp:base',
],
+ 'export_dependent_settings': [
+ '../testing/gtest.gyp:gtest',
+ ],
'sources': [
'test/fake_server/android/fake_server_helper_android.cc',
'test/fake_server/android/fake_server_helper_android.h',
« no previous file with comments | « sync/BUILD.gn ('k') | sync/test/fake_server/android/fake_server_helper_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698