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

Side by Side Diff: chrome/browser/DEPS

Issue 155774: Starting mac l10n:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
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/default_plugin", 11 "+webkit/default_plugin",
12 "+webkit/glue", # Defines some types that are marshalled over IPC. 12 "+webkit/glue", # Defines some types that are marshalled over IPC.
13 "+xib_localizers", # For generated mac localization helpers
13 14
14 # Other libraries. 15 # Other libraries.
15 "+chrome/third_party/hunspell", 16 "+chrome/third_party/hunspell",
16 "+libxml", # For search engine definition parsing. 17 "+libxml", # For search engine definition parsing.
17 "+media/audio", # Chrome's lightweight audio library. 18 "+media/audio", # Chrome's lightweight audio library.
18 "+third_party/sqlite", 19 "+third_party/sqlite",
19 "+third_party/libevent", # For the remote V8 debugging server 20 "+third_party/libevent", # For the remote V8 debugging server
20 "+third_party/cld", 21 "+third_party/cld",
21 "+v8/include", # Browser uses V8 to get the version and run the debugger. 22 "+v8/include", # Browser uses V8 to get the version and run the debugger.
22 23
23 # FIXME: this should probably not be here, we need to find a better 24 # FIXME: this should probably not be here, we need to find a better
24 # structure for these includes. 25 # structure for these includes.
25 "+chrome/renderer", 26 "+chrome/renderer",
26 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698