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

Side by Side Diff: ash/DEPS

Issue 480693002: Use a qualified path for ui_resources.h grit includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | ash/drag_drop/drag_image_view.cc » ('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 "+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_resources.h",
10 "+grit/ui_strings.h", 9 "+grit/ui_strings.h",
11 "+media", 10 "+media",
12 "+skia/ext", 11 "+skia/ext",
13 "+third_party/cros_system_api", 12 "+third_party/cros_system_api",
14 "+third_party/skia", 13 "+third_party/skia",
15 "+net", 14 "+net",
16 "+ui", 15 "+ui",
16 "+ui/resources/grit/ui_resources.h",
Lei Zhang 2014/08/16 03:39:57 do you need this when you have +ui 1 line above?
tfarina 2014/08/16 23:38:23 Done.
17 "+win8", 17 "+win8",
18 "-ash/host", 18 "-ash/host",
19 ] 19 ]
20 20
21 specific_include_rules = { 21 specific_include_rules = {
22 "root_window_controller\.*": [ 22 "root_window_controller\.*": [
23 "+ash/host" 23 "+ash/host"
24 ], 24 ],
25 "shell.cc": [ 25 "shell.cc": [
26 "+ash/host/ash_window_tree_host_init_params.h" 26 "+ash/host/ash_window_tree_host_init_params.h"
27 ], 27 ],
28 "touch_transformer_controller\.*": [ 28 "touch_transformer_controller\.*": [
29 "+ash/host" 29 "+ash/host"
30 ], 30 ],
31 } 31 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | ash/drag_drop/drag_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698