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

Side by Side Diff: chrome/browser/DEPS

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 "+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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "+webkit/plugins", # Defines some types that are marshalled over IPC. 60 "+webkit/plugins", # Defines some types that are marshalled over IPC.
61 "+webkit/quota", 61 "+webkit/quota",
62 62
63 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 63 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
64 # up webkit/. crbug.com/239710 64 # up webkit/. crbug.com/239710
65 "+webkit/browser", 65 "+webkit/browser",
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/common/cursors/webcursor.h",
70 "+webkit/glue/glue_serialize.h", 71 "+webkit/glue/glue_serialize.h",
71 "+webkit/glue/image_decoder.h", 72 "+webkit/glue/image_decoder.h",
72 "+webkit/glue/resource_type.h", 73 "+webkit/glue/resource_type.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",
76 "+webkit/glue/webmenuitem.h", 76 "+webkit/glue/webmenuitem.h",
77 "+webkit/glue/webpreferences.h", 77 "+webkit/glue/webpreferences.h",
78 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 78 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
79 79
80 "-chrome/browser/ui/views", 80 "-chrome/browser/ui/views",
81 81
82 # Other libraries. 82 # Other libraries.
83 "+chrome/third_party/mozilla_security_manager", 83 "+chrome/third_party/mozilla_security_manager",
84 "+libxml", # For search engine definition parsing. 84 "+libxml", # For search engine definition parsing.
85 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 85 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
86 "+third_party/bzip2", 86 "+third_party/bzip2",
87 "+third_party/cld", 87 "+third_party/cld",
88 "+third_party/expat", 88 "+third_party/expat",
89 "+third_party/iaccessible2", 89 "+third_party/iaccessible2",
90 "+third_party/icu", 90 "+third_party/icu",
91 "+third_party/isimpledom", 91 "+third_party/isimpledom",
92 "+third_party/leveldatabase", 92 "+third_party/leveldatabase",
93 "+third_party/libevent", # For the remote V8 debugging server 93 "+third_party/libevent", # For the remote V8 debugging server
94 "+third_party/libjingle", 94 "+third_party/libjingle",
95 "+third_party/protobuf/src/google/protobuf", 95 "+third_party/protobuf/src/google/protobuf",
96 "+third_party/re2", 96 "+third_party/re2",
97 "+third_party/sqlite", 97 "+third_party/sqlite",
98 "+third_party/undoview", 98 "+third_party/undoview",
99 ] 99 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698