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

Side by Side Diff: ash/DEPS

Issue 499163002: Use qualified path for grit/ui_strings.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+device/bluetooth", 2 "+device/bluetooth",
3 "+cc/debug", 3 "+cc/debug",
4 "+chromeos", 4 "+chromeos",
5 "+components/user_manager", 5 "+components/user_manager",
6 "+gpu/config", 6 "+gpu/config",
7 "+grit/ash_resources.h", 7 "+grit/ash_resources.h",
8 "+grit/ash_strings.h", 8 "+grit/ash_strings.h",
9 "+grit/ui_strings.h",
10 "+media", 9 "+media",
11 "+skia/ext", 10 "+skia/ext",
12 "+third_party/cros_system_api", 11 "+third_party/cros_system_api",
13 "+third_party/skia", 12 "+third_party/skia",
14 "+net", 13 "+net",
15 "+ui", 14 "+ui",
16 "+win8", 15 "+win8",
17 "-ash/host", 16 "-ash/host",
18 ] 17 ]
19 18
20 specific_include_rules = { 19 specific_include_rules = {
21 "root_window_controller\.*": [ 20 "root_window_controller\.*": [
22 "+ash/host" 21 "+ash/host"
23 ], 22 ],
24 "shell.cc": [ 23 "shell.cc": [
25 "+ash/host/ash_window_tree_host_init_params.h" 24 "+ash/host/ash_window_tree_host_init_params.h"
26 ], 25 ],
27 "touch_transformer_controller\.*": [ 26 "touch_transformer_controller\.*": [
28 "+ash/host" 27 "+ash/host"
29 ], 28 ],
30 } 29 }
OLDNEW
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | ash/frame/caption_buttons/frame_caption_button_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698