Commit da3bfae5 authored by rmistry@google.com's avatar rmistry@google.com

Add Skia to list of can-be-patched projects in chromium checkout.

BUG=

Review-Url: https://codereview.chromium.org/1929993002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300287 0039d316-1c4b-4281-b951-d872f2087c98
parent 121126fe
......@@ -167,6 +167,7 @@ def chromium_bare(c):
p['angle/angle'] = ('src/third_party/angle', None)
p['blink'] = ('src/third_party/WebKit', None)
p['pdfium'] = ('src/third_party/pdfium', 'HEAD')
p['skia'] = ('src/third_party/skia', 'HEAD')
@config_ctx(includes=['chromium_bare'])
def chromium_empty(c):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment