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

Side by Side Diff: app/DEPS

Issue 109043: Move l10n_util to app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « no previous file | app/app.vcproj » ('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 "+grit",
2 "+net", 3 "+net",
3 # TODO(beng): Sever this link once we have extracted all deps from 4 # TODO(beng): Sever these links once we have extracted all deps from
4 # chrome/common. 5 # chrome/common.
5 "+chrome/common", 6 "+chrome/common/chrome_paths.h",
6 # TODO(beng): Sever this link after glen fixes it. 7 "+chrome/common/chrome_switches.h",
8 "+chrome/common/gfx/chrome_canvas.h",
9 "+chrome/common/gfx/chrome_font.h",
10 "+chrome/common/gtk_util.h",
11
12 # TODO(beng): l10n_util_unittest.cc:
13 "+chrome/test/data/resource.h",
14
15 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it.
7 "+chrome/browser/extensions/extension.h", 16 "+chrome/browser/extensions/extension.h",
8 ] 17 ]
OLDNEW
« no previous file with comments | « no previous file | app/app.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698