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

Side by Side Diff: chrome/browser/extensions/DEPS

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/chrome_apps", 2 "+components/chrome_apps",
3 "+components/crx_file", 3 "+components/crx_file",
4 "+components/strings/grit/components_strings.h", 4 "+components/strings/grit/components_strings.h",
5 "+components/user_manager", 5 "+components/user_manager",
6 "+extensions/strings/grit/extensions_strings.h", 6 "+extensions/strings/grit/extensions_strings.h",
7 "+ui/base",
8 "+ui/vector_icons",
7 9
8 # For access to testing command line switches. 10 # For access to testing command line switches.
9 "+ppapi/shared_impl", 11 "+ppapi/shared_impl",
10 12
11 # For safe_json 13 # For safe_json
12 "+components/safe_json", 14 "+components/safe_json",
13 "+ui/base",
14 ] 15 ]
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/extension_context_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698