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")
10 "bookmark_test_helpers.cc",
11 "bookmark_test_helpers.h",
12 "mock_bookmark_model_observer.cc",
13 "mock_bookmark_model_observer.h",
14 "test_bookmark_client.cc",
15 "test_bookmark_client.h",
20 "//components/bookmarks/browser",
22 "//ui/events/platform",
27 deps += [ "//ui/events/platform/x11" ]