Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 74b51b96c403fc2bc390312324d97a769ff43b25..32c6a4eff9c846279732e9c065deb35a9f9cb0db 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -45,7 +45,9 @@ group("gn_all") { |
| "//chrome/test:sync_integration_tests", |
| "//chrome/test:unit_tests", |
| "//chrome/test/chromedriver:chromedriver_unittests", |
| + "//components:components_perftests", |
|
tfarina
2015/03/27 13:42:31
this is behind is_linux && !is_chromeos, hence the
|
| "//components:components_unittests", |
| + "//components/policy:policy_templates", |
| "//content/shell:content_shell", |
| "//content/test:content_browsertests", |
| "//content/test:content_perftests", |
| @@ -61,6 +63,7 @@ group("gn_all") { |
| "//media:media_unittests", |
| "//media/cast:cast_unittests", |
| "//mojo", |
| + "//mojo/application", |
| "//mojo/common:mojo_common_unittests", |
| "//net:hpack_example_generator", |
| "//net:hpack_fuzz_mutator", |
| @@ -290,18 +293,12 @@ group("gn_all") { |
| "//net:dns_fuzz_stub", |
| "//net:gdig", |
| "//net:get_server_time", |
| - |
| - #"//net:hpack_example_generator", # TODO(GYP) rockot in progress |
| - #"//net:hpack_fuzz_mutator", # TODO(GYP) rockot in progress |
| - #"//net:hpack_fuzz_wrapper", # TODO(GYP) rockot in progress |
| - #"//net:net_perftests", # TODO(GYP) rockot in progress |
| "//net:net_watcher", # TODO(GYP): This should be conditional on use_v8_in_net |
| "//net:stress_cache", |
| "//net:tld_cleanup", |
| "//net:run_testserver", |
| "//net:dump_cache", |
| - |
| - # "//ppapi:pepper_hash_for_uma", # TODO(GYP): Implement me. |
| + "//ppapi:pepper_hash_for_uma", |
| "//ppapi:ppapi_perftests", # TODO(GYP): Are there other ppapi_* test targets? |
| "//skia:filter_fuzz_stub", |
| "//skia:image_operations_bench", |