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

Side by Side Diff: chrome/browser/DEPS

Issue 203074: Refactor the DB code to make all DB layout tests pass on test_shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/browser/renderer_host/database_dispatcher_host.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", 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 "+webkit/database",
11 "+webkit/default_plugin", 12 "+webkit/default_plugin",
12 "+webkit/glue", # Defines some types that are marshalled over IPC. 13 "+webkit/glue", # Defines some types that are marshalled over IPC.
13 "+xib_localizers", # For generated mac localization helpers 14 "+xib_localizers", # For generated mac localization helpers
14 15
15 # Other libraries. 16 # Other libraries.
16 "+chrome/third_party/hunspell", 17 "+chrome/third_party/hunspell",
17 "+libxml", # For search engine definition parsing. 18 "+libxml", # For search engine definition parsing.
18 "+media/audio", # Chrome's lightweight audio library. 19 "+media/audio", # Chrome's lightweight audio library.
19 "+media/base", 20 "+media/base",
20 "+third_party/sqlite", 21 "+third_party/sqlite",
21 "+third_party/libevent", # For the remote V8 debugging server 22 "+third_party/libevent", # For the remote V8 debugging server
22 "+third_party/cld", 23 "+third_party/cld",
23 "+v8/include", # Browser uses V8 to get the version and run the debugger. 24 "+v8/include", # Browser uses V8 to get the version and run the debugger.
24 25
25 # FIXME: this should probably not be here, we need to find a better 26 # FIXME: this should probably not be here, we need to find a better
26 # structure for these includes. 27 # structure for these includes.
27 "+chrome/renderer", 28 "+chrome/renderer",
28 ] 29 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/database_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698