aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-09-06 17:17:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-06 23:12:28 +0000
commit276066b517b116afdd23bdbd72902469de2ceb01 (patch)
tree17a2c8e2a8d8a6f927318518e11fbc45c75c5ef8 /BUILD.gn
parent3de0e496b5215bcf4b26db2d69dc84376dfd68d2 (diff)
[MDBViz] Switch from a QListView to a QTreeView for the ops
This lets us open & close groups and automates the hierarchy. Change-Id: Ib6f0850a49b793d824fc25aa16be78e6a1a93d9e Reviewed-on: https://skia-review.googlesource.com/43280 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6796850573..1c328b0452 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1736,6 +1736,7 @@ if (skia_enable_tools) {
]
include_dirs = [
"$skia_qt_path/include",
+ "$skia_qt_path/include/QtCore",
"$skia_qt_path/include/QtWidgets",
"tools",
"tools/debugger",