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

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

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged in https://codereview.chromium.org/300303002/ Created 6 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
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 "+sync/internal_api/public/events", 7 "+sync/internal_api/public/events",
8 8
9 # Other libraries. 9 # Other libraries.
10 "+components/onc", 10 "+components/onc",
11 "+device/bluetooth", 11 "+device/bluetooth",
12 "+device/nfc", 12 "+device/nfc",
13 "+third_party/angle", # For ANGLE version. 13 "+third_party/angle", # For ANGLE version.
14 "+third_party/zlib/zlib.h", # For compression level constants. 14 "+third_party/zlib/zlib.h", # For compression level constants.
15 "+third_party/libaddressinput/chromium/cpp/include", # For i18n address input. 15 "+third_party/libaddressinput/src/cpp/include", # For i18n address input.
16 16
17 # DOM Distiller. 17 # DOM Distiller.
18 "+components/dom_distiller/core", 18 "+components/dom_distiller/core",
19 "+components/dom_distiller/webui", 19 "+components/dom_distiller/webui",
20 20
21 "+components/invalidation", 21 "+components/invalidation",
22 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698