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

Side by Side Diff: chrome/DEPS

Issue 10832064: contacts: Add contacts::ContactDatabase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one parameter per line 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/contacts/contact_database.h » ('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 "+ash", 2 "+ash",
3 "+crypto", 3 "+crypto",
4 "+gpu", 4 "+gpu",
5 "+jni", 5 "+jni",
6 "+leveldb",
6 "+net", 7 "+net",
7 "+printing", 8 "+printing",
8 "+sql", 9 "+sql",
9 # Browser, renderer, common and tests access V8 for various purposes. 10 # Browser, renderer, common and tests access V8 for various purposes.
10 "-v8", 11 "-v8",
11 "+v8/include", 12 "+v8/include",
12 13
13 # Limit what we include from nacl. 14 # Limit what we include from nacl.
14 "-native_client", 15 "-native_client",
15 "+native_client/src/trusted/service_runtime/osx", 16 "+native_client/src/trusted/service_runtime/osx",
(...skipping 27 matching lines...) Expand all
43 "+webkit/fileapi", 44 "+webkit/fileapi",
44 "+webkit/quota", 45 "+webkit/quota",
45 46
46 # Allow inclusion of third-party code: 47 # Allow inclusion of third-party code:
47 "+third_party/hunspell", 48 "+third_party/hunspell",
48 "+third_party/icon_family", # IconFamily for Mac. 49 "+third_party/icon_family", # IconFamily for Mac.
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/contacts/contact_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698