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

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

Issue 24078017: Revert 223528 "Initial WebUI for DOM Distiller." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | trunk/src/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('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 # 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 7
8 # Other libraries. 8 # Other libraries.
9 "+device/bluetooth", 9 "+device/bluetooth",
10 "+third_party/angle", # For ANGLE version. 10 "+third_party/angle", # For ANGLE version.
11 "+third_party/zlib/zlib.h", # For compression level constants. 11 "+third_party/zlib/zlib.h", # For compression level constants.
12
13 # DOM Distiller.
14 "+components/dom_distiller/core",
15 "+components/dom_distiller/webui",
16 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698