commit | 8f80ad0b602647f3dd40b88866c19bbd3a67915a | [log] [tgz] |
---|---|---|
author | Brett Wilson <[email protected]> | Mon Sep 08 19:50:24 2014 |
committer | Brett Wilson <[email protected]> | Mon Sep 08 20:12:00 2014 |
tree | a35155f18cab553b2b483a441af42740e2152e2c | |
parent | 50c219e6a3219aa278d96ab5a8f89a8abe24b4e5 [diff] [blame] |
Add lots of testonly annotations to the GN build. BUG= [email protected] Review URL: https://codereview.chromium.org/547793002 Cr-Commit-Position: refs/heads/master@{#293774}
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn index 96315b5..536bcfc0 100644 --- a/ui/message_center/BUILD.gn +++ b/ui/message_center/BUILD.gn
@@ -147,6 +147,7 @@ } static_library("test_support") { + testonly = true sources = [ "fake_message_center.h", "fake_message_center.cc",