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

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

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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
Index: mojo/services/native_viewport/cpp/BUILD.gn
diff --git a/mojo/services/native_viewport/public/cpp/BUILD.gn b/mojo/services/native_viewport/cpp/BUILD.gn
similarity index 83%
rename from mojo/services/native_viewport/public/cpp/BUILD.gn
rename to mojo/services/native_viewport/cpp/BUILD.gn
index 855de712f3b1283153c669dff289d8a31c7c1f9c..16baf198bfbc305a7d2abfb02cbdd6bfcfc0a2f2 100644
--- a/mojo/services/native_viewport/public/cpp/BUILD.gn
+++ b/mojo/services/native_viewport/cpp/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/module_args/mojo.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
mojo_sdk_source_set("args") {
- public_configs = [ "../../../public/build/config:mojo_services" ]
+ public_configs = [ "../../public/build/config:mojo_services" ]
sources = [
"args.h",
"lib/args.cc",
« no previous file with comments | « mojo/services/native_support/public/interfaces/process.mojom ('k') | mojo/services/native_viewport/cpp/args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698