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

Side by Side Diff: extensions/browser/DEPS

Issue 182253010: Register a Service Worker when an extension is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roughly wire things up and add a test Created 6 years, 9 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/browser_context_keyed_service", 2 "+components/browser_context_keyed_service",
3 "+components/user_prefs", 3 "+components/user_prefs",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+content",
5 "+sync", 6 "+sync",
6 "+third_party/leveldatabase", 7 "+third_party/leveldatabase",
7 8
8 # Temporarily allowed includes as part of the app shell/extensions refactor. 9 # Temporarily allowed includes as part of the app shell/extensions refactor.
9 # 10 #
10 # NOTE: Please do not add includes without talking to the app shell team; 11 # NOTE: Please do not add includes without talking to the app shell team;
11 # see OWNERS for this directory. 12 # see OWNERS for this directory.
12 # 13 #
13 # TODO(jamescook): Remove these. http://crbug.com/162530 14 # TODO(jamescook): Remove these. http://crbug.com/162530
14 "+chrome/browser/chrome_notification_types.h", 15 "+chrome/browser/chrome_notification_types.h",
(...skipping 12 matching lines...) Expand all
27 specific_include_rules = { 28 specific_include_rules = {
28 ".*test\.cc": [ 29 ".*test\.cc": [
29 # Temporarily allowed testing includes. See above. 30 # Temporarily allowed testing includes. See above.
30 # TODO(jamescook): Remove these. http://crbug.com/162530 31 # TODO(jamescook): Remove these. http://crbug.com/162530
31 "+chrome/browser/extensions/extension_service_unittest.h", 32 "+chrome/browser/extensions/extension_service_unittest.h",
32 "+chrome/browser/extensions/test_extension_system.h", 33 "+chrome/browser/extensions/test_extension_system.h",
33 "+chrome/common/chrome_paths.h", 34 "+chrome/common/chrome_paths.h",
34 "+chrome/test/base/testing_profile.h", 35 "+chrome/test/base/testing_profile.h",
35 ] 36 ]
36 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698