Index: components/password_manager/sync/browser/BUILD.gn |
diff --git a/components/password_manager/sync/browser/BUILD.gn b/components/password_manager/sync/browser/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..60a1bcb189c90e00f7e445ff7100218a3335322c |
--- /dev/null |
+++ b/components/password_manager/sync/browser/BUILD.gn |
@@ -0,0 +1,18 @@ |
+# 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. |
+ |
+static_library("browser") { |
+ sources = [ |
+ "sync_store_result_filter.cc", |
+ "sync_store_result_filter.h", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ "//google_apis", |
+ "//components/autofill/core/common", |
+ "//components/password_manager/core/browser", |
+ "//net", |
+ ] |
+} |