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

Side by Side Diff: chrome/DEPS

Issue 10251004: Move libxml_utils from chrome/common to third_party/libxml/chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromium/include/libxml/ --> chromium/. Created 8 years, 7 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/dbus/introspect_util.cc » ('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 "+native_client", 5 "+native_client",
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 26 matching lines...) Expand all
37 "+webkit/appcache", 37 "+webkit/appcache",
38 "+webkit/blob", 38 "+webkit/blob",
39 "+webkit/chromeos/fileapi", 39 "+webkit/chromeos/fileapi",
40 "+webkit/database", 40 "+webkit/database",
41 "+webkit/fileapi", 41 "+webkit/fileapi",
42 "+webkit/quota", 42 "+webkit/quota",
43 43
44 # Allow inclusion of third-party code: 44 # Allow inclusion of third-party code:
45 "+third_party/hunspell", 45 "+third_party/hunspell",
46 "+third_party/icon_family", # IconFamily for Mac. 46 "+third_party/icon_family", # IconFamily for Mac.
47 "+third_party/libxml",
47 "+third_party/mozilla", # Mozilla interface headers. 48 "+third_party/mozilla", # Mozilla interface headers.
48 "+third_party/npapi", # NPAPI interface headers. 49 "+third_party/npapi", # NPAPI interface headers.
49 "+third_party/skia", 50 "+third_party/skia",
50 "+third_party/tcmalloc", # tcmallo 51 "+third_party/tcmalloc", # tcmallo
51 "+third_party/GTM", # Google Toolbox for Mac. 52 "+third_party/GTM", # Google Toolbox for Mac.
52 53
53 "+ui", 54 "+ui",
54 ] 55 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/dbus/introspect_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698