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

Side by Side Diff: content/shell/browser/DEPS

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? Created 3 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 | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('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 "-content/shell/browser/layout_test", 2 "-content/shell/browser/layout_test",
3 "+components/keyed_service/content", 3 "+components/keyed_service/content",
4 "+device/geolocation", 4 "+device/geolocation",
5 "+services/navigation",
6 "+services/service_manager/public/cpp", 5 "+services/service_manager/public/cpp",
7 ] 6 ]
8 7
9 specific_include_rules = { 8 specific_include_rules = {
10 "shell\.cc": [ 9 "shell\.cc": [
11 "+content/shell/browser/layout_test", 10 "+content/shell/browser/layout_test",
12 ], 11 ],
13 } 12 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698