| 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" ]
|
|
|