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

Unified Diff: mojo/util/BUILD.gn

Issue 1109993002: Adds support for mojo apps to live in their own directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk and move filename_util to own dir Created 5 years, 8 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 | « mojo/shell/local_fetcher.cc ('k') | mojo/util/filename_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/util/BUILD.gn
diff --git a/device/bluetooth/uribeacon/BUILD.gn b/mojo/util/BUILD.gn
similarity index 69%
copy from device/bluetooth/uribeacon/BUILD.gn
copy to mojo/util/BUILD.gn
index 484e27270327646f886047b1d4d39d1a2e6641f1..379bc96230e7c6037bca99a4a311de60a65c109a 100644
--- a/device/bluetooth/uribeacon/BUILD.gn
+++ b/mojo/util/BUILD.gn
@@ -2,12 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("uribeacon") {
+source_set("filename_util") {
sources = [
- "uri_encoder.cc",
- "uri_encoder.h",
+ "filename_util.cc",
+ "filename_util.h",
]
+
deps = [
"//base",
+ "//url",
]
}
« no previous file with comments | « mojo/shell/local_fetcher.cc ('k') | mojo/util/filename_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698