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

Side by Side Diff: app/DEPS

Issue 113169: Move win_util.h from common 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 # TODO(beng): Modify this link to be more specific about what resource 2 # TODO(beng): Modify this link to be more specific about what resource
3 # headers are included once app gets its own strings. 3 # headers are included once app gets its own strings.
4 "+grit", 4 "+grit",
5 "+net", 5 "+net",
6 # TODO(beng): Sever these links once we have extracted all deps from 6 # TODO(beng): Sever these links once we have extracted all deps from
7 # chrome/common. 7 # chrome/common.
8 "+chrome/common/chrome_paths.h", 8 "+chrome/common/chrome_paths.h",
9 "+chrome/common/chrome_switches.h", 9 "+chrome/common/chrome_switches.h",
10 "+chrome/common/gtk_util.h", 10 "+chrome/common/gtk_util.h",
11 # text_elider.cc 11
12 "+chrome/common/pref_names.h",
13 "+chrome/common/pref_service.h",
14
15 # TODO(beng): l10n_util_unittest.cc: 12 # TODO(beng): l10n_util_unittest.cc:
16 "+chrome/test/data/resource.h", 13 "+chrome/test/data/resource.h",
17 14
18 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it. 15 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it.
19 "+chrome/browser/extensions/extension.h", 16 "+chrome/browser/extensions/extension.h",
20 17
21 # TODO(beng): os_exchange_data[_unittest].cc, icon_util.cc:
22 "+chrome/common/win_util.h",
23
24 "+skia", 18 "+skia",
25 ] 19 ]
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