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

Unified Diff: components/version_ui/BUILD.gn

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/version_ui/BUILD.gn
diff --git a/components/plugins/common/BUILD.gn b/components/version_ui/BUILD.gn
similarity index 67%
copy from components/plugins/common/BUILD.gn
copy to components/version_ui/BUILD.gn
index c0ca042f3a4b1ad1e296647e42b04d69ae0a91c9..fd7e2f55406da739b352039274bf160a9d6fe026 100644
--- a/components/plugins/common/BUILD.gn
+++ b/components/version_ui/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
+source_set("version_ui") {
sources = [
- "plugins_switches.cc",
- "plugins_switches.h",
+ "version_ui_constants.cc",
+ "version_ui_constants.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698