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

Side by Side Diff: apps/DEPS

Issue 580963002: Add a service to track devices selected by the user. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | apps/apps.gypi » ('j') | apps/apps.gypi » ('J')
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",
scheib 2014/09/18 20:31:48 Update apps/BUILD.gn also
Reilly Grant (use Gerrit) 2014/09/18 21:27:59 Done.
12 "+extensions", 13 "+extensions",
13 "+net/base", 14 "+net/base",
14 "+skia/ext", 15 "+skia/ext",
15 "+third_party/skia/include", 16 "+third_party/skia/include",
16 "+ui", 17 "+ui",
17 "+win8", 18 "+win8",
18 19
19 # Temporary allowed includes. 20 # Temporary allowed includes.
20 # TODO(benwells): remove these (http://crbug.com/159366) 21 # TODO(benwells): remove these (http://crbug.com/159366)
21 "+chrome/browser/chrome_notification_types.h", 22 "+chrome/browser/chrome_notification_types.h",
(...skipping 27 matching lines...) Expand all
49 "+chrome/browser/ui/browser.h", 50 "+chrome/browser/ui/browser.h",
50 "+chrome/test/base/in_process_browser_test.h", 51 "+chrome/test/base/in_process_browser_test.h",
51 "+chrome/test/base/interactive_test_utils.h", 52 "+chrome/test/base/interactive_test_utils.h",
52 "+chrome/test/base/testing_profile.h", 53 "+chrome/test/base/testing_profile.h",
53 # Temporary allowed testing include. 54 # Temporary allowed testing include.
54 # TODO(benwells): Move app_browsertest_util into apps component once there 55 # TODO(benwells): Move app_browsertest_util into apps component once there
55 # is an apps shell to test with. 56 # is an apps shell to test with.
56 "+chrome/browser/apps/app_browsertest_util.h", 57 "+chrome/browser/apps/app_browsertest_util.h",
57 ] 58 ]
58 } 59 }
OLDNEW
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/apps.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698