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

Side by Side Diff: services/preferences/public/cpp/tests/BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 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 import("//build/config/ui.gni")
6 import("//testing/test.gni")
7
8 group("tests") {
9 testonly = true
10 deps = [
11 ":preferences_unittests",
12 ]
13 }
14
15 test("preferences_unittests") {
16 sources = [
17 "pref_observer_store_unittest.cc",
18 ]
19 deps = [
20 "//base",
21 "//base/test:test_support",
22 "//components/prefs:test_support",
23 "//mojo/edk/test:run_all_unittests",
24 "//mojo/public/cpp/bindings:bindings",
25 "//services/preferences/public/cpp",
26 "//services/preferences/public/interfaces",
27 "//services/shell/public/cpp",
28 "//testing/gtest",
29 ]
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698