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

Unified Diff: mojo/services/files/cpp/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « mojo/services/files/c/tests/util_unittest.cc ('k') | mojo/services/files/cpp/input_stream_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/cpp/BUILD.gn
diff --git a/mojo/services/files/public/cpp/BUILD.gn b/mojo/services/files/cpp/BUILD.gn
similarity index 96%
rename from mojo/services/files/public/cpp/BUILD.gn
rename to mojo/services/files/cpp/BUILD.gn
index df74f7d98bab3f13d44390bccbcde22baab5f562..c14aaada056427d819a70b1b110470d4723a7a6e 100644
--- a/mojo/services/files/public/cpp/BUILD.gn
+++ b/mojo/services/files/cpp/BUILD.gn
@@ -14,7 +14,7 @@ mojo_sdk_source_set("files_impl") {
# this target even be a mojo_sdk_source_set?
restrict_external_deps = false
- public_configs = [ "../../../public/build/config:mojo_services" ]
+ public_configs = [ "../../public/build/config:mojo_services" ]
sources = [
"input_stream_file.h",
« no previous file with comments | « mojo/services/files/c/tests/util_unittest.cc ('k') | mojo/services/files/cpp/input_stream_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698