Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(654)

Unified Diff: components/signin/core/browser/proto/BUILD.gn

Issue 1087933002: Cross Device Promo - Main Eligibility Flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a flow for when the first listDevices request is scheduled in the future. Tests around the sche… Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698