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

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: Review comments Created 5 years, 2 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
« no previous file with comments | « components/version_ui.gypi ('k') | components/version_ui/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/BUILD.gn
diff --git a/mojo/services/tracing/public/cpp/BUILD.gn b/components/version_ui/BUILD.gn
similarity index 67%
copy from mojo/services/tracing/public/cpp/BUILD.gn
copy to components/version_ui/BUILD.gn
index 2f8933bf59e2bad6c084386484874f0dcb8b5373..fd7e2f55406da739b352039274bf160a9d6fe026 100644
--- a/mojo/services/tracing/public/cpp/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.
-source_set("cpp") {
+source_set("version_ui") {
sources = [
- "switches.cc",
- "switches.h",
+ "version_ui_constants.cc",
+ "version_ui_constants.h",
]
}
« no previous file with comments | « components/version_ui.gypi ('k') | components/version_ui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698