diff options
author | sherouk <sherouk@google.com> | 2015-08-24 09:29:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-24 16:30:26 +0000 |
commit | 2866d66d474e2993f10276241b7789063c8c0454 (patch) | |
tree | 9a93345f953334fd433dd72c39c3c297d4e9d8b7 | |
parent | 9f93c68acf3d96c9c8cede35cd719a6987a5ca43 (diff) | |
download | chromium_src-2866d66d474e2993f10276241b7789063c8c0454.zip chromium_src-2866d66d474e2993f10276241b7789063c8c0454.tar.gz chromium_src-2866d66d474e2993f10276241b7789063c8c0454.tar.bz2 |
Adding skia to dependencies.
BUG=459705
Review URL: https://codereview.chromium.org/1307943002
Cr-Commit-Position: refs/heads/master@{#345089}
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,6 +68,7 @@ group("both_gn_and_gyp") { "//base:base_unittests", "//sql:sql_unittests", "//net:net_unittests", + "//skia:skia_unittests", "//ui/base:ui_base_unittests", "//url:url_unittests", ] @@ -139,7 +140,6 @@ group("both_gn_and_gyp") { "//ppapi/examples/video_effects", "//ppapi/examples/video_encode", "//printing:printing_unittests", - "//skia:skia_unittests", "//sync:sync_unit_tests", "//third_party/WebKit/Source/platform:heap_unittests", "//third_party/WebKit/Source/platform:platform_unittests", |