blob: d5be2b88052efc0d67246315c3de7979f5256f1f [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]a8cf61b2009-02-05 17:41:382 "+chrome/app",
[email protected]a8cf61b2009-02-05 17:41:383 "+chrome/app/locales",
[email protected]4ec7327e2008-08-18 23:59:514 "+chrome/installer",
[email protected]a8cf61b2009-02-05 17:41:385 "+chrome/personalization",
[email protected]4ec7327e2008-08-18 23:59:516 "+chrome/tools/profiles", # For history unit tests.
7 "+chrome/views",
[email protected]79a634352009-02-12 17:14:078 "+grit", # For generated headers
[email protected]a8cf61b2009-02-05 17:41:389 "+sandbox/src",
10 "+skia/include",
[email protected]4ec7327e2008-08-18 23:59:5111 "+webkit/default_plugin",
12 "+webkit/glue", # Defines some types that are marshalled over IPC.
13
14 # Other libraries.
15 "+chrome/third_party/hunspell",
[email protected]4ec7327e2008-08-18 23:59:5116 "+libxml", # For search engine definition parsing.
[email protected]329f3772009-02-04 19:47:5917 "+media/audio", # Chrome's lightweight audio library.
[email protected]0daa4fc2008-08-30 01:36:0218 "+third_party/sqlite",
[email protected]98f5f88b2009-04-10 13:52:3019 "+third_party/libevent", # For the remote V8 debugging server
[email protected]5c4266922009-07-10 16:41:2720 "+third_party/cld",
[email protected]81c10582008-09-03 11:57:0121 "+v8/include", # Browser uses V8 to get the version and run the debugger.
[email protected]4ec7327e2008-08-18 23:59:5122
23 # FIXME: this should probably not be here, we need to find a better
24 # structure for these includes.
25 "+chrome/renderer",
26]