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

Side by Side Diff: chrome/browser/ui/webui/DEPS

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 "+components/invalidation", 2 "+components/invalidation",
3 "+components/onc", 3 "+components/onc",
4 "+components/proximity_auth", 4 "+components/proximity_auth",
5 "+components/sync/engine/events",
6 "+components/sync/sessions",
7 "+components/sync/base/weak_handle.h",
8 "+components/sync/js",
5 "+device/bluetooth", 9 "+device/bluetooth",
6 "+device/nfc", 10 "+device/nfc",
7 "+sync/internal_api/public/events",
8 "+sync/internal_api/public/sessions",
9 "+sync/internal_api/public/util/weak_handle.h",
10 "+sync/js",
11 11
12 # Generated files 12 # Generated files
13 "+js2webui/chrome/test/data", 13 "+js2webui/chrome/test/data",
14 14
15 # Other libraries. 15 # Other libraries.
16 "+third_party/angle", # For ANGLE version. 16 "+third_party/angle", # For ANGLE version.
17 "+third_party/brotli", # For compressed resources. 17 "+third_party/brotli", # For compressed resources.
18 "+third_party/zlib/zlib.h", # For compression level constants. 18 "+third_party/zlib/zlib.h", # For compression level constants.
19 "+third_party/libaddressinput", # For i18n address input. 19 "+third_party/libaddressinput", # For i18n address input.
20 20
21 # DOM Distiller. 21 # DOM Distiller.
22 "+components/dom_distiller/core", 22 "+components/dom_distiller/core",
23 "+components/dom_distiller/webui", 23 "+components/dom_distiller/webui",
24 ] 24 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc ('k') | chrome/browser/ui/webui/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698