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

Side by Side Diff: apps/DEPS

Issue 2180853004: Revert of Restrict use of two app-launching command line flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/app_load_service.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/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",
(...skipping 27 matching lines...) Expand all
38 ] 38 ]
39 39
40 specific_include_rules = { 40 specific_include_rules = {
41 # Needs to be able to reload extensions. http://crbug.com/162530 41 # Needs to be able to reload extensions. http://crbug.com/162530
42 "app_load_service\.cc": [ 42 "app_load_service\.cc": [
43 "+chrome/browser/extensions/extension_service.h", 43 "+chrome/browser/extensions/extension_service.h",
44 ], 44 ],
45 "(.*test\.cc|.*test_mac\.mm)": [ 45 "(.*test\.cc|.*test_mac\.mm)": [
46 "+chrome/browser/browser_shutdown.h", 46 "+chrome/browser/browser_shutdown.h",
47 "+chrome/browser/extensions/extension_browsertest.h", 47 "+chrome/browser/extensions/extension_browsertest.h",
48 "+chrome/browser/extensions/extension_error_reporter.h",
49 "+chrome/browser/extensions/extension_test_message_listener.h", 48 "+chrome/browser/extensions/extension_test_message_listener.h",
50 "+chrome/browser/extensions/test_extension_environment.h", 49 "+chrome/browser/extensions/test_extension_environment.h",
51 "+chrome/browser/ui/browser.h", 50 "+chrome/browser/ui/browser.h",
52 "+chrome/browser/ui/simple_message_box_internal.h",
53 "+chrome/test/base/in_process_browser_test.h", 51 "+chrome/test/base/in_process_browser_test.h",
54 "+chrome/test/base/interactive_test_utils.h", 52 "+chrome/test/base/interactive_test_utils.h",
55 "+chrome/test/base/testing_profile.h", 53 "+chrome/test/base/testing_profile.h",
56 # Temporary allowed testing include. 54 # Temporary allowed testing include.
57 # TODO(benwells): Move app_browsertest_util into apps component once there 55 # TODO(benwells): Move app_browsertest_util into apps component once there
58 # is an apps shell to test with. 56 # is an apps shell to test with.
59 "+chrome/browser/apps/app_browsertest_util.h", 57 "+chrome/browser/apps/app_browsertest_util.h",
60 ] 58 ]
61 } 59 }
OLDNEW
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698