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

Side by Side Diff: apps/DEPS

Issue 606503002: Rewrite apps::SavedDevicesService as extensions::DevicePermissionsManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments. Created 6 years, 2 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 | « apps/BUILD.gn ('k') | apps/apps.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 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+content/public/app", 3 "+content/public/app",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+content/public/common", 5 "+content/public/common",
6 "+content/public/test", 6 "+content/public/test",
7 "+components/keyed_service", 7 "+components/keyed_service",
8 "+components/pref_registry/pref_registry_syncable.h", 8 "+components/pref_registry/pref_registry_syncable.h",
9 "+components/sessions", 9 "+components/sessions",
10 "+components/user_manager", 10 "+components/user_manager",
11 "+components/web_modal", 11 "+components/web_modal",
12 "+device/usb",
13 "+extensions", 12 "+extensions",
14 "+net/base", 13 "+net/base",
15 "+skia/ext", 14 "+skia/ext",
16 "+third_party/skia/include", 15 "+third_party/skia/include",
17 "+ui", 16 "+ui",
18 "+win8", 17 "+win8",
19 18
20 # Temporary allowed includes. 19 # Temporary allowed includes.
21 # TODO(benwells): remove these (http://crbug.com/159366) 20 # TODO(benwells): remove these (http://crbug.com/159366)
22 "+chrome/browser/chrome_notification_types.h", 21 "+chrome/browser/chrome_notification_types.h",
(...skipping 27 matching lines...) Expand all
50 "+chrome/browser/ui/browser.h", 49 "+chrome/browser/ui/browser.h",
51 "+chrome/test/base/in_process_browser_test.h", 50 "+chrome/test/base/in_process_browser_test.h",
52 "+chrome/test/base/interactive_test_utils.h", 51 "+chrome/test/base/interactive_test_utils.h",
53 "+chrome/test/base/testing_profile.h", 52 "+chrome/test/base/testing_profile.h",
54 # Temporary allowed testing include. 53 # Temporary allowed testing include.
55 # TODO(benwells): Move app_browsertest_util into apps component once there 54 # TODO(benwells): Move app_browsertest_util into apps component once there
56 # is an apps shell to test with. 55 # is an apps shell to test with.
57 "+chrome/browser/apps/app_browsertest_util.h", 56 "+chrome/browser/apps/app_browsertest_util.h",
58 ] 57 ]
59 } 58 }
OLDNEW
« no previous file with comments | « apps/BUILD.gn ('k') | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698