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

Side by Side Diff: chrome/renderer/DEPS

Issue 126101: Adds kind-of-live thumbnail generation for a potential tab switcher. (Closed)
Patch Set: For Checking hopefully 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/transport_dib_win.cc ('k') | chrome/renderer/render_process.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 "+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/plugin", 3 "+chrome/plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+media/audio", 5 "+media/audio",
6 "+media/base", 6 "+media/base",
7 "+media/filters", 7 "+media/filters",
8 "+sandbox/src", 8 "+sandbox/src",
9 "+skia/ext",
10 "+skia/include", 9 "+skia/include",
11 "+webkit/default_plugin", 10 "+webkit/default_plugin",
12 "+webkit/extensions", 11 "+webkit/extensions",
13 "+webkit/glue", 12 "+webkit/glue",
14 "+webkit/glue/plugins", 13 "+webkit/glue/plugins",
15 "+v8/include", 14 "+v8/include",
16 15
17 # FIXME - refactor code and remove these dependencies 16 # FIXME - refactor code and remove these dependencies
18 "+chrome/browser/net", 17 "+chrome/browser/net",
19 ] 18 ]
20 19
OLDNEW
« no previous file with comments | « chrome/common/transport_dib_win.cc ('k') | chrome/renderer/render_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698