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

Side by Side Diff: chrome/DEPS

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix gypi problem Created 8 years, 2 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 | « base/prefs/value_map_pref_store.cc ('k') | chrome/browser/api/prefs/pref_change_registrar.h » ('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 "+ash", 2 "+ash",
3 "+base/prefs",
3 "+cc", 4 "+cc",
4 "+crypto", 5 "+crypto",
5 "+gpu", 6 "+gpu",
6 "+jni", 7 "+jni",
7 "+leveldb", 8 "+leveldb",
8 "+net", 9 "+net",
9 "+printing", 10 "+printing",
10 "+sql", 11 "+sql",
11 # Browser, renderer, common and tests access V8 for various purposes. 12 # Browser, renderer, common and tests access V8 for various purposes.
12 "-v8", 13 "-v8",
(...skipping 30 matching lines...) Expand all
43 "+third_party/icon_family", # IconFamily for Mac. 44 "+third_party/icon_family", # IconFamily for Mac.
44 "+third_party/libxml", 45 "+third_party/libxml",
45 "+third_party/mozilla", # Mozilla interface headers. 46 "+third_party/mozilla", # Mozilla interface headers.
46 "+third_party/npapi", # NPAPI interface headers. 47 "+third_party/npapi", # NPAPI interface headers.
47 "+third_party/skia", 48 "+third_party/skia",
48 "+third_party/tcmalloc", 49 "+third_party/tcmalloc",
49 "+third_party/GTM", # Google Toolbox for Mac. 50 "+third_party/GTM", # Google Toolbox for Mac.
50 51
51 "+ui", 52 "+ui",
52 ] 53 ]
OLDNEW
« no previous file with comments | « base/prefs/value_map_pref_store.cc ('k') | chrome/browser/api/prefs/pref_change_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698