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

Side by Side Diff: apps/DEPS

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ash (subdirs) Created 6 years, 10 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/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",
4 "+content/public/browser", 3 "+content/public/browser",
Jói 2014/02/03 10:43:14 Would it make sense to use more restrictive DEPS f
5 "+content/public/common", 4 "+content/public/common",
6 "+content/public/test", 5 "+content/public/test",
7 "+components/browser_context_keyed_service", 6 "+components/browser_context_keyed_service",
8 "+components/user_prefs/pref_registry_syncable.h", 7 "+components/user_prefs/pref_registry_syncable.h",
9 "+components/web_modal", 8 "+components/web_modal",
10 "+extensions", 9 "+extensions",
11 "+net/base", 10 "+net/base",
12 "+skia/ext", 11 "+skia/ext",
13 "+third_party/skia/include", 12 "+third_party/skia/include",
14 "+ui", 13 "+ui",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "+chrome/browser/ui/browser.h", 59 "+chrome/browser/ui/browser.h",
61 "+chrome/test/base/in_process_browser_test.h", 60 "+chrome/test/base/in_process_browser_test.h",
62 "+chrome/test/base/interactive_test_utils.h", 61 "+chrome/test/base/interactive_test_utils.h",
63 "+chrome/test/base/testing_profile.h", 62 "+chrome/test/base/testing_profile.h",
64 # Temporary allowed testing include. 63 # Temporary allowed testing include.
65 # TODO(benwells): Move app_browsertest_util into apps component once there 64 # TODO(benwells): Move app_browsertest_util into apps component once there
66 # is an apps shell to test with. 65 # is an apps shell to test with.
67 "+chrome/browser/apps/app_browsertest_util.h", 66 "+chrome/browser/apps/app_browsertest_util.h",
68 ] 67 ]
69 } 68 }
OLDNEW
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698