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

Side by Side Diff: app/DEPS

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/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 11 # text_elider.cc
12 "+chrome/common/pref_names.h",
13 "+chrome/common/pref_service.h",
14
12 # TODO(beng): l10n_util_unittest.cc: 15 # TODO(beng): l10n_util_unittest.cc:
13 "+chrome/test/data/resource.h", 16 "+chrome/test/data/resource.h",
14 17
15 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it. 18 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it.
16 "+chrome/browser/extensions/extension.h", 19 "+chrome/browser/extensions/extension.h",
17 20
18 # TODO(beng): os_exchange_data[_unittest].cc, icon_util.cc: 21 # TODO(beng): os_exchange_data[_unittest].cc, icon_util.cc:
19 "+chrome/common/win_util.h", 22 "+chrome/common/win_util.h",
20 23
21 "+skia", 24 "+skia",
22 ] 25 ]
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