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

Side by Side Diff: components/subresource_filter/DEPS

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/prefs", 2 "+components/prefs",
3 "+components/test_runner", 3 "+content/shell/test_runner",
4 "+components/variations", 4 "+components/variations",
5 # subresource_filter is a layered component; subdirectories must explicitly 5 # subresource_filter is a layered component; subdirectories must explicitly
6 # introduce the ability to use non-core layers as appropriate. 6 # introduce the ability to use non-core layers as appropriate.
7 "-components/subresource_filter/content", 7 "-components/subresource_filter/content",
8 "+net/base", 8 "+net/base",
9 "+third_party/flatbuffers", 9 "+third_party/flatbuffers",
10 "+third_party/protobuf", 10 "+third_party/protobuf",
11 ] 11 ]
OLDNEW
« no previous file with comments | « no previous file | components/test_runner/BUILD.gn » ('j') | content/shell/test_runner/test_preferences.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698