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

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 1425473003: Get rid of system_export.h, etc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
Index: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index 22f06a8685217b232debdd37e9bd2513309ba8b6..e9c60343f315d438e5d453d95dda9f11ec540c7f 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -9,7 +9,6 @@ mojo_sdk_source_set("system") {
"system_thunks.c",
"system_thunks.h",
]
- defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
mojo_sdk_deps = [ "mojo/public/c/system" ]
# The GYP target analogous to this one builds this code into a
@@ -28,7 +27,6 @@ mojo_sdk_source_set("system_impl_private") {
"system_impl_private_thunks.c",
"system_impl_private_thunks.h",
]
- defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
deps = [
":system_impl_private_api",
]

Powered by Google App Engine
This is Rietveld 408576698