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

Side by Side Diff: chrome/browser/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: DEPS. 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/app/locales", 4 "+chrome/app/locales",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/personalization", 6 "+chrome/personalization",
7 "+chrome/profile_import", 7 "+chrome/profile_import",
8 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 9 "+chrome/views",
10 "+chromeos", 10 "+chromeos",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+libxml", # For search engine definition parsing. 45 "+libxml", # For search engine definition parsing.
46 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 46 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
47 "+third_party/cld", 47 "+third_party/cld",
48 "+third_party/expat", 48 "+third_party/expat",
49 "+third_party/iaccessible2", 49 "+third_party/iaccessible2",
50 "+third_party/icu", 50 "+third_party/icu",
51 "+third_party/isimpledom", 51 "+third_party/isimpledom",
52 "+third_party/leveldatabase", 52 "+third_party/leveldatabase",
53 "+third_party/libevent", # For the remote V8 debugging server 53 "+third_party/libevent", # For the remote V8 debugging server
54 "+third_party/libjingle", 54 "+third_party/libjingle",
55 "+third_party/libxml", # For search engine definition parsing.
jam 2012/05/15 16:23:58 nit: just put this in chrome/DEPS instead of the 3
dtu 2012/05/15 20:51:00 Done.
55 "+third_party/protobuf/src/google/protobuf", 56 "+third_party/protobuf/src/google/protobuf",
56 "+third_party/sqlite", 57 "+third_party/sqlite",
57 "+third_party/undoview", 58 "+third_party/undoview",
58 59
59 # FIXME: these should probably not be here, we need to find a better 60 # FIXME: these should probably not be here, we need to find a better
60 # structure for these includes. 61 # structure for these includes.
61 "+chrome/renderer", 62 "+chrome/renderer",
62 ] 63 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698