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

Side by Side Diff: chrome/browser/DEPS

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | chrome/browser/extensions/api/page_capture/page_capture_api.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 "+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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+third_party/cros_system_api", 45 "+third_party/cros_system_api",
46 "+win8/util", 46 "+win8/util",
47 "+win8/viewer", 47 "+win8/viewer",
48 "+xib_localizers", # For generated mac localization helpers 48 "+xib_localizers", # For generated mac localization helpers
49 49
50 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 50 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
51 # webkit/. See crbug.com/146251 51 # webkit/. See crbug.com/146251
52 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 52 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
53 "+webkit/appcache", 53 "+webkit/appcache",
54 "+webkit/base/origin_url_conversions.h", 54 "+webkit/base/origin_url_conversions.h",
55 "+webkit/blob",
56 "+webkit/common/plugins", # Common plugins functionality. 55 "+webkit/common/plugins", # Common plugins functionality.
57 "+webkit/common/user_agent", 56 "+webkit/common/user_agent",
michaeln 2013/05/24 19:59:32 oh... i can delete the +webkit/common/subdirs here
58 "+webkit/dom_storage/dom_storage_types.h", 57 "+webkit/dom_storage/dom_storage_types.h",
59 "+webkit/fileapi", 58 "+webkit/fileapi",
60 "+webkit/plugins", # Defines some types that are marshalled over IPC. 59 "+webkit/plugins", # Defines some types that are marshalled over IPC.
61 "+webkit/quota", 60 "+webkit/quota",
62 61
63 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 62 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
64 # up webkit/. crbug.com/239710 63 # up webkit/. crbug.com/239710
65 "+webkit/browser", 64 "+webkit/browser",
65 "+webkit/common",
66 66
67 # webkit/glue files are listed individually since they aren't conceptually 67 # webkit/glue files are listed individually since they aren't conceptually
68 # grouped like the other webkit/ files, and can therefore be tackled one at 68 # grouped like the other webkit/ files, and can therefore be tackled one at
69 # a time. 69 # a time.
70 "+webkit/glue/glue_serialize.h", 70 "+webkit/glue/glue_serialize.h",
71 "+webkit/glue/image_decoder.h", 71 "+webkit/glue/image_decoder.h",
72 "+webkit/glue/resource_type.h", 72 "+webkit/glue/resource_type.h",
73 "+webkit/glue/webcursor.h", 73 "+webkit/glue/webcursor.h",
74 "+webkit/glue/webdropdata.h", 74 "+webkit/glue/webdropdata.h",
75 "+webkit/glue/webkit_glue.h", 75 "+webkit/glue/webkit_glue.h",
(...skipping 23 matching lines...) Expand all
99 "+third_party/icu", 99 "+third_party/icu",
100 "+third_party/isimpledom", 100 "+third_party/isimpledom",
101 "+third_party/leveldatabase", 101 "+third_party/leveldatabase",
102 "+third_party/libevent", # For the remote V8 debugging server 102 "+third_party/libevent", # For the remote V8 debugging server
103 "+third_party/libjingle", 103 "+third_party/libjingle",
104 "+third_party/protobuf/src/google/protobuf", 104 "+third_party/protobuf/src/google/protobuf",
105 "+third_party/re2", 105 "+third_party/re2",
106 "+third_party/sqlite", 106 "+third_party/sqlite",
107 "+third_party/undoview", 107 "+third_party/undoview",
108 ] 108 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/page_capture/page_capture_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698