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

Side by Side Diff: extensions/browser/DEPS

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review; test Created 6 years 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/omaha_client", 3 "+components/omaha_client",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/sessions", 5 "+components/sessions",
6 "+components/storage_monitor", 6 "+components/storage_monitor",
7 "+components/web_cache", 7 "+components/web_cache",
8 "+components/web_modal", 8 "+components/web_modal",
9 "+content/public/browser", 9 "+content/public/browser",
10 "+device/bluetooth", 10 "+device/bluetooth",
11 "+device/serial", 11 "+device/serial",
12 "+device/usb", 12 "+device/usb",
13 "+google_apis/gaia", 13 "+google_apis/gaia",
14 "+grit/extensions_strings.h", 14 "+grit/extensions_strings.h",
15 "+net", 15 "+net",
16 "+skia/ext/image_operations.h", 16 "+skia/ext/image_operations.h",
17 "+storage/browser/fileapi", 17 "+storage/browser/fileapi",
18 "+sync", 18 "+sync",
19 "+third_party/leveldatabase", 19 "+third_party/leveldatabase",
20 "+third_party/re2", 20 "+third_party/re2",
21 "+third_party/skia/include",
22 "+third_party/WebKit/public/web", 21 "+third_party/WebKit/public/web",
23 ] 22 ]
24 23
25 specific_include_rules = { 24 specific_include_rules = {
26 ".*test\.cc$": [ 25 ".*test\.cc$": [
27 "+components/user_prefs", 26 "+components/user_prefs",
28 ] 27 ]
29 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698