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

Unified Diff: mojo/edk/platform/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/platform/BUILD.gn
diff --git a/mojo/edk/base_edk/BUILD.gn b/mojo/edk/platform/BUILD.gn
similarity index 55%
copy from mojo/edk/base_edk/BUILD.gn
copy to mojo/edk/platform/BUILD.gn
index b58bfe4c8deeb737c2adc7a8dd93a40c12c7770f..2d69e67c3a44074789fc8a824e1a92c1c6480227 100644
--- a/mojo/edk/base_edk/BUILD.gn
+++ b/mojo/edk/platform/BUILD.gn
@@ -4,15 +4,17 @@
import("../mojo_edk.gni")
-mojo_edk_source_set("base_edk") {
+mojo_edk_source_set("platform") {
sources = [
- "platform_task_runner_impl.cc",
- "platform_task_runner_impl.h",
+ "task_runner.h",
]
+ mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
+
+ # TODO(vtl): Remove this dependency.
deps = [
"//base",
]
- mojo_edk_public_deps = [ "mojo/edk/system" ]
+ mojo_edk_public_deps = [ "mojo/edk/util" ]
}

Powered by Google App Engine
This is Rietveld 408576698