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

Unified 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: Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/DEPS
diff --git a/chromeos/DEPS b/chromeos/DEPS
index 71a911aea97d8c57de7705a098cbeff93d9dd539..5a76ca04b9b9a898587f69833896af24006d745b 100644
--- a/chromeos/DEPS
+++ b/chromeos/DEPS
@@ -1,5 +1,5 @@
# Please keep the dependencies here to a minimum. This is intended to be a
-# low level Chrome OS system library that may be used by targets that need to
+# low level Chrome OS system library that may be used by targets that need to
# be kept as small as possible.
include_rules = [
"+crypto",
@@ -12,6 +12,5 @@ include_rules = [
# Some targets may not have any UI, so explictly exclude src/ui.
"-ui",
# TODO(stevenjb/flackr/shuchen): Remove these dependencies.
- "+ui/accelerometer",
- "+ui/gfx/x"
+ "+ui/accelerometer"
]
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/chromeos.gyp » ('j') | chromeos/ime/fake_ime_keyboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698