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

Unified Diff: mojo/public/cpp/system/BUILD.gn

Issue 2358133002: Turn //mojo/public/cpp/bindings and //mojo/public/cpp/system into components (Closed)
Patch Set: Fix wording Created 4 years, 3 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 | « mojo/public/cpp/bindings/sync_handle_watcher.h ('k') | mojo/public/cpp/system/buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/system/BUILD.gn
diff --git a/mojo/public/cpp/system/BUILD.gn b/mojo/public/cpp/system/BUILD.gn
index 8dcec718688b4d8626d43758ee2bd0a54ef2eb52..7830d251d5ebe7b97aa8f522d2473e8f5c563ed9 100644
--- a/mojo/public/cpp/system/BUILD.gn
+++ b/mojo/public/cpp/system/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("system") {
+component("system") {
sources = [
"buffer.cc",
"buffer.h",
@@ -14,6 +14,7 @@ source_set("system") {
"message_pipe.h",
"platform_handle.cc",
"platform_handle.h",
+ "system_export.h",
"watcher.cc",
"watcher.h",
]
@@ -22,4 +23,6 @@ source_set("system") {
"//base",
"//mojo/public/c/system",
]
+
+ defines = [ "MOJO_CPP_SYSTEM_IMPLEMENTATION" ]
}
« no previous file with comments | « mojo/public/cpp/bindings/sync_handle_watcher.h ('k') | mojo/public/cpp/system/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698