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

Side by Side Diff: chrome/browser/DEPS

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase Created 11 years, 10 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/app/theme/theme_resources.rc ('k') | chrome/browser/autocomplete/autocomplete_popup.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/theme", # For resource identifiers
4 "+chrome/app/locales", 3 "+chrome/app/locales",
5 "+chrome/installer", 4 "+chrome/installer",
6 "+chrome/personalization", 5 "+chrome/personalization",
7 "+chrome/tools", 6 "+chrome/tools",
8 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 8 "+chrome/views",
9 "+grit", # For generated headers
10 "+sandbox/src", 10 "+sandbox/src",
11 "+skia/include", 11 "+skia/include",
12 "+skia/ext", 12 "+skia/ext",
13 "+webkit/activex_shim", 13 "+webkit/activex_shim",
14 "+webkit/default_plugin", 14 "+webkit/default_plugin",
15 "+webkit/glue", # Defines some types that are marshalled over IPC. 15 "+webkit/glue", # Defines some types that are marshalled over IPC.
16 16
17 # Other libraries. 17 # Other libraries.
18 "+chrome/third_party/hunspell", 18 "+chrome/third_party/hunspell",
19 "+libxml", # For search engine definition parsing. 19 "+libxml", # For search engine definition parsing.
20 "+media/audio", # Chrome's lightweight audio library. 20 "+media/audio", # Chrome's lightweight audio library.
21 "+third_party/sqlite", 21 "+third_party/sqlite",
22 "+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.
23 23
24 # 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
25 # structure for these includes. 25 # structure for these includes.
26 "+chrome/renderer", 26 "+chrome/renderer",
27 ] 27 ]
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.rc ('k') | chrome/browser/autocomplete/autocomplete_popup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698