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
changes/60/343160/1
rmistry@google.com 9 years ago
parent 121126fec5
commit da3bfae5bb

@ -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):

Loading…
Cancel
Save