diff options
author | Brett Wilson <brettw@chromium.org> | 2014-09-08 12:50:24 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-09-08 20:12:00 +0000 |
commit | 8f80ad0b602647f3dd40b88866c19bbd3a67915a (patch) | |
tree | a35155f18cab553b2b483a441af42740e2152e2c /content/shell | |
parent | 50c219e6a3219aa278d96ab5a8f89a8abe24b4e5 (diff) | |
download | chromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.zip chromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.tar.gz chromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.tar.bz2 |
Add lots of testonly annotations to the GN build.
BUG=
R=hclam@chromium.org
Review URL: https://codereview.chromium.org/547793002
Cr-Commit-Position: refs/heads/master@{#293774}
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn index 8c372a9..bad7f4d 100644 --- a/content/shell/BUILD.gn +++ b/content/shell/BUILD.gn @@ -20,6 +20,7 @@ declare_args() { } static_library("content_shell_lib") { + testonly = true sources = [ "android/shell_jni_registrar.cc", "android/shell_jni_registrar.h", @@ -428,6 +429,7 @@ repack("pak") { } executable("content_shell") { + testonly = true # TODO(GYP) mac resource bundle stuff for this target. # TODO(GYP) Windows content shell settings: # - Manifest. |