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

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: nit. 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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/DEPS
diff --git a/chromeos/DEPS b/chromeos/DEPS
index 71a911aea97d8c57de7705a098cbeff93d9dd539..a398cc6ae03b6b9364eeb92f16d64afe673ad2b7 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",
@@ -11,7 +11,6 @@ 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"
+ # TODO(stevenjb/flackr): Remove these dependencies.
+ "+ui/accelerometer"
]
« 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