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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix Clipboard.java Created 5 years, 9 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/cpp/system/BUILD.gn
diff --git a/mojo/public/cpp/system/BUILD.gn b/mojo/public/cpp/system/BUILD.gn
index e120462c8d5b11a3c0e7732ea878c632ccc72ed6..eba817d417dc1c7b9615a1e9adaf83d761cf6380 100644
--- a/mojo/public/cpp/system/BUILD.gn
+++ b/mojo/public/cpp/system/BUILD.gn
@@ -11,6 +11,9 @@ mojo_sdk_source_set("system") {
"data_pipe.h",
"functions.h",
"handle.h",
+ "lib/buffer.cc",
jamesr 2015/03/06 22:35:32 i think we should keep this target header-only. co
DaveMoore 2015/03/10 21:24:00 Done.
+ "lib/data_pipe.cc",
+ "lib/message_pipe.cc",
"macros.h",
"message_pipe.h",
]

Powered by Google App Engine
This is Rietveld 408576698