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

Side by Side Diff: sync/BUILD.gn

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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("sync") { 8 component("sync") {
9 public_deps = [ 9 public_deps = [
10 ":sync_core", 10 ":sync_core",
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 static_library("test_support_sync_fake_server_android") { 797 static_library("test_support_sync_fake_server_android") {
798 testonly = true 798 testonly = true
799 sources = [ 799 sources = [
800 "test/fake_server/android/fake_server_helper_android.cc", 800 "test/fake_server/android/fake_server_helper_android.cc",
801 "test/fake_server/android/fake_server_helper_android.h", 801 "test/fake_server/android/fake_server_helper_android.h",
802 ] 802 ]
803 deps = [ 803 deps = [
804 ":fake_server_jni", 804 ":fake_server_jni",
805 ":test_support_sync_fake_server", 805 ":test_support_sync_fake_server",
806 "//base", 806 "//base",
807 "//testing/gtest",
807 ] 808 ]
808 } 809 }
809 } 810 }
OLDNEW
« no previous file with comments | « chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/SyncTest.java ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698