Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / components / bookmarks / test / BUILD.gn
blobf2e12c16c82a444cdf3caea6da2c4eee244a840d
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
3 # found in the LICENSE file.
5 import ("//build/config/ui.gni")
7 source_set("test") {
8   sources = [
9     "bookmark_test_helpers.cc",
10     "bookmark_test_helpers.h",
11     "mock_bookmark_model_observer.cc",
12     "mock_bookmark_model_observer.h",
13     "test_bookmark_client.cc",
14     "test_bookmark_client.h",
15   ]
17   deps = [
18     "//base",
19     "//components/bookmarks/browser",
20     "//testing/gmock",
21     "//ui/events/platform",
22     "//url",
23   ]
25   if (use_x11) {
26     deps += [
27       "//ui/events/platform/x11",
28     ]
29   }