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

Side by Side Diff: base/DEPS

Issue 7184032: Upstream android file related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update DEPS Created 9 years, 6 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 | base/base_paths_android.cc » ('j') | base/platform_file_android.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/ashmem",
joth 2011/06/19 12:48:05 hopefully check_deps? doesn't complain about the m
brettw 2011/06/20 03:50:40 This is fine.
2 "+third_party/apple_apsl", 3 "+third_party/apple_apsl",
3 "+third_party/libevent", 4 "+third_party/libevent",
4 "+third_party/dmg_fp", 5 "+third_party/dmg_fp",
5 "+third_party/GTM", 6 "+third_party/GTM",
6 "+third_party/modp_b64", 7 "+third_party/modp_b64",
7 "+third_party/tcmalloc", 8 "+third_party/tcmalloc",
8 9
9 # ICU dependendencies must be separate from the rest of base. 10 # ICU dependendencies must be separate from the rest of base.
10 "-i18n", 11 "-i18n",
11 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | base/base_paths_android.cc » ('j') | base/platform_file_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698