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

Side by Side Diff: ui/events/keycodes/DEPS

Issue 2510193002: Move use_xkbcommon from build to ui/base (Closed)
Patch Set: Typo Created 4 years, 1 month 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
« no previous file with comments | « ui/events/keycodes/BUILD.gn ('k') | ui/events/keycodes/xkb_keysym.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 # Remove DEPS allowed by ui/base 2 # Remove DEPS allowed by ui/base
3 "-grit", 3 "-grit",
4 "-jni", 4 "-jni",
5 "-net", 5 "-net",
6 "-skia", 6 "-skia",
7 "-third_party", 7 "-third_party",
8 "-ui", 8 "-ui",
9 9
10 "+ui/base/ui_features.h", # Features header doesn't bring in all of UI.
10 "+ui/events", 11 "+ui/events",
11 ] 12 ]
OLDNEW
« no previous file with comments | « ui/events/keycodes/BUILD.gn ('k') | ui/events/keycodes/xkb_keysym.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698