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

Side by Side Diff: extensions/browser/DEPS

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete defines in build files. 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/extension_zoom_request_client.h » ('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/web_cache", 8 "+components/web_cache",
8 "+components/web_modal", 9 "+components/web_modal",
9 "+content/public/browser", 10 "+content/public/browser",
10 "+device/bluetooth", 11 "+device/bluetooth",
11 "+device/serial", 12 "+device/serial",
12 "+device/usb", 13 "+device/usb",
13 "+google_apis/gaia", 14 "+google_apis/gaia",
14 "+grit/extensions_strings.h", 15 "+grit/extensions_strings.h",
15 "+net", 16 "+net",
16 "+skia/ext/image_operations.h", 17 "+skia/ext/image_operations.h",
17 "+storage/browser/fileapi", 18 "+storage/browser/fileapi",
18 "+sync", 19 "+sync",
19 "+third_party/leveldatabase", 20 "+third_party/leveldatabase",
20 "+third_party/re2", 21 "+third_party/re2",
21 "+third_party/skia/include", 22 "+third_party/skia/include",
22 "+third_party/WebKit/public/web", 23 "+third_party/WebKit/public/web",
23 ] 24 ]
24 25
25 specific_include_rules = { 26 specific_include_rules = {
26 ".*test\.cc$": [ 27 ".*test\.cc$": [
27 "+components/user_prefs", 28 "+components/user_prefs",
28 ] 29 ]
29 } 30 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/extension_zoom_request_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698