| Index: components/signin/core/browser/proto/BUILD.gn
|
| diff --git a/content/browser/cache_storage/BUILD.gn b/components/signin/core/browser/proto/BUILD.gn
|
| similarity index 78%
|
| copy from content/browser/cache_storage/BUILD.gn
|
| copy to components/signin/core/browser/proto/BUILD.gn
|
| index 7b33ea105f1e3b08e65cf7dbb2ebdbfb4b9438a2..3f6fe84b0299d9e63b96d34194116c0cde0ff53d 100644
|
| --- a/content/browser/cache_storage/BUILD.gn
|
| +++ b/components/signin/core/browser/proto/BUILD.gn
|
| @@ -1,11 +1,11 @@
|
| # Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| +# found in the LICENSE file.
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("cache_storage_proto") {
|
| +proto_library("proto") {
|
| sources = [
|
| - "cache_storage.proto",
|
| + "list_devices.proto",
|
| ]
|
| }
|
|
|