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

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

Issue 2735113003: Changing SpawnChild to return a struct.
Patch Set: Created 3 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
« no previous file with comments | « mojo/edk/embedder/platform_handle.cc ('k') | mojo/edk/system/broker_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index b0acf237b36121c2878133f7f574780df9c22996..4ff03d1e96c5911a701f7c19a43c0b8f51df4fd7 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -113,7 +113,7 @@ component("system") {
# Use target_os == "chromeos" instead of is_chromeos because we need to
# build NaCl targets (i.e. IRT) for ChromeOS the same as the rest of ChromeOS.
if (is_android || target_os == "chromeos") {
- defines += [ "MOJO_EDK_LEGACY_PROTOCOL" ]
+ #defines += [ "MOJO_EDK_LEGACY_PROTOCOL" ]
}
allow_circular_includes_from = [ "//mojo/edk/embedder" ]
« no previous file with comments | « mojo/edk/embedder/platform_handle.cc ('k') | mojo/edk/system/broker_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698