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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn

Issue 1390063006: Remove //build/module_args/mojo.gni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_dart_module_args
Patch Set: fix a few relative imports 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 | « third_party/mojo/src/mojo/public/BUILD.gn ('k') | third_party/mojo/src/mojo/public/java/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
index d087cbf876b669858fdfccf87d765043f84224c6..0f1707544d79998071ab3893c86efb357d8c87ab 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -4,7 +4,7 @@
import("../../../mojo_application.gni")
import("../../../mojo_sdk.gni")
-import("../../../mojo.gni")
+import("//mojo/public/mojo.gni")
mojo_sdk_source_set("tests") {
testonly = true
@@ -115,7 +115,9 @@ if (mojo_use_application_in_sdk) {
deps = [
":versioning_apptest_source_set",
]
- data_deps = [ ":versioning_test_service" ]
+ data_deps = [
+ ":versioning_test_service",
+ ]
}
mojo_sdk_source_set("versioning_apptest_source_set") {
« no previous file with comments | « third_party/mojo/src/mojo/public/BUILD.gn ('k') | third_party/mojo/src/mojo/public/java/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698