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

Unified Diff: components/native_viewport/public/cpp/BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes 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
Index: components/native_viewport/public/cpp/BUILD.gn
diff --git a/third_party/mojo_services/src/native_viewport/public/cpp/BUILD.gn b/components/native_viewport/public/cpp/BUILD.gn
similarity index 70%
rename from third_party/mojo_services/src/native_viewport/public/cpp/BUILD.gn
rename to components/native_viewport/public/cpp/BUILD.gn
index 855de712f3b1283153c669dff289d8a31c7c1f9c..9d2fc36f136afda07f8edbb045125116569bfa5f 100644
--- a/third_party/mojo_services/src/native_viewport/public/cpp/BUILD.gn
+++ b/components/native_viewport/public/cpp/BUILD.gn
@@ -3,10 +3,9 @@
# found in the LICENSE file.
import("//build/module_args/mojo.gni")
-import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojo_sdk_source_set("args") {
- public_configs = [ "../../../public/build/config:mojo_services" ]
sources = [
"args.h",
"lib/args.cc",

Powered by Google App Engine
This is Rietveld 408576698