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

Side by Side Diff: chrome/browser/DEPS

Issue 16216007: split webkit/glue/webpreferences to common and renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new location for public/platform 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
« no previous file with comments | « android_webview/native/aw_settings.cc ('k') | chrome/browser/chrome_content_browser_client.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # webkit/glue files are listed individually since they aren't conceptually 63 # webkit/glue files are listed individually since they aren't conceptually
64 # grouped like the other webkit/ files, and can therefore be tackled one at 64 # grouped like the other webkit/ files, and can therefore be tackled one at
65 # a time. 65 # a time.
66 "+webkit/glue/glue_serialize.h", 66 "+webkit/glue/glue_serialize.h",
67 "+webkit/glue/image_decoder.h", 67 "+webkit/glue/image_decoder.h",
68 "+webkit/glue/resource_type.h", 68 "+webkit/glue/resource_type.h",
69 "+webkit/glue/webcursor.h", 69 "+webkit/glue/webcursor.h",
70 "+webkit/glue/webdropdata.h", 70 "+webkit/glue/webdropdata.h",
71 "+webkit/glue/webkit_glue.h", 71 "+webkit/glue/webkit_glue.h",
72 "+webkit/glue/webmenuitem.h", 72 "+webkit/glue/webmenuitem.h",
73 "+webkit/glue/webpreferences.h",
74 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 73 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
75 74
76 "-chrome/browser/ui/views", 75 "-chrome/browser/ui/views",
77 76
78 # Other libraries. 77 # Other libraries.
79 "+chrome/third_party/mozilla_security_manager", 78 "+chrome/third_party/mozilla_security_manager",
80 "+libxml", # For search engine definition parsing. 79 "+libxml", # For search engine definition parsing.
81 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 80 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
82 "+third_party/bzip2", 81 "+third_party/bzip2",
83 "+third_party/cld", 82 "+third_party/cld",
84 "+third_party/expat", 83 "+third_party/expat",
85 "+third_party/iaccessible2", 84 "+third_party/iaccessible2",
86 "+third_party/icu", 85 "+third_party/icu",
87 "+third_party/isimpledom", 86 "+third_party/isimpledom",
88 "+third_party/leveldatabase", 87 "+third_party/leveldatabase",
89 "+third_party/libevent", # For the remote V8 debugging server 88 "+third_party/libevent", # For the remote V8 debugging server
90 "+third_party/libjingle", 89 "+third_party/libjingle",
91 "+third_party/protobuf/src/google/protobuf", 90 "+third_party/protobuf/src/google/protobuf",
92 "+third_party/re2", 91 "+third_party/re2",
93 "+third_party/sqlite", 92 "+third_party/sqlite",
94 "+third_party/undoview", 93 "+third_party/undoview",
95 ] 94 ]
OLDNEW
« no previous file with comments | « android_webview/native/aw_settings.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698