blob: cb177e3de8a6e8ea2458e2e4dec0b8f9f0abfab5 [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]a8cf61b2009-02-05 17:41:382 "+chrome/app",
3 "+chrome/app/theme", # For resource identifiers
4 "+chrome/app/locales",
[email protected]4ec7327e2008-08-18 23:59:515 "+chrome/installer",
[email protected]a8cf61b2009-02-05 17:41:386 "+chrome/personalization",
[email protected]4ec7327e2008-08-18 23:59:517 "+chrome/tools",
8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views",
[email protected]a8cf61b2009-02-05 17:41:3810 "+sandbox/src",
11 "+skia/include",
12 "+skia/ext",
[email protected]4ec7327e2008-08-18 23:59:5113 "+webkit/activex_shim",
14 "+webkit/default_plugin",
15 "+webkit/glue", # Defines some types that are marshalled over IPC.
16
17 # Other libraries.
18 "+chrome/third_party/hunspell",
[email protected]4ec7327e2008-08-18 23:59:5119 "+libxml", # For search engine definition parsing.
[email protected]329f3772009-02-04 19:47:5920 "+media/audio", # Chrome's lightweight audio library.
[email protected]0daa4fc2008-08-30 01:36:0221 "+third_party/sqlite",
[email protected]81c10582008-09-03 11:57:0122 "+v8/include", # Browser uses V8 to get the version and run the debugger.
[email protected]4ec7327e2008-08-18 23:59:5123
24 # FIXME: this should probably not be here, we need to find a better
25 # structure for these includes.
26 "+chrome/renderer",
27]