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

Side by Side Diff: chrome/browser/DEPS

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more rebase 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 | 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
60 # webkit/glue files are listed individually since they aren't conceptually 65 # webkit/glue files are listed individually since they aren't conceptually
61 # grouped like the other webkit/ files, and can therefore be tackled one at 66 # grouped like the other webkit/ files, and can therefore be tackled one at
62 # a time. 67 # a time.
63 "+webkit/glue/glue_serialize.h", 68 "+webkit/glue/glue_serialize.h",
64 "+webkit/glue/image_decoder.h", 69 "+webkit/glue/image_decoder.h",
65 "+webkit/glue/resource_type.h", 70 "+webkit/glue/resource_type.h",
66 "+webkit/glue/webcursor.h", 71 "+webkit/glue/webcursor.h",
67 "+webkit/glue/webdropdata.h", 72 "+webkit/glue/webdropdata.h",
68 "+webkit/glue/webkit_glue.h", 73 "+webkit/glue/webkit_glue.h",
69 "+webkit/glue/webmenuitem.h", 74 "+webkit/glue/webmenuitem.h",
(...skipping 22 matching lines...) Expand all
92 "+third_party/icu", 97 "+third_party/icu",
93 "+third_party/isimpledom", 98 "+third_party/isimpledom",
94 "+third_party/leveldatabase", 99 "+third_party/leveldatabase",
95 "+third_party/libevent", # For the remote V8 debugging server 100 "+third_party/libevent", # For the remote V8 debugging server
96 "+third_party/libjingle", 101 "+third_party/libjingle",
97 "+third_party/protobuf/src/google/protobuf", 102 "+third_party/protobuf/src/google/protobuf",
98 "+third_party/re2", 103 "+third_party/re2",
99 "+third_party/sqlite", 104 "+third_party/sqlite",
100 "+third_party/undoview", 105 "+third_party/undoview",
101 ] 106 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698