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

Side by Side Diff: extensions/browser/DEPS

Issue 2859423003: Remove ShellExtensionSystem::LaunchApp
Patch Set: 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 | « no previous file | extensions/browser/guest_view/app_view/app_view_apitest.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 "+chromeos", 2 "+chromeos",
3 "+components/guest_view", 3 "+components/guest_view",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/sessions", 6 "+components/sessions",
7 "+components/storage_monitor", 7 "+components/storage_monitor",
8 "+components/sync", 8 "+components/sync",
9 "+components/sync_preferences", 9 "+components/sync_preferences",
10 "+components/update_client", 10 "+components/update_client",
(...skipping 18 matching lines...) Expand all
29 "+third_party/leveldatabase", 29 "+third_party/leveldatabase",
30 "+third_party/re2", 30 "+third_party/re2",
31 "+third_party/WebKit/public/platform", 31 "+third_party/WebKit/public/platform",
32 "+third_party/WebKit/public/web", 32 "+third_party/WebKit/public/web",
33 "+third_party/zlib/google", 33 "+third_party/zlib/google",
34 "+ui/display", 34 "+ui/display",
35 ] 35 ]
36 36
37 specific_include_rules = { 37 specific_include_rules = {
38 ".*test\.cc$": [ 38 ".*test\.cc$": [
39 "+apps",
39 "+components/user_prefs", 40 "+components/user_prefs",
40 ] 41 ]
41 } 42 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/guest_view/app_view/app_view_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698