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

Side by Side Diff: ui/snapshot/DEPS

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | ui/snapshot/snapshot.gyp » ('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 "+cc", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "-cc/surfaces", 4 "-cc/surfaces",
5 "+skia/ext", 5 "+skia/ext",
6 "+third_party/skia", 6 "+third_party/skia",
7 "+ui/aura", 7 "+ui/aura",
8 "+ui/base", 8 "+ui/android/view_android.h",
9 "+ui/android/window_android.h",
10 "+ui/android/window_android_compositor.h",
9 "+ui/compositor", 11 "+ui/compositor",
10 "+ui/gfx", 12 "+ui/gfx",
11 "+ui/gl", 13 "+ui/gl",
12 "+ui/wm", 14 "+ui/wm",
13 ] 15 ]
OLDNEW
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698