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

Side by Side Diff: content/DEPS

Issue 1118183003: content: Rename webkit_test_helpers.{cc,h} to blink_test_helpers.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content/shell/renderer/layout_test Created 5 years, 7 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 | « no previous file | content/content_shell.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 or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/app/resources/grit/content_resources.h", 7 "+content/app/resources/grit/content_resources.h",
8 "+content/common", 8 "+content/common",
9 "+content/grit", 9 "+content/grit",
10 "+content/public/common", 10 "+content/public/common",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "+ui/base/l10n/l10n_util_android.h", 106 "+ui/base/l10n/l10n_util_android.h",
107 "+ui/base/l10n/l10n_util_win.h", 107 "+ui/base/l10n/l10n_util_win.h",
108 108
109 # Content shouldn't depend on views. While we technically don't need this 109 # Content shouldn't depend on views. While we technically don't need this
110 # line, since the top level DEPS doesn't allow it, we add it to make this 110 # line, since the top level DEPS doesn't allow it, we add it to make this
111 # explicit. 111 # explicit.
112 "-ui/views", 112 "-ui/views",
113 113
114 "+storage/browser", 114 "+storage/browser",
115 "+storage/common", 115 "+storage/common",
116 "+webkit",
117 116
118 # For generated JNI includes. 117 # For generated JNI includes.
119 "+jni", 118 "+jni",
120 ] 119 ]
OLDNEW
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698