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

Side by Side Diff: chrome/browser/ui/webui/DEPS

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Generated files 2 # Generated files
3 "+js2webui/chrome/test/data", 3 "+js2webui/chrome/test/data",
4 4
5 "+sync/js", 5 "+sync/js",
6 "+sync/internal_api/public/util/weak_handle.h", 6 "+sync/internal_api/public/util/weak_handle.h",
7
8 # TODO(jam): temporary http://crbug.com/169170
9 "+content/browser/webui/web_ui_data_source.h",
10 "+content/browser/webui/url_data_manager.h",
7 11
8 # Other libraries. 12 # Other libraries.
9 "+device/bluetooth", 13 "+device/bluetooth",
10 "+third_party/angle", # For ANGLE version. 14 "+third_party/angle", # For ANGLE version.
11 "+third_party/zlib/zlib.h", # For compression level constants. 15 "+third_party/zlib/zlib.h", # For compression level constants.
12 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698