diff options
author | Brian Osman <brianosman@google.com> | 2016-10-18 14:42:44 -0400 |
---|---|---|
committer | Mike Klein <mtklein@google.com> | 2016-10-18 18:53:30 +0000 |
commit | 16adfa39330b7b1c6ac16b8127843e55f4233a29 (patch) | |
tree | 982debdfd67ed9a3005ebb43927d8338f0712faa /gyp | |
parent | e719577fe8ac3de38795cde2007337f854d97435 (diff) |
Viewer builds (for Windows) with GN
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3599
Change-Id: Id6a142f90f544bef266d78e385f22e17288d5064
Reviewed-on: https://skia-review.googlesource.com/3599
Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/viewer.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp index 4317b8adb3..033232a35a 100644 --- a/gyp/viewer.gyp +++ b/gyp/viewer.gyp @@ -52,6 +52,7 @@ ], 'dependencies': [ 'flags.gyp:flags', + 'flags.gyp:flags_common', 'gputest.gyp:skgputest', 'jsoncpp.gyp:jsoncpp', 'skia_lib.gyp:skia_lib', |