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

Side by Side Diff: content/DEPS

Issue 6537015: Start moving core pieces of Chrome multi-process code to src\content. (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
OLDNEW
(Empty)
1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content.
3 include_rules = [
4 "+app",
5
6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES.
7 # When the src\content refactoring is complete, this will be unnecessary (and
8 # in fact, a layering violation).
9 "+chrome",
10
11 "+grit",
12 "+net",
13
14 # Don't allow inclusion of these other libs we shouldn't be calling directly.
15 "-v8",
16 "-tools",
17
18 # Allow inclusion of WebKit API files.
19 "+third_party/WebKit/Source/WebKit/chromium",
20
21 "+ui",
22 "+webkit",
23 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/OWNERS » ('j') | content/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698