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

Side by Side Diff: components/dom_distiller/DEPS

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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
« no previous file with comments | « components/browsing_data/core/DEPS ('k') | components/password_manager/sync/browser/DEPS » ('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/leveldb_proto", 2 "+components/leveldb_proto",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/prefs", 4 "+components/prefs",
5 "+components/sync/core/attachments", # Needed for tests.
6 "+components/sync/model", 5 "+components/sync/model",
7 "+components/sync/protocol", 6 "+components/sync/protocol",
8 "+components/variations", 7 "+components/variations",
9 "+google", # For third_party/protobuf. 8 "+google", # For third_party/protobuf.
10 "+grit", # For generated headers. 9 "+grit", # For generated headers.
11 "+jni", 10 "+jni",
12 "+third_party/dom_distiller_js", 11 "+third_party/dom_distiller_js",
13 "+third_party/re2", 12 "+third_party/re2",
14 "+net/base", 13 "+net/base",
15 "+net/http", 14 "+net/http",
16 "+net/url_request", 15 "+net/url_request",
17 "+ui/base/l10n", 16 "+ui/base/l10n",
18 "+ui/base/resource", 17 "+ui/base/resource",
19 "+ui/gfx", 18 "+ui/gfx",
20 19
21 # The dom distiller is a layered component; subdirectories must explicitly 20 # The dom distiller is a layered component; subdirectories must explicitly
22 # introduce the ability to use the content layer as appropriate. 21 # introduce the ability to use the content layer as appropriate.
23 # http://www.chromium.org/developers/design-documents/layered-components-desig n 22 # http://www.chromium.org/developers/design-documents/layered-components-desig n
24 "-components/dom_distiller", 23 "-components/dom_distiller",
25 "+components/dom_distiller/core", 24 "+components/dom_distiller/core",
26 ] 25 ]
OLDNEW
« no previous file with comments | « components/browsing_data/core/DEPS ('k') | components/password_manager/sync/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698