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

Side by Side Diff: apps/DEPS

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/prefs.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 "+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/user_prefs/pref_registry_syncable.h", 8 "+components/pref_registry/pref_registry_syncable.h",
9 "+components/web_modal", 9 "+components/web_modal",
10 "+extensions", 10 "+extensions",
11 "+net/base", 11 "+net/base",
12 "+skia/ext", 12 "+skia/ext",
13 "+third_party/skia/include", 13 "+third_party/skia/include",
14 "+ui", 14 "+ui",
15 "+win8", 15 "+win8",
16 16
17 # Temporary allowed includes. 17 # Temporary allowed includes.
18 # TODO(benwells): remove these (http://crbug.com/159366) 18 # TODO(benwells): remove these (http://crbug.com/159366)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "+chrome/browser/ui/browser.h", 52 "+chrome/browser/ui/browser.h",
53 "+chrome/test/base/in_process_browser_test.h", 53 "+chrome/test/base/in_process_browser_test.h",
54 "+chrome/test/base/interactive_test_utils.h", 54 "+chrome/test/base/interactive_test_utils.h",
55 "+chrome/test/base/testing_profile.h", 55 "+chrome/test/base/testing_profile.h",
56 # Temporary allowed testing include. 56 # Temporary allowed testing include.
57 # TODO(benwells): Move app_browsertest_util into apps component once there 57 # TODO(benwells): Move app_browsertest_util into apps component once there
58 # is an apps shell to test with. 58 # is an apps shell to test with.
59 "+chrome/browser/apps/app_browsertest_util.h", 59 "+chrome/browser/apps/app_browsertest_util.h",
60 ] 60 ]
61 } 61 }
OLDNEW
« no previous file with comments | « no previous file | apps/prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698