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

Side by Side Diff: ash/common/DEPS

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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 | « ash/aura/wm_window_aura.cc ('k') | ash/common/ash_constants.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 "-ash", 2 "-ash",
3 "+ash/ash_export.h", 3 "+ash/ash_export.h",
4 "+ash/common", 4 "+ash/common",
5 "+ash/shared",
5 "+ui", 6 "+ui",
6 "-ui/aura", 7 "-ui/aura",
7 ] 8 ]
8 9
9 specific_include_rules = { 10 specific_include_rules = {
10 ".*test\.cc": [ 11 ".*test\.cc": [
11 "+ash/test", 12 "+ash/test",
12 ] 13 ]
13 } 14 }
OLDNEW
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/ash_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698