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

Side by Side Diff: chrome/DEPS

Issue 10832064: contacts: Add contacts::ContactDatabase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try clearing bitmap pixels to see if it fixes some valgrind errors Created 8 years, 4 months 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ash", 2 "+ash",
3 "+crypto", 3 "+crypto",
4 "+gpu", 4 "+gpu",
5 "+jni", 5 "+jni",
6 "+net", 6 "+net",
7 "+printing", 7 "+printing",
8 "+sql", 8 "+sql",
9 # Browser, renderer, common and tests access V8 for various purposes. 9 # Browser, renderer, common and tests access V8 for various purposes.
10 "-v8", 10 "-v8",
(...skipping 28 matching lines...) Expand all
39 "+webkit/appcache", 39 "+webkit/appcache",
40 "+webkit/blob", 40 "+webkit/blob",
41 "+webkit/chromeos/fileapi", 41 "+webkit/chromeos/fileapi",
42 "+webkit/database", 42 "+webkit/database",
43 "+webkit/fileapi", 43 "+webkit/fileapi",
44 "+webkit/quota", 44 "+webkit/quota",
45 45
46 # Allow inclusion of third-party code: 46 # Allow inclusion of third-party code:
47 "+third_party/hunspell", 47 "+third_party/hunspell",
48 "+third_party/icon_family", # IconFamily for Mac. 48 "+third_party/icon_family", # IconFamily for Mac.
49 "+third_party/leveldb",
49 "+third_party/libxml", 50 "+third_party/libxml",
50 "+third_party/mozilla", # Mozilla interface headers. 51 "+third_party/mozilla", # Mozilla interface headers.
51 "+third_party/npapi", # NPAPI interface headers. 52 "+third_party/npapi", # NPAPI interface headers.
52 "+third_party/skia", 53 "+third_party/skia",
53 "+third_party/tcmalloc", # tcmallo 54 "+third_party/tcmalloc",
54 "+third_party/GTM", # Google Toolbox for Mac. 55 "+third_party/GTM", # Google Toolbox for Mac.
55 56
56 "+ui", 57 "+ui",
57 ] 58 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698