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

Unified Diff: mojo/platform_handle/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/package_manager/content_handler_unittest.cc ('k') | mojo/platform_handle/platform_handle_functions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/platform_handle/BUILD.gn
diff --git a/mojo/platform_handle/BUILD.gn b/mojo/platform_handle/BUILD.gn
index 2afc90a005de6e0d8ef0a471388bba2a8a3b50d7..d5818f7f5de3627d3cf41d566ce36bbee8430e95 100644
--- a/mojo/platform_handle/BUILD.gn
+++ b/mojo/platform_handle/BUILD.gn
@@ -2,8 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# See comments in third_party/mojo/src/mojo/public/c/system/BUILD.gn which this
-# is based on.
+# See comments in mojo/public/c/system/BUILD.gn which this is based on.
# Summary: depend on this target to use the platform handle functions without
# linking against a specific implementation.
# For component targets, add //mojo/platform_handle:for_component to your deps
@@ -16,7 +15,7 @@ source_set("platform_handle") {
"platform_handle_functions.h",
]
deps = [
- "//third_party/mojo/src/mojo/public/c/system",
+ "//mojo/public/c/system",
]
}
@@ -31,8 +30,8 @@ component("platform_handle_impl") {
defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
deps = [
"//base",
+ "//mojo/public/c/system:for_component",
"//third_party/mojo/src/mojo/edk/embedder:headers",
- "//third_party/mojo/src/mojo/public/c/system:for_component",
]
}
@@ -46,7 +45,7 @@ source_set("platform_handle_thunks") {
]
defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
deps = [
- "//third_party/mojo/src/mojo/public/c/system",
+ "//mojo/public/c/system",
]
}
« no previous file with comments | « mojo/package_manager/content_handler_unittest.cc ('k') | mojo/platform_handle/platform_handle_functions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698