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

Side by Side Diff: content/DEPS

Issue 6543033: Fix checkdeps failure and Linux shared dbg-shlib build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 "+app", 4 "+app",
5 5
6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. 6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES.
7 # When the src\content refactoring is complete, this will be unnecessary (and 7 # When the src\content refactoring is complete, this will be unnecessary (and
8 # in fact, a layering violation). 8 # in fact, a layering violation).
9 "+chrome", 9 "+chrome",
10 10
11 "+grit", 11 "+grit",
12 "+media",
12 "+net", 13 "+net",
14 "+ppapi",
15 "+printing",
16 "+skia",
13 17
14 # Don't allow inclusion of these other libs we shouldn't be calling directly. 18 # Don't allow inclusion of these other libs we shouldn't be calling directly.
15 "-v8", 19 "-v8",
16 "-tools", 20 "-tools",
17 21
22 "+third_party/npapi/bindings",
23 "+third_party/sqlite",
18 # Allow inclusion of WebKit API files. 24 # Allow inclusion of WebKit API files.
19 "+third_party/WebKit/Source/WebKit/chromium", 25 "+third_party/WebKit/Source/WebKit/chromium",
20 26
21 "+ui", 27 "+ui",
28 "+views",
22 "+webkit", 29 "+webkit",
23 ] 30 ]
OLDNEW
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698