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

Unified Diff: mojo/edk/base_edk/BUILD.gn

Issue 1462083003: Add //mojo/edk/platform and move platform_task_runners.h there. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update readme 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
Index: mojo/edk/base_edk/BUILD.gn
diff --git a/mojo/edk/base_edk/BUILD.gn b/mojo/edk/base_edk/BUILD.gn
index b58bfe4c8deeb737c2adc7a8dd93a40c12c7770f..94e341ded6f985b90eaa079d1bd0c11a365e263a 100644
--- a/mojo/edk/base_edk/BUILD.gn
+++ b/mojo/edk/base_edk/BUILD.gn
@@ -14,5 +14,5 @@ mojo_edk_source_set("base_edk") {
"//base",
]
- mojo_edk_public_deps = [ "mojo/edk/system" ]
+ mojo_edk_public_deps = [ "mojo/edk/platform" ]
}

Powered by Google App Engine
This is Rietveld 408576698