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

Side by Side Diff: chrome/browser/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/DEPS ('k') | chrome/browser/browser_process_impl.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", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chrome/views", 7 "+chrome/views",
8 "+grit", # For generated headers 8 "+grit", # For generated headers
9 "+sandbox/src", 9 "+sandbox/src",
10 "+skia/include", 10 "+skia/include",
11 "+skia/ext",
12 "+webkit/default_plugin", 11 "+webkit/default_plugin",
13 "+webkit/glue", # Defines some types that are marshalled over IPC. 12 "+webkit/glue", # Defines some types that are marshalled over IPC.
14 13
15 # Other libraries. 14 # Other libraries.
16 "+chrome/third_party/hunspell", 15 "+chrome/third_party/hunspell",
17 "+libxml", # For search engine definition parsing. 16 "+libxml", # For search engine definition parsing.
18 "+media/audio", # Chrome's lightweight audio library. 17 "+media/audio", # Chrome's lightweight audio library.
19 "+third_party/sqlite", 18 "+third_party/sqlite",
20 "+third_party/libevent", # For the remote V8 debugging server 19 "+third_party/libevent", # For the remote V8 debugging server
21 "+v8/include", # Browser uses V8 to get the version and run the debugger. 20 "+v8/include", # Browser uses V8 to get the version and run the debugger.
22 21
23 # FIXME: this should probably not be here, we need to find a better 22 # FIXME: this should probably not be here, we need to find a better
24 # structure for these includes. 23 # structure for these includes.
25 "+chrome/renderer", 24 "+chrome/renderer",
26 ] 25 ]
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698