Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Side by Side Diff: ios/web/DEPS

Issue 771723002: Add support for decoding WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-browser-state
Patch Set: Rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/ios_tests_unit.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net", 2 "+net",
3 "+third_party/libwebp/webp",
3 "+ui", 4 "+ui",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 ".*\.cc$": [ 8 ".*\.cc$": [
8 # Allow browser_thread.h until a web/ replacement is built out. Note that 9 # Allow browser_thread.h until a web/ replacement is built out. Note that
9 # headers in public/ are not subject to this exception. 10 # headers in public/ are not subject to this exception.
10 "+content/public/browser/browser_thread.h", 11 "+content/public/browser/browser_thread.h",
11 ], 12 ],
12 } 13 }
OLDNEW
« no previous file with comments | « ios/ios_tests_unit.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698