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

Side by Side Diff: components/subresource_filter/DEPS

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 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
« no previous file with comments | « no previous file | components/test_runner/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/prefs", 2 "+components/prefs",
3 "+components/test_runner",
dcheng 2017/02/21 21:51:45 Doesn't appear to be used.
4 "+components/variations", 3 "+components/variations",
5 # subresource_filter is a layered component; subdirectories must explicitly 4 # subresource_filter is a layered component; subdirectories must explicitly
6 # introduce the ability to use non-core layers as appropriate. 5 # introduce the ability to use non-core layers as appropriate.
7 "-components/subresource_filter/content", 6 "-components/subresource_filter/content",
8 "+net/base", 7 "+net/base",
9 "+third_party/flatbuffers", 8 "+third_party/flatbuffers",
10 "+third_party/protobuf", 9 "+third_party/protobuf",
11 ] 10 ]
OLDNEW
« no previous file with comments | « no previous file | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698