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

Side by Side Diff: ui/base/DEPS

Issue 2322253004: Drag and dropping text, parsable as url (Closed)
Patch Set: Moving url logic out of os_exchange_data Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+jni", 2 "+jni",
3 "+net", 3 "+net",
4 "+skia/ext", 4 "+skia/ext",
5 "+third_party/skia", 5 "+third_party/skia",
6 "+third_party/zlib/zlib.h", 6 "+third_party/zlib/zlib.h",
7 "+ui/display", 7 "+ui/display",
8 "+ui/events", 8 "+ui/events",
9 "+ui/gfx", 9 "+ui/gfx",
10 "+ui/resources/grit/ui_resources.h", 10 "+ui/resources/grit/ui_resources.h",
11 "+ui/resources/grit/ui_unscaled_resources.h", 11 "+ui/resources/grit/ui_unscaled_resources.h",
12 "+ui/resources/grit/webui_resources.h", 12 "+ui/resources/grit/webui_resources.h",
13 "+ui/strings/grit/app_locale_settings.h", 13 "+ui/strings/grit/app_locale_settings.h",
14 "+ui/strings/grit/ui_strings.h", 14 "+ui/strings/grit/ui_strings.h",
15 "+components/url_formatter/url_fixer.h",
dyaroshev 2016/09/14 17:12:05 Where is the correct place to put drag_and_drop_ur
Peter Kasting 2016/09/15 21:26:53 I asked sky to comment here, he might know better.
sky 2016/09/15 21:32:50 Components is a huge directory, and once you add t
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698