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

Side by Side Diff: ios/public/test/BUILD.gn

Issue 1663783002: Remove the //ios/public/test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_tests
Patch Set: Add missing forwarding-header Created 4 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
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("test") {
6 testonly = true
7 sources = [
8 "fake_sync_service_factory.cc",
9 "fake_sync_service_factory.h",
10 "test_chrome_browser_provider.h",
11 "test_chrome_browser_provider.mm",
12 "test_chrome_provider_initializer.cc",
13 "test_chrome_provider_initializer.h",
14 "test_updatable_resource_provider.h",
15 "test_updatable_resource_provider.mm",
16 ]
17
18 deps = [
19 "//base",
20 "//components/keyed_service/core",
21 "//components/keyed_service/ios",
22 "//ios/public/provider/chrome/browser",
23 "//sync",
24 "//testing/gtest",
25 ]
26 }
OLDNEW
« no previous file with comments | « ios/public/provider/chrome/browser/test_updatable_resource_provider.mm ('k') | ios/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698