summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-03-27 15:00:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-27 22:01:07 +0000
commitc09ccaa95ba1a2212f27fd86cd2650526a82a9ea (patch)
tree849e7016e665d242ffa3e3bc30017611d20f5c20 /BUILD.gn
parentf16444b34b44d6e9de555756e24017ff7670d73a (diff)
downloadchromium_src-c09ccaa95ba1a2212f27fd86cd2650526a82a9ea.zip
chromium_src-c09ccaa95ba1a2212f27fd86cd2650526a82a9ea.tar.gz
chromium_src-c09ccaa95ba1a2212f27fd86cd2650526a82a9ea.tar.bz2
clean up GN targets that are already migrated, add pepper_hash_for_uma.
This updates the gn_all and gyp_remaining targets to reflect the current status. R=tfarina@chromium.org, brettw@chromium.org BUG=461019 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1040543002 Cr-Commit-Position: refs/heads/master@{#322654}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 3 insertions, 7 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 74b51b9..fb7040c 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",