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

Unified Diff: sync/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « sql/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 65af3de406064b1718f4553ba868047e45f90964..df5f23a92826789e7dfa8ecd028e0708cf72dc46 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//testing/test.gni")
component("sync") {
public_deps = [
@@ -645,13 +646,6 @@ test("sync_unit_tests") {
":test_support_sync_internal_api",
]
- # TODO(GYP)
- # ['OS == "android"', {
- # 'dependencies': [
- # '../testing/android/native_test.gyp:native_test_native_code',
- # ],
- # }],
-
if (is_chromeos) {
# Required by get_session_name_unittest.cc on Chrome OS.
deps += [ "//chromeos" ]
@@ -812,12 +806,4 @@ if (is_android) {
"//base",
]
}
-
- # GYP: //sync/sync_tests.gypi:sync_unit_tests_apk
- unittest_apk("sync_unit_tests_apk") {
- unittests_dep = ":sync_unit_tests"
- deps = [
- ":sync_unit_tests",
- ]
- }
}
« no previous file with comments | « sql/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698