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

Side by Side Diff: extensions/browser/DEPS

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+components/guest_view", 3 "+components/guest_view",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/sessions", 6 "+components/sessions",
7 "+components/storage_monitor", 7 "+components/storage_monitor",
8 "+components/ui/zoom",
9 "+components/update_client", 8 "+components/update_client",
10 "+components/variations", 9 "+components/variations",
11 "+components/version_info", 10 "+components/version_info",
12 "+components/web_cache", 11 "+components/web_cache",
13 "+components/web_modal", 12 "+components/web_modal",
13 "+components/zoom",
14 "+content/public/browser", 14 "+content/public/browser",
15 "+device/bluetooth", 15 "+device/bluetooth",
16 "+device/serial", 16 "+device/serial",
17 "+device/usb", 17 "+device/usb",
18 "+google_apis/gaia", 18 "+google_apis/gaia",
19 "+grit/extensions_strings.h", 19 "+grit/extensions_strings.h",
20 "+net", 20 "+net",
21 "+skia/ext/image_operations.h", 21 "+skia/ext/image_operations.h",
22 "+storage/browser/fileapi", 22 "+storage/browser/fileapi",
23 "+sync", 23 "+sync",
24 "+third_party/leveldatabase", 24 "+third_party/leveldatabase",
25 "+third_party/re2", 25 "+third_party/re2",
26 "+third_party/WebKit/public/web", 26 "+third_party/WebKit/public/web",
27 "+third_party/zlib/google", 27 "+third_party/zlib/google",
28 "+ui/display", 28 "+ui/display",
29 ] 29 ]
30 30
31 specific_include_rules = { 31 specific_include_rules = {
32 ".*test\.cc$": [ 32 ".*test\.cc$": [
33 "+components/user_prefs", 33 "+components/user_prefs",
34 ] 34 ]
35 } 35 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/guest_view/web_view/web_view_internal_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698