commit | b4b7af2490a55901ddb7826cff72dcf88614ace5 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@chromium.org> | Fri Dec 05 11:21:01 2014 -0800 |
committer | James Robinson <jamesr@chromium.org> | Fri Dec 05 11:21:01 2014 -0800 |
tree | 52154ae7c44206f4db2393667d84b1e1ff4b44bb | |
parent | e2f296aa83dec357ed3ce6b7ac951d5b7ac56f23 [diff] [blame] |
Move //mojo/shell to //shell //shell is unambiguous in this repository and shorter. R=ben@chromium.org Review URL: https://codereview.chromium.org/775343004
diff --git a/BUILD.gn b/BUILD.gn index 33384ff..8a57ce3 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -9,12 +9,9 @@ "//examples", "//mojo", "//services", + "//shell", ] - if (!is_win) { - deps += [ "//sky" ] - } - if (!is_android && !is_win) { deps += [ "//tools/xdisplaycheck" ] }