Skip to content

Commit

Permalink
Fix benign warning about adding a Skia GN arg that has deprecated. (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Apr 21, 2017
1 parent 9740093 commit ff941a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def to_gn_args(args):
# Configure Skia for Vulkan support.
gn_args['skia_use_vulkan'] = True
gn_args['skia_link_with_vulkan'] = False
gn_args['skia_vulkan_headers_path'] = '//third_party/vulkan/src'

return gn_args

Expand Down

0 comments on commit ff941a4

Please sign in to comment.