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

Side by Side Diff: apps/DEPS

Issue 149463002: [App Shell] Port app_shell to windows aura.(not use) (Closed) Base URL: https://github.com/mirrors/chromium.git@master
Patch Set: 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
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/shell/shell_main.cc » ('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/browser_context_keyed_service", 7 "+components/browser_context_keyed_service",
8 "+components/user_prefs/pref_registry_syncable.h", 8 "+components/user_prefs/pref_registry_syncable.h",
9 "+components/web_modal", 9 "+components/web_modal",
10 "+extensions", 10 "+extensions",
11 "+net/base", 11 "+net/base",
12 "+sandbox",
James Cook 2014/01/29 20:42:00 Consider limiting this to just the file or directo
Haojian Wu 2014/01/30 06:28:47 Done. move it to /apps/shell/DEPS file.
12 "+skia/ext", 13 "+skia/ext",
13 "+third_party/skia/include", 14 "+third_party/skia/include",
14 "+ui", 15 "+ui",
15 "+win8", 16 "+win8",
16 17
17 # Temporary allowed includes. 18 # Temporary allowed includes.
18 # TODO(benwells): remove these (http://crbug.com/159366) 19 # TODO(benwells): remove these (http://crbug.com/159366)
19 "+chrome/browser/chrome_notification_types.h", 20 "+chrome/browser/chrome_notification_types.h",
20 "+chrome/browser/chromeos/drive", 21 "+chrome/browser/chromeos/drive",
21 "+chrome/browser/chromeos/login/user_manager.h", 22 "+chrome/browser/chromeos/login/user_manager.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "+chrome/browser/ui/browser.h", 61 "+chrome/browser/ui/browser.h",
61 "+chrome/test/base/in_process_browser_test.h", 62 "+chrome/test/base/in_process_browser_test.h",
62 "+chrome/test/base/interactive_test_utils.h", 63 "+chrome/test/base/interactive_test_utils.h",
63 "+chrome/test/base/testing_profile.h", 64 "+chrome/test/base/testing_profile.h",
64 # Temporary allowed testing include. 65 # Temporary allowed testing include.
65 # TODO(benwells): Move app_browsertest_util into apps component once there 66 # TODO(benwells): Move app_browsertest_util into apps component once there
66 # is an apps shell to test with. 67 # is an apps shell to test with.
67 "+chrome/browser/apps/app_browsertest_util.h", 68 "+chrome/browser/apps/app_browsertest_util.h",
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/shell/shell_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698