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

Unified Diff: extensions/browser/install/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . Created 4 years, 3 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: extensions/browser/install/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/extensions/browser/install/BUILD.gn
similarity index 62%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to extensions/browser/install/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..b453a7954c54c79474f027fc4982146e72a14f50 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/extensions/browser/install/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
-
-proto_library("proto") {
+source_set("install") {
sources = [
- "server.proto",
+ "crx_install_error.h",
+ "extension_install_ui.cc",
+ "extension_install_ui.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698