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

Unified Diff: mojo/public/cpp/bindings/tests/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/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/array_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
similarity index 63%
rename from third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
rename to mojo/public/cpp/bindings/tests/BUILD.gn
index 4b55bb03d2ebc9525c521c7df014954b610f795c..1bc018cbf22073866f1e9eaa0ec58d3299577c85 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -4,7 +4,6 @@
import("../../../mojo_application.gni")
import("../../../mojo_sdk.gni")
-import("//mojo/public/mojo.gni")
mojo_sdk_source_set("tests") {
testonly = true
@@ -85,57 +84,3 @@ mojo_sdk_source_set("mojo_public_bindings_test_utils") {
mojo_sdk_deps = [ "mojo/public/c/system" ]
}
-
-if (mojo_use_application_in_sdk) {
- mojo_native_application("versioning_test_service") {
- testonly = true
-
- deps = [
- ":versioning_test_service_source_set",
- ]
- }
-
- mojo_sdk_source_set("versioning_test_service_source_set") {
- testonly = true
- visibility = [ ":*" ]
-
- sources = [
- "versioning_test_service.cc",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/application:standalone",
- "mojo/public/cpp/bindings",
- "mojo/public/cpp/system",
- "mojo/public/interfaces/bindings/tests:versioning_test_service_interfaces",
- ]
- }
-
- mojo_native_application("versioning_apptests") {
- testonly = true
-
- deps = [
- ":versioning_apptest_source_set",
- ]
- data_deps = [
- ":versioning_test_service",
- ]
- }
-
- mojo_sdk_source_set("versioning_apptest_source_set") {
- testonly = true
- visibility = [ ":*" ]
-
- sources = [
- "versioning_apptest.cc",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/application:standalone",
- "mojo/public/cpp/application:test_support_standalone",
- "mojo/public/cpp/bindings",
- "mojo/public/cpp/system",
- "mojo/public/interfaces/bindings/tests:versioning_test_client_interfaces",
- ]
- }
-}
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/array_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698