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

Unified Diff: BUILD.gn

Issue 1040543002: clean up GN targets that are already migrated, add pepper_hash_for_uma. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix components_perftests conditions 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
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 74b51b96c403fc2bc390312324d97a769ff43b25..fb7040c31fd4d275a571ee983bf89a46284dc5eb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -46,6 +46,7 @@ group("gn_all") {
"//chrome/test:unit_tests",
"//chrome/test/chromedriver:chromedriver_unittests",
"//components:components_unittests",
+ "//components/policy:policy_templates",
"//content/shell:content_shell",
"//content/test:content_browsertests",
"//content/test:content_perftests",
@@ -61,6 +62,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 +292,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",
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698