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

Side by Side Diff: components/bookmarks/DEPS

Issue 2710973008: Sort a few DEPS files (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | components/crash/core/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/favicon_base", 2 "+components/favicon_base",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/query_parser", 6 "+components/query_parser",
7 "+components/strings/grit/components_strings.h",
7 "+components/url_formatter", 8 "+components/url_formatter",
8 "+components/strings/grit/components_strings.h",
9 "+jni", 9 "+jni",
10 "+net/base", 10 "+net/base",
11 "+ui", 11 "+ui",
12 ] 12 ]
13 13
14 specific_include_rules = { 14 specific_include_rules = {
15 "bookmark_model_unittest.cc": [ 15 "bookmark_model_unittest.cc": [
16 "+third_party/skia", 16 "+third_party/skia",
17 ] 17 ]
18 } 18 }
OLDNEW
« no previous file with comments | « no previous file | components/crash/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698