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

Side by Side Diff: chrome/renderer/DEPS

Issue 123001: Move renderer_preferences.h from chrome/browser into chrome/common. We (Closed)
Patch Set: include deps Created 11 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
« no previous file with comments | « chrome/common/renderer_preferences.h ('k') | chrome/renderer/render_thread.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 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/personalization", 3 "+chrome/personalization",
4 "+chrome/plugin", 4 "+chrome/plugin",
5 "+grit", # For generated headers 5 "+grit", # For generated headers
6 "+media/audio", 6 "+media/audio",
7 "+media/base", 7 "+media/base",
8 "+media/filters", 8 "+media/filters",
9 "+sandbox/src", 9 "+sandbox/src",
10 "+skia/ext", 10 "+skia/ext",
11 "+skia/include", 11 "+skia/include",
12 "+webkit/default_plugin", 12 "+webkit/default_plugin",
13 "+webkit/extensions", 13 "+webkit/extensions",
14 "+webkit/glue", 14 "+webkit/glue",
15 "+webkit/glue/plugins", 15 "+webkit/glue/plugins",
16 "+v8/include", 16 "+v8/include",
17 17
18 # FIXME - refactor code and remove these dependencies 18 # FIXME - refactor code and remove these dependencies
19 "+chrome/browser/net", 19 "+chrome/browser/net",
20 "+chrome/views", 20 "+chrome/views",
21 "+chrome/browser",
22 ] 21 ]
23 22
OLDNEW
« no previous file with comments | « chrome/common/renderer_preferences.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698