summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsherouk <sherouk@google.com>2015-08-24 09:29:44 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-24 16:30:26 +0000
commit2866d66d474e2993f10276241b7789063c8c0454 (patch)
tree9a93345f953334fd433dd72c39c3c297d4e9d8b7
parent9f93c68acf3d96c9c8cede35cd719a6987a5ca43 (diff)
downloadchromium_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.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index da31987..3afc757 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",