diff options
author | Derek Sollenberger <djsollen@google.com> | 2015-08-17 13:39:03 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2015-08-17 13:39:03 -0400 |
commit | b279668c645dcf1c001fb0b42a9f623522fbfefb (patch) | |
tree | 4207b75ba71573623dbcdca884a969c21a9551ce | |
parent | a408260bfa04ae259300da4769d18487c48825e8 (diff) |
fix typo in android_framework_lib.gyp
BUG=skia:
Review URL: https://codereview.chromium.org/1293183002 .
-rw-r--r-- | gyp/android_framework_lib.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/android_framework_lib.gyp b/gyp/android_framework_lib.gyp index a4fc1698eb..7bdc8b126f 100644 --- a/gyp/android_framework_lib.gyp +++ b/gyp/android_framework_lib.gyp @@ -11,7 +11,7 @@ 'codec.gyp:codec', 'core.gyp:core', 'effects.gyp:effects', - 'gpu.gyp:skgpu' + 'gpu.gyp:skgpu', 'images.gyp:images', 'opts.gyp:opts', 'pdf.gyp:pdf', |