Sync GN tests with GYP build.
commitd649f6b22c90bafe885294fac6f0cf67c48cb425
authorbrettw <brettw@chromium.org>
Tue, 18 Aug 2015 20:58:51 +0000 (18 13:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 18 Aug 2015 20:59:27 +0000 (18 20:59 +0000)
tree41ea1c4ee292edc3ae7f3ebdc7a879da3c4fe57e
parentaa4997ba5816065648325944d450f24e544a3040
Sync GN tests with GYP build.

This updates GN's app_list_unittests, base_unittests, cast_unittests, cc_unittests, components_unittests, crypto_unittests, events_unittests, and gl_unittests to match the GYP build (with the exception of some NaCl-specific ones).

The printing component is now hooked up to all components, and the printing names were fixed to be GN-style and to be source sets instead of shared libraries.

CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1295233003

Cr-Commit-Position: refs/heads/master@{#344024}
16 files changed:
base/BUILD.gn
cc/BUILD.gn
chrome/browser/BUILD.gn
chrome/common/BUILD.gn
chrome/renderer/BUILD.gn
components/BUILD.gn
components/components_tests.gyp
components/printing/browser/BUILD.gn
components/printing/common/BUILD.gn
components/printing/renderer/BUILD.gn
components/printing/test/BUILD.gn
crypto/BUILD.gn
media/cast/BUILD.gn
ui/app_list/BUILD.gn
ui/events/BUILD.gn
ui/gl/BUILD.gn