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

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: Mac compile 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
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/app_window/app_window_api.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 "+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/ui/zoom", 7 "+components/ui/zoom",
8 "+components/web_cache", 8 "+components/web_cache",
9 "+components/web_modal", 9 "+components/web_modal",
10 "+content/public/browser", 10 "+content/public/browser",
11 "+device/bluetooth", 11 "+device/bluetooth",
12 "+device/serial", 12 "+device/serial",
13 "+device/usb", 13 "+device/usb",
14 "+google_apis/gaia", 14 "+google_apis/gaia",
15 "+grit/extensions_strings.h", 15 "+grit/extensions_strings.h",
16 "+net", 16 "+net",
17 "+skia/ext/image_operations.h", 17 "+skia/ext/image_operations.h",
18 "+storage/browser/fileapi", 18 "+storage/browser/fileapi",
19 "+sync", 19 "+sync",
20 "+third_party/leveldatabase", 20 "+third_party/leveldatabase",
21 "+third_party/re2", 21 "+third_party/re2",
22 "+third_party/skia/include",
23 "+third_party/WebKit/public/web", 22 "+third_party/WebKit/public/web",
24 ] 23 ]
25 24
26 specific_include_rules = { 25 specific_include_rules = {
27 ".*test\.cc$": [ 26 ".*test\.cc$": [
28 "+components/user_prefs", 27 "+components/user_prefs",
29 ] 28 ]
30 } 29 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/app_window/app_window_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698