1 # Copyright (c) 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.
5 import("//third_party/protobuf/proto_library.gni")
11 "drive_app_registry.cc",
12 "drive_app_registry.h",
13 "drive_app_registry_observer.h",
14 "drive_notification_manager.cc",
15 "drive_notification_manager.h",
16 "drive_notification_observer.h",
21 "service/drive_api_service.cc",
22 "service/drive_api_service.h",
23 "service/drive_service_interface.cc",
24 "service/drive_service_interface.h",
28 "//components/invalidation/public",
30 # TODO(lukasza): Remove this dependency (see DEPS file for more info).
31 "//content/public/browser:browser",
33 "//google_apis:google_apis",
36 # TODO(lukasza): Remove this dependency (see DEPS file for more info).
37 "//storage/browser:browser",
39 "//third_party/re2:re2",
46 proto_library("proto") {
47 visibility = [ ":drive" ]
53 source_set("test_support") {
56 "service/dummy_drive_service.cc",
57 "service/dummy_drive_service.h",
58 "service/fake_drive_service.cc",
59 "service/fake_drive_service.h",
60 "service/test_util.cc",
61 "service/test_util.h",
66 "//google_apis:google_apis",