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

Side by Side Diff: extensions/browser/DEPS

Issue 239543005: Introduce extensions_strings.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments (strings) Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/tools/check_grd_for_unused_strings.py ('k') | extensions/common/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/keyed_service", 2 "+components/keyed_service",
3 "+components/user_prefs", 3 "+components/user_prefs",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+grit/extensions_strings.h",
tfarina 2014/04/16 18:09:08 do you need this just yet? I don't see extensions/
James Cook 2014/04/16 21:08:36 I found another couple strings in extensions/brows
5 "+net", 6 "+net",
6 "+sync", 7 "+sync",
7 "+third_party/leveldatabase", 8 "+third_party/leveldatabase",
8 "+third_party/skia/include", 9 "+third_party/skia/include",
9 ] 10 ]
OLDNEW
« no previous file with comments | « chrome/tools/check_grd_for_unused_strings.py ('k') | extensions/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698