| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 343a2b428bb48d3e67f93d6c12f45166a6570392..697e85ecbb058fb27df9c39327e188108b192f8a 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -62,8 +62,10 @@ group("gn_all") {
|
| "//mojo",
|
| "//mojo/common:mojo_common_unittests",
|
| "//net:net_unittests",
|
| + "//ppapi:ppapi_unittests",
|
| "//ppapi/examples", # TODO(GYP): What's the GYP equivalent?
|
| "//printing:printing_unittests",
|
| + "//remoting:remoting_unittests",
|
| "//skia:skia_unittests",
|
| "//sql:sql_unittests",
|
| "//sync:sync_unit_tests",
|
| @@ -274,8 +276,6 @@ if (is_linux) {
|
| # components_browsertests TODO(GYP)
|
| # device_unittests TODO(GYP)
|
| # nacl_loader_unittests TODO(GYP)
|
| - # ppapi_unittests TODO(GYP)
|
| - # remoting_unittests TODO(GYP)
|
|
|
| "//base:base_unittests", # PASSES (*) 2/25/2015
|
| "//cc:cc_unittests", # PASSES 2/25/2015
|
| @@ -301,7 +301,9 @@ if (is_linux) {
|
| "//media:media_unittests", # TODO(GYP) MidiManagerTest fails.
|
| "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015
|
| "//net:net_unittests", # PASSES 2/25/2015
|
| + "//ppapi:ppapi_unittests", # PASSES 2/26/2015
|
| "//printing:printing_unittests", # PASSES 2/25/2015
|
| + "//remoting:remoting_unittests", # Some crashes.
|
| "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015
|
| "//skia:skia_unittests", # PASSES 2/25/2015
|
| "//sql:sql_unittests", # PASSES 2/25/2015
|
|
|