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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/DEPS
===================================================================
--- content/DEPS (revision 0)
+++ content/DEPS (revision 0)
@@ -0,0 +1,25 @@
+# Do NOT add chrome to the list below. We shouldn't be including files from
+# src/chrome in src/webkit.
+include_rules = [
+ "+net",
+
+ # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES.
+ # When the src\content refactoring is complete, this will be unnecessary (and
+ # in fact, a layering violation).
+ "+chrome",
+
+ # Don't allow inclusion of these other libs we shouldn't be calling directly.
+ "-v8",
+ "-tools",
+
+ # Allow inclusion of WebKit API files.
+ "+third_party/WebKit/Source/WebKit/chromium",
+
+ # Allow inclusion of third-party code:
+ "+third_party/mozilla", # Mozilla interface headers.
+ "+third_party/npapi", # NPAPI interface headers.
+ "+third_party/tcmalloc", # tcmallo
+ "+third_party/GTM", # Google Toolbox for Mac.
+
+ "+ui",
+]
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698