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

Side by Side Diff: apps/DEPS

Issue 2866073002: AppShell: pass command-line files to app as launch data (Closed)
Patch Set: Exclude app shell from //apps Created 3 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
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('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 "+content/public/browser", 2 "+content/public/browser",
3 "+content/public/common", 3 "+content/public/common",
4 "+content/public/test", 4 "+content/public/test",
5 "+components/keyed_service", 5 "+components/keyed_service",
6 "+components/user_manager", 6 "+components/user_manager",
7 "+extensions", 7 "+extensions",
8 # app_shell may depend on apps, but not vice versa.
9 "-extensions/shell",
8 "+net/base", 10 "+net/base",
9 ] 11 ]
10 12
11 specific_include_rules = { 13 specific_include_rules = {
12 "(.*test\.cc|.*test_mac\.mm)": [ 14 "(.*test\.cc|.*test_mac\.mm)": [
13 "+chrome/browser/extensions/extension_browsertest.h", 15 "+chrome/browser/extensions/extension_browsertest.h",
14 "+chrome/browser/extensions/extension_error_reporter.h", 16 "+chrome/browser/extensions/extension_error_reporter.h",
15 "+chrome/browser/extensions/extension_test_message_listener.h", 17 "+chrome/browser/extensions/extension_test_message_listener.h",
16 "+chrome/browser/extensions/test_extension_environment.h", 18 "+chrome/browser/extensions/test_extension_environment.h",
17 "+chrome/browser/profiles/profile_manager.h", 19 "+chrome/browser/profiles/profile_manager.h",
18 "+chrome/browser/ui/simple_message_box_internal.h", 20 "+chrome/browser/ui/simple_message_box_internal.h",
19 "+chrome/common/chrome_switches.h", 21 "+chrome/common/chrome_switches.h",
20 "+chrome/test/base/testing_profile.h", 22 "+chrome/test/base/testing_profile.h",
21 # Temporary allowed testing include. 23 # Temporary allowed testing include.
22 # TODO(benwells): Move app_browsertest_util into apps component once there 24 # TODO(benwells): Move app_browsertest_util into apps component once there
23 # is an apps shell to test with. 25 # is an apps shell to test with.
24 "+chrome/browser/apps/app_browsertest_util.h", 26 "+chrome/browser/apps/app_browsertest_util.h",
25 # Pieces of the extensions system that need to move to src/extensions. 27 # Pieces of the extensions system that need to move to src/extensions.
26 # See http://crbug.com/162530 for details. 28 # See http://crbug.com/162530 for details.
27 "+chrome/browser/extensions/api/file_system/file_system_api.h", 29 "+chrome/browser/extensions/api/file_system/file_system_api.h",
28 ] 30 ]
29 } 31 }
OLDNEW
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698