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

Side by Side Diff: trunk/src/chrome/browser/DEPS

Issue 15292007: Revert 200828 "Move webkit/fileapi/file_system_mount_point_provi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | trunk/src/chrome/browser/chromeos/drive/file_system_util_unittest.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 "+apps", 2 "+apps",
3 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/browser", 8 "+components/autofill/browser",
9 "+components/autofill/common", 9 "+components/autofill/common",
10 "+components/auto_login_parser", 10 "+components/auto_login_parser",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 50 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
51 "+webkit/appcache", 51 "+webkit/appcache",
52 "+webkit/base/origin_url_conversions.h", 52 "+webkit/base/origin_url_conversions.h",
53 "+webkit/blob", 53 "+webkit/blob",
54 "+webkit/database", 54 "+webkit/database",
55 "+webkit/dom_storage/dom_storage_types.h", 55 "+webkit/dom_storage/dom_storage_types.h",
56 "+webkit/fileapi", 56 "+webkit/fileapi",
57 "+webkit/plugins", # Defines some types that are marshalled over IPC. 57 "+webkit/plugins", # Defines some types that are marshalled over IPC.
58 "+webkit/quota", 58 "+webkit/quota",
59 "+webkit/user_agent", 59 "+webkit/user_agent",
60
61 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
62 # up webkit/. crbug.com/239710
63 "+webkit/browser",
64
65 # webkit/glue files are listed individually since they aren't conceptually 60 # webkit/glue files are listed individually since they aren't conceptually
66 # grouped like the other webkit/ files, and can therefore be tackled one at 61 # grouped like the other webkit/ files, and can therefore be tackled one at
67 # a time. 62 # a time.
68 "+webkit/glue/glue_serialize.h", 63 "+webkit/glue/glue_serialize.h",
69 "+webkit/glue/image_decoder.h", 64 "+webkit/glue/image_decoder.h",
70 "+webkit/glue/resource_type.h", 65 "+webkit/glue/resource_type.h",
71 "+webkit/glue/webcursor.h", 66 "+webkit/glue/webcursor.h",
72 "+webkit/glue/webdropdata.h", 67 "+webkit/glue/webdropdata.h",
73 "+webkit/glue/webkit_glue.h", 68 "+webkit/glue/webkit_glue.h",
74 "+webkit/glue/webmenuitem.h", 69 "+webkit/glue/webmenuitem.h",
(...skipping 22 matching lines...) Expand all
97 "+third_party/icu", 92 "+third_party/icu",
98 "+third_party/isimpledom", 93 "+third_party/isimpledom",
99 "+third_party/leveldatabase", 94 "+third_party/leveldatabase",
100 "+third_party/libevent", # For the remote V8 debugging server 95 "+third_party/libevent", # For the remote V8 debugging server
101 "+third_party/libjingle", 96 "+third_party/libjingle",
102 "+third_party/protobuf/src/google/protobuf", 97 "+third_party/protobuf/src/google/protobuf",
103 "+third_party/re2", 98 "+third_party/re2",
104 "+third_party/sqlite", 99 "+third_party/sqlite",
105 "+third_party/undoview", 100 "+third_party/undoview",
106 ] 101 ]
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/browser/chromeos/drive/file_system_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698