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

Side by Side Diff: content/DEPS

Issue 6538111: Move the rest of the core files in chrome\browser to content\browser.... (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 | « chrome/chrome_tests.gypi ('k') | content/browser/gpu.sb » ('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 "+media",
13 "+net", 13 "+net",
14 "+ppapi", 14 "+ppapi",
15 "+printing", 15 "+printing",
16 "+sandbox",
16 "+skia", 17 "+skia",
17 18
18 # Don't allow inclusion of these other libs we shouldn't be calling directly. 19 # Don't allow inclusion of these other libs we shouldn't be calling directly.
19 "-v8", 20 "-v8",
20 "-tools", 21 "-tools",
21 22
22 "+third_party/npapi/bindings", 23 "+third_party/npapi/bindings",
23 "+third_party/sqlite", 24 "+third_party/sqlite",
24 # Allow inclusion of WebKit API files. 25 # Allow inclusion of WebKit API files.
25 "+third_party/WebKit/Source/WebKit/chromium", 26 "+third_party/WebKit/Source/WebKit/chromium",
26 27
27 "+ui", 28 "+ui",
28 "+views", 29 "+views",
29 "+webkit", 30 "+webkit",
30 ] 31 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/gpu.sb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698