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",
17 "drive_pref_names.cc",
29 "file_system_core_util.cc",
30 "file_system_core_util.h",
37 "local_file_reader.cc",
38 "local_file_reader.h",
39 "resource_entry_conversion.cc",
40 "resource_entry_conversion.h",
41 "resource_metadata.cc",
42 "resource_metadata.h",
43 "resource_metadata_storage.cc",
44 "resource_metadata_storage.h",
45 "service/drive_api_service.cc",
46 "service/drive_api_service.h",
47 "service/drive_service_interface.cc",
48 "service/drive_service_interface.h",
52 "//components/invalidation/public",
54 # TODO(lukasza): Remove this dependency (see DEPS file for more info).
55 "//content/public/browser:browser",
57 "//google_apis:google_apis",
59 "//third_party/cacheinvalidation:cacheinvalidation",
60 "//third_party/leveldatabase:leveldatabase",
61 "//third_party/re2:re2",
68 proto_library("proto") {
74 source_set("test_support") {
79 "fake_free_disk_space_getter.cc",
80 "fake_free_disk_space_getter.h",
81 "service/dummy_drive_service.cc",
82 "service/dummy_drive_service.h",
83 "service/fake_drive_service.cc",
84 "service/fake_drive_service.h",
85 "service/test_util.cc",
86 "service/test_util.h",
92 "//content/test:test_support",
93 "//google_apis:google_apis",