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

Side by Side Diff: chromeos/DEPS

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit. Created 6 years 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 | « chromeos/BUILD.gn ('k') | chromeos/chromeos.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 # Please keep the dependencies here to a minimum. This is intended to be a 1 # Please keep the dependencies here to a minimum. This is intended to be a
2 # low level Chrome OS system library that may be used by targets that need to 2 # low level Chrome OS system library that may be used by targets that need to
3 # be kept as small as possible. 3 # be kept as small as possible.
4 include_rules = [ 4 include_rules = [
5 "+crypto", 5 "+crypto",
6 "+net", 6 "+net",
7 "+policy/proto", 7 "+policy/proto",
8 "+third_party/cros_system_api", 8 "+third_party/cros_system_api",
9 "+third_party/libxml", 9 "+third_party/libxml",
10 "+third_party/protobuf", 10 "+third_party/protobuf",
11 11
12 # Some targets may not have any UI, so explictly exclude src/ui. 12 # Some targets may not have any UI, so explictly exclude src/ui.
13 "-ui", 13 "-ui",
14 # TODO(stevenjb/flackr/shuchen): Remove these dependencies. 14 # TODO(stevenjb/flackr): Remove these dependencies.
15 "+ui/accelerometer", 15 "+ui/accelerometer"
16 "+ui/gfx/x"
17 ] 16 ]
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698