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

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

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: unending win fixes 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/subresource_filter/core/common/flat/BUILD.gn b/extensions/browser/install/BUILD.gn
similarity index 62%
copy from components/subresource_filter/core/common/flat/BUILD.gn
copy to extensions/browser/install/BUILD.gn
index 195c0cd11e02c6f6711ae1150e1c73aaa52a374c..b453a7954c54c79474f027fc4982146e72a14f50 100644
--- a/components/subresource_filter/core/common/flat/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/flatbuffers/flatbuffer.gni")
-
-flatbuffer("flatbuffer") {
+source_set("install") {
sources = [
- "rules.fbs",
+ "crx_install_error.h",
+ "extension_install_ui.cc",
+ "extension_install_ui.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698